HowtoForge provides user-friendly Linux tutorials.
-
Apache Module For OpenID Authentication
Author: [email protected] • Tags: apache, web server • Comments: 3
Apache Module For OpenID Authentication OpenID is a widely adopted technology for user authentication in web applications. It relies on the concepts of distributed user authentication in blog applications. This small cookbook explains step-by-step how to install and configure the Open Source Apache module mod_auth_oid.
-
Options For User Auditing On Linux Platforms
Author: davidwise3131 • Tags: linux • Comments: 2
Options For User Auditing On Linux Platforms A variety of methods exist for auditing user activity in UNIX and Linux environments. Some of them come preinstalled within common distributions, some can be downloaded as freeware, and some are commercially available products. Here are some of the most popular methods for auditing. Each method is described, along with tips for how to make the best use of each method. In addition, guidance is provided to show what type of auditing each method is best suited for.
-
High-Availability Storage With GlusterFS 3.2.x On CentOS 6.3 - Automatic File Replication (Mirror) Across Two Storage Servers
Author: Falko Timme • Tags: centos, high-availability, storage • Comments: 4
This tutorial shows how to set up a high-availability storage with two storage servers (CentOS 6.3) that use GlusterFS. Each storage server will be a mirror of the other storage server, and files will be replicated automatically across both storage servers. The client system (CentOS 6.3 as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA.
-
-
Debian Squeeze LDAP Server With OpenLDAP And phpLDAPadmin
Author: ressel • Tags: debian • Comments: 3
Debian Squeeze LDAP Server With OpenLDAP And phpLDAPadmin This tutorial will show you how you can set up an LDAP and webinterface to manage the LDAP server on Debian Squeeze.
-
Creating An NFS-Like Standalone Storage Server With GlusterFS 3.2.x On CentOS 6.3
Author: Falko Timme • Tags: centos, storage • Comments: 1
This tutorial shows how to set up a standalone storage server on CentOs 6.3. Instead of NFS, I will use GlusterFS here. The client system will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA.
-
VBoxHeadless - Running Virtual Machines With VirtualBox 4.2 On A Headless Ubuntu 12.10 Server
Author: Falko Timme • Tags: ubuntu, virtualbox, virtualization • Comments: 3
VBoxHeadless - Running Virtual Machines With VirtualBox 4.2 On A Headless Ubuntu 12.10 Server This guide explains how you can run virtual machines with VirtualBox 4.2 on a headless Ubuntu 12.10 server. Normally you use the VirtualBox GUI to manage your virtual machines, but a server does not have a desktop environment. Fortunately, VirtualBox comes with a tool called VBoxHeadless that allows you to connect to the virtual machines over a remote desktop connection, so there's no need for the VirtualBox GUI.
-
Using ATA Over Ethernet (AoE) On Ubuntu 12.10 (Initiator And Target)
Author: Falko Timme • Tags: storage, ubuntu • Comments: 1
This guide explains how you can set up an AoE target and an AoE initiator (client), both running Ubuntu 12.10. AoE stands for "ATA over Ethernet" and is a storage area network (SAN) protocol which allows AoE initiators to use storage devices on the (remote) AoE target using normal ethernet cabling. "Remote" in this case means "inside the same LAN" because AoE is not routable outside a LAN (this is a major difference compared to iSCSI). To the AoE initiator, the remote storage looks like a normal, locally-attached hard drive.
-
Using ATA Over Ethernet (AoE) On CentOS 6.3 (Initiator And Target)
Author: Falko Timme • Tags: centos, storage • Comments: 0
This guide explains how you can set up an AoE target and an AoE initiator (client), both running CentOS 6.3. AoE stands for "ATA over Ethernet" and is a storage area network (SAN) protocol which allows AoE initiators to use storage devices on the (remote) AoE target using normal ethernet cabling. "Remote" in this case means "inside the same LAN" because AoE is not routable outside a LAN (this is a major difference compared to iSCSI). To the AoE initiator, the remote storage looks like a normal, locally-attached hard drive.
-
Setting Up An NFS Server And Client On CentOS 6.3
Author: Falko Timme • Tags: centos, storage • Comments: 5
This guide explains how to set up an NFS server and an NFS client on CentOS 6.3. NFS stands for Network File System; through NFS, a client can access (read, write) a remote share on an NFS server as if it was on the local hard disk.
-
Installing SugarCRM Community Edition On Fedora 17
Author: Falko Timme • Tags: fedora • Comments: 0
Installing SugarCRM Community Edition On Fedora 17 SugarCRM is a webbased CRM solution written in PHP. SugarCRM is available in different flavours called "Editions" ("Community" (free), "Professional", and "Enterprise"). For a detailed overview of the different editions, have a look at the SugarCRM website. In this tutorial I will describe the installation of the free Community Edition on Fedora 17. With the modules My Portal, Calendar, Activities, Contacts, Accounts, Leads, Opportunities, Cases, Bugtracker, Documents and Email, SugarCRM Community Edition offers everything that can be expected from a CRM solution.