Posts Tagged ‘Linux’

Server monitoring with SYSSTAT and kSAR

Sunday, December 11th, 2011

It’s hard to beat the SYSSTAT / kSAR combo for easy and quick setup of monitoring servers and in this tutorial you will see how it’s done.... Read More

PicoLisp and Linux/GNU system commands

Friday, September 2nd, 2011

Most of the most commonly used and useful Linux commands needs a file as input, in the shell this can be circumvented by for instance a line like this: echo “hej” | md5sum.... Read More

PHP email admin script

Friday, June 17th, 2011

If you’ve read the article about my email server setup you quickly realize that adding a new email account is quite onerous, a combination of adding records to tables in a MySQL database and creating folders on the harddrive. This can easily be automated with for instance PHP and I’ll show you how below.... Read More

Mail server setup on Ubuntu Lucid

Tuesday, June 14th, 2011

Update: The below tutorials seem to lack the proper apt-get line, well here it is: sudo apt-get install dovecot-imapd dovecot-pop3d postfix-mysql... Read More

How to format and mount a second harddrive in the Ubuntu shell

Thursday, May 12th, 2011

I just had to format and mount a second HD in a Ubuntu system.... Read More

Crontab Example

Sunday, March 20th, 2011
[code]PGNvZGU+DQojIG0gICAgaCAgZG9tIG1vbiBkb3cgICBjb21tYW5kDQogICogICAgICAqICAgKiAgICogICAqICBwaHAgLXEgL3BhdGgvdG8vc2NyaXB0MS5waHANCiAgKi81ICAgKiAgICogICAqICAgKiAgcGhwIC1xIC9wYXRoL3RvL3NjcmlwdDIucGhwDQogICovNyAgICogICAqICAgKiAgICogIHBocCAtcSAvcGF0aC90by9zY3JpcHQzLnBocA0KICAyICAgICAgMCAgICogICAqICAgKiAgcGhwIC1xIC9wYXRoL3RvL3NjcmlwdDQucGhwDQogMTMgICAgIDMgICA3ICAgKiAgICogIHBocCAtcSAvcGF0aC90by9zY3JpcHQ1LnBocA0KPC9jb2RlPg==[/code]

Above is probably one of the most complicated crontabs I’ve ended up with.... Read More

Opening up a port with IPTables

Friday, February 18th, 2011

After a lot of hair pulling and swearing I just managed to open up a new port (8090) on a Ubuntu server for the first time. The IPTables HowTo is a good document but below I have condensed the pertinent information you need if you just want to open up a port.... Read More

Vertical dual screen setup with XRandR and Compiz

Sunday, October 3rd, 2010
vaio-setup.JPG

I recently bought a Samsung Syncmaster. As opposed to the last time I tried to setup my second screen in a vertical position it worked this time. The Samsung screen has the same viewing angle and picture quality when positioned vertically as it has when positioned default horizontally.... Read More

Linux network troubleshooting with the weirdest case scenario

Saturday, September 18th, 2010

So my server crashed for the third time in a short time period the other day. Hopefully it won’t happen again.... Read More

Process Watcher

Saturday, September 18th, 2010

My VizReader server has crashed 3 times in roughly as many weeks now and I have no idea why, nothing unusual shows up in the logs.... Read More