HowtoForge provides user-friendly Linux tutorials.
-
How to install GlusterFS with a replicated volume over 2 nodes on Ubuntu 14.04
Author: howtoforge • Tags: linux, ubuntu • Comments: 8
How to install GlusterFS with a replicated volume over 2 nodes on Ubuntu 14.04 In this tutorial I will explain GlusterFS configuration in Ubuntu 14.04. GlusterFS is an open source distributed file system which provides easy replication over multiple storage nodes. Gluster File System is a distributed filesystem allowing you to create a single volume of storage which spans multiple disks, multiple machines and even multiple data centres.
-
Install Apache2, PHP5 And MySQL Support On CentOS 6.5 (LAMP)
Author: Till Brehm • Tags: apache, centos, mysql, php, web server • Comments: 22
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 6.4 server with PHP5 support (mod_php) and MySQL support.
-
How to install the latest GIT version on CentOS
Author: howtoforge • Tags: centos, linux, programming • Comments: 4
How to install the latest GIT version on CentOSGit is a fairly popular free open source distributed Version Control System (VCS) expressly designed to tackle projects of varying scales (from the small ones to the significantly large ones)with incredible speed and efficiency. It is mainly used for source code management, and remains primarily focused on speed, seamless support for distributed non-linear workflows and data integrity. This tutorial explains the process of installing and using GIT on CentOS in a detailed manner.
-
-
Contacts and events everywhere - successful syncing between thunderbird and android with Baikal
Author: cornelinux • Tags: linux, ubuntu • Comments: 2
Contacts and events everywhere - successful syncing between thunderbird and android with Baikal I got a new Android phone lately and was wondering how to handle my life. New phone, new chances, new life ;-) I have a lots of contacts. I used to store addresses in an openLDAP server, but I found these hard to manage especially since Ubuntu 14.04 does not ship "luma" anymore! I used to run radicale, but I did not manage to fix my sync-performance issues.
-
How to configure an NFS server and mount NFS shares on Ubuntu 14.04
Author: howtoforge • Tags: linux, storage, ubuntu • Comments: 10
How to configure an NFS server and mount NFS shares on Ubuntu 14.04 Network File System (NFS) is a popular distributed filesystem protocol that enables users to mount remote directories on their server. The system lets you leverage storage space in a different location and write onto the same space from multiple servers in an effortless manner. It, thus, works fairly well for directories that users need to access frequently. This tutorial explains the process of mounting NFS share on an Ubuntu 14.04 server in an simple and easy-to-follow steps.
-
Linux Basics: How to Edit Files on The Shell with Nano
Author: howtoforge • Tags: linux, shell • Comments: 0
Linux Basics: How to Edit Files on The Shell with Nano Nano is a fairly versatile and user-friendly text editor that is capable of being used in a fuss-free manner by the somewhat inexperienced users too, as against the more sophisticated text editors such like Emacs and Vim. While these are excellent programs, they do have a bit of a learning curve. It works seamlessly in combination with Sudo, much to the glee of end-users.
-
How to add two-factor authentication from WiKID to X2Go remote desktop on Ubuntu
Author: nowen • Tags: linux, security, ubuntu • Comments: 0
Securing X2Go On Ubuntu Precise With WiKID Two-Factor Authentication In this document we are going to demonstrate how to implement two-factor authentication from WiKID for remote desktop on an Ubuntu 12.04 server using X2Go.
-
How to configure Automatic Updates On Debian Wheezy
Author: howtoforge • Tags: debian, linux • Comments: 2
How to configure Automatic Updates On Debian Wheezy This tutorial shows how to configure a Debian Wheezy system to have package updates installed automatically without user interaction. In addition to that I will show you what needs to be done to have the system email you about available updates on a daily basis.
-
Manage two factor authentication in your serverfarm with privacyIDEA easily
Author: cornelinux • Tags: linux, security • Comments: 3
Manage two factor authentication in your serverfarm with privacyIDEA easily In this howto I will show, how you can use a privacyIDEA installation to add two factor authentication for many of your servers in your serverfarm. privacyIDEA is a modular solution for two factor authentication especially with OTP tokens. Due to the modular structure it can be quickly and easily adapted and enhanced. E.g. adding new token types is as simple as writing a new lean python module. You do not need to modify your network for privacyIDEA, it does not write to existing databases or user stores. It only needs read access to your user stores like LDAP, Active Directory, SQL, SCIM-service or flat files. privacyIDEA supports all usual push-button-tokens, OTP cards and smartphone apps.
-
Securing SSH On Ubuntu Precise With WiKID Two-Factor Authentication
Author: nowen • Tags: linux, security, ubuntu • Comments: 1
Securing SSH On Ubuntu Precise With WiKID Two-Factor Authentication SSH offers a highly secure channel for remote administration of servers. However, if you face an audit for regulatory or business requirements, such as Visa/Mastercard PCI, you need to be aware of some potential authentication related short-comings that may cause headaches in an audit. In this document we are going to demonstrate how to combine two-factor authentication from WiKID on Ubuntu. This document will also serve as the basis for additional tutorials because many services on Linux use PAM for authentication.