Archive | Featured Articles RSS feed for this section
How to setup a redundant NFS server with DRBD and Heartbeat in CentOS 5

How to setup a redundant NFS server with DRBD and Heartbeat in CentOS 5

This tutorial will guide you through the entire process of setting up a highly available NFS server.  To proceed, you must have the following: 1. 2 servers with similar hard disk setup (These will be used to create a redundant nfs server) 2. atleast 1 server where the nfs share will be mounted. 3. Static [...]

Read full storyComments { 4 }
How to Install ThinkorSwim in Linux

How to Install ThinkorSwim in Linux

Here are the quick an easy steps on how to install TOS in Linux (Debian Distro). First you will need to setup Java on your computer so lets go ahead and do that. Open up the console and login as super user. su Now that we have full privileges, lets edit the sources.list file so [...]

Read full storyComments { 2 }
Understanding Linux File Permissions

Understanding Linux File Permissions

File permissions in Linux are actually pretty easy to understand and modify.  To check the permissions on a file just navigate to the directory and use the following command to list the files and their details. ls -l As you can see, the first piece of information on each line are the permissions.  There are [...]

Read full storyComments { 4 }