Many administrators/users prefer to set up their servers as headless machines. If you’re not sure what a headless machine is – it’s a PC without a monitor. This is an outstanding way to use Linux as a server as typically people install Linux servers sans GUIs. Thing is, a problem has arisen with recent iterations [...]
- Author: Jack Wallen
- Comments: 5
Configure Samba with Gadmin-Samba
For those new to Samba, the configuration of this provider of seamless file and print services to SMB/CIFS clients can sometimes be a nightmare. Not only are you dealing with tricky configuration files, you also have to worry about getting users added to encrypted password files. Of course if you want to tackle this the old-school [...]
- Author: Jack Wallen
- Comments: 5
Basic postgresql server setup
So many tool require databases. If you are a web administrator or a company with large stores of information, then you know the importance of databases. One of the most oft-used databases available is MySQL. But that is not the only player on the court. Another cross platform object-relational database management tool is PostgreSQL. Many [...]
- Author: Jack Wallen
- Comments: 3
Use this iptables script for Web/Mail server security
Security. Ah, security. It’s the make or break for administrators on so many levels. For the Linux operating system you could go in so many directions with your security. You could go the graphical front-end and make life easy but lose some flexibility. Or you could go the far more challenging route and use the [...]
- Author: Jack Wallen
- Comments: 11
Add a second drive to your Ubuntu server
You have your Ubuntu Server up and running (with the help of “Installing Ubuntu Server 9.04“) but you’re afraid you’ll run out of room on your drive. To solve this problem you have installed a new hard drive, but because this is a GUI-less server you do not have access to the user-friendly GUI tools [...]
- Author: Jack Wallen
- Comments: 5
Install Mantis Bug Tracking tool on your Ubuntu Server
Here we go again, building upon that rock solid Ubuntu Server installation. If you haven’t already done so, you should read the first article in this series (“Installing Ubuntu Server 9.04“). Once you’ve read that (and followed the steps), you are ready to go for installing one of the easiest to use and most reliable [...]
- Author: Jack Wallen
- Comments: 7
Add ftp service to your Ubuntu Server
So you now have your Ubuntu Server up and running with the help of “Installing Ubuntu Server 9.04” and you now have Samba working with the help of “Set up your new Ubuntu Server as a Samba Server“. Now it’s time to add ftp to the mix. Of course many people are of the mind [...]
- Author: Jack Wallen
- Comments: 21
Installing Ubuntu Server 9.04
Recently a friend requested I help him with an installation of Ubuntu Server. Since he was completely new to the process of installing Linux (and the topic is a winner anyway) I thought it would be smart to walk through the process of installing a Ubuntu Server, step by step, here on Ghacks. Ubuntu Server [...]
- Author: Jack Wallen
- Comments: 15
How to install Nagios on Ubuntu server
Are you one of those special geeks that think there is never TMI (too much information)? If that describes you then Nagios is the monitor for you. Once installed, Nagios will keep you busy with more information about your system than you ever thought possible. But it’s not just a matter of running apt-get install [...]
