Archive for the ‘Servers’ Category

How to setup a VoIP server without Asterisk

Posted by Rom Feria on September 8th, 2007 under Servers • No Comments

When someone says VoIP and Linux, the first thing that comes to mind is Asterisk, the open source PBX software. This is the same software that we deployed for our university several years ago (disclai…

How to securely mount a remote file system

Posted by Rom Feria on September 3rd, 2007 under Servers • No Comments

In last year's Linux Admin Tips entry, I mentioned FUSE, the open source filesystem in Userspace project, and how it is used to mount remote file systems via SSH.

Here's a tutorial on how to …

How to install Xen on CentOS 5

Posted by Rom Feria on August 11th, 2007 under Servers • No Comments

Scouring the net for virtualization solutions similar to what I use on my Mac, I found an Oracle DBA's blog entry on how to install Xen on CentOS 5.0.

Whilst the article seems simple to follow, n…

How to create an OpenBSD-based encrypted RAID-enabled NAS

Posted by Rom Feria on July 16th, 2007 under Servers • No Comments

With hard disk drive prices plummeting rapidly, it is easy to create your own network-attached-storage (NAS). Whilst there are commercial devices that provide with a simple NAS solution, using an old …

Network bonding

Posted by Rom Feria on July 6th, 2007 under Servers • No Comments

For those of you who have multiple network connections on a single computer or server, there might be value in aggregating the total bandwidth and making it look like a single connection. In networkin…

FTP with virtual users

Posted by Rom Feria on June 27th, 2007 under Servers • No Comments

FTP is one of the easiest and most universal ways of transferring files between systems (although I prefer and highly recommend SCP) but it is also not easy to manage. In most cases, ftp access is gra…

Subversion with Apache

Posted by Rom Feria on June 23rd, 2007 under Servers • No Comments

Not too long ago, I had my technical team install Subversion (SVN), a version control system, on a Mac OS X. I am not sure what happened but I think they opted to transfer it to a Linux box. I couldn&…

Monitoring processes

Posted by Rom Feria on June 16th, 2007 under Servers • No Comments

Linux.com's Gary Sims lists various tools that you may use to monitor and manage your system processes. Budding system administrators should know these tools by heart. :)

This powerful feature of…

Playing with OpenVZ

Posted by Rom Feria on May 13th, 2007 under Servers • No Comments

Not too long ago, I wrote about how you can install OpenVZ. Just in case you cannot find the time (or patience) to set it up, you can now play with OpenVZ without installing it. Today, OpenVZ is avail…

Feisty and VMWare server

Posted by Rom Feria on May 2nd, 2007 under Servers • No Comments

Last month, I wrote about using Virtualbox on Ubuntu's Dapper Drake. Today, I bring you a How-To, written by blkwolf for How To Forge, on installing VMWare Server on Ubuntu's latest release, F…