HowtoForge provides user-friendly Linux tutorials.
-
How To Run Your Own Git Server With GitlabHQ On Debian 7 (Wheezy)
Author: Srijan Kishore • Tags: debian, linux • Comments: 3
How To Run Your Own Git Server With GitlabHQ On Debian 7 (Wheezy) This document describes how to install and configure Git and GitHub. These are great tools to manage and administer a whole host of Git repositories and the associated permissions. So, these remain true blessings for users writing open source software, however, when writing a closed source software may not be comfortable in trusting the code to a third party server. To gain the much-needed flexibility and control on stuff like Github/BitBucket without hosting the git repositories on servers that lie external to the control of users, GitLab remains a Godsend!
-
How to setup Single Sign On with OTP using simpleSAMLphp and privacyIDEA
Author: cornelinux • Tags: linux, php, security, programming, web server • Comments: 3
How to setup Single Sign On with OTP using simpleSAMLphp and privacyIDEA This howto will deal with Single Sign On to web pages. Maybe you know OpenID. Similar to Kerberos a "Ticket" is granted to the user to authenticate at other services using the ticket and not the credentials anymore. In this howto we will use SAML (Security Assertion Markup Language) which is more sophisticated than the simple OpenID. SAML can be used to setup trust relations between several entities. This is why it is used between companies and organizations, why online service are using it.
-
Debian Wheezy: Split and resize Xen disk image
Author: aziods • Tags: debian, linux, virtualization • Comments: 0
Background One of my Xen virtual servers needed to have its 400G disk split and resized over the weekend, and I wanted to keep downtime to a minimal. The disk had 240G used, 235G of which was a /backup directory, and the remaining 5G dedicated to a regular Debian Linux installation. I wanted to split the disk into a two disks - a 20GB disk containing the Linux system, and a 300G disk to mount as /backup. Then I could apply my DRBD setup to replicate that 300G backup partition to a separate 2nd backup machine.
-
-
Postfix Virtual Hosting With LDAP Backend And With Dovecot As IMAP/POP3 Server On Ubuntu Trusty Tahr 14.04
Author: Miguel • Tags: email, ftp, linux, postfix, ubuntu • Comments: 8
Postfix Virtual Hosting With LDAP Backend And With Dovecot As IMAP/POP3 Server On Ubuntu Trusty Tahr 14.04 Here we we use an LDAP backend for both the MTA (Postfix) and POP3/IMAP server (Dovecot), and a web based management interface.
-
Data Recovery Techniques on Linux
Author: mudric • Tags: backup, linux, security • Comments: 3
Data Recovery Techniques on Linux When one of my friends called telling me that he had accidentally deleted some important files from his drive, his exasperation was understandable. It happens to everyone at some point of their computer-using lives. Unfortunately, in his case, those were some extremely important documents that, had he not recovered them, could have proven very costly.
-
Fast way to update Bash on Debian based distributions to secure it against Shell Shock.
Author: SamTzu • Tags: debian, security, ubuntu • Comments: 0
Fast way to update Bash on Debian based distributions to secure it against Shell Shock.
-
Installing and using Tundeep for network tunnelling and testing on Debian
Author: aziods • Tags: debian, security • Comments: 0
Installing and using Tundeep for network tunnelling and testing on Debian Tundeep is a network tunnelling daemon written in C that runs in userspace using libpcap. Tundeep is used as a security testing tool allowing a tester to tunnel through the target network at layer 2. A TAP interface will be brought up on the tester's machine for each level of the network allowing direct interaction with hosts on the network segment through a compromised client device.
-
How to install OpenLDAP Server on Debian or Ubuntu
Author: Srijan Kishore • Tags: linux, debian, ubuntu • Comments: 8
How to install OpenLDAP Server on Debian or Ubuntu This document describes how to install and configure OpenLDAP in Debian/Ubuntu Server. I will use OpenLDAP to configure a corporate organizational structure through OpenLDAP.
-
How to compile PureFTPd on CentOS 7
Author: till • Tags: linux, ftp, centos • Comments: 1
How to compile PureFTPd on CentOS 7 In this tutorial I will explain the steps to compile PureFTPd from source on CentOS 7. Pure-ftpd is a lightweight and stable FTP daemon which supports various authentication backends like Linux system users, puredb, MySQL and PostgeSQL. I will later use pure-ftpd for ISPConfig 3, therefor I will compile it with MySQL / Mariadb support.
-
How to setup your OTP appliance with privacyIDEA
Author: cornelinux • Tags: linux, security • Comments: 4
How to setup your OTP appliance with privacyIDEA In this howto we will setup a system that can act as your own personal OTP appliance, managing all authentication devices in your network. You then may configure your services to authenticate against this machine. It is a good idea to use some virtualization mechanism. If you have some old hardware around, this is even as good.