Posts Tagged “sysadmin”

Debian: Synchronizing server time with NTP

By | March 14, 2010

It’s a good practice to have all the servers synchronized with the same date & time, no matter what servers you’re using (windows, linux, mac, aix, etc). It’s a quite simple configuration to avoid any kind of problems related with time, some applications specify this requirement other don’t so please don’t wait until you have [...]

Read more »

Installing Geronimo 2.0

By | August 29, 2007

Geronimo 2.0.1 has been released! There are a lot of new features, all of them made Geronimo a fully compliant and certified Java Enterprise Edition 5.0 container. So, it’s time to play with it! Getting binaries First of all, we have to download JDK 1.5 or greater from here. If you prefer, you could use [...]

Read more »

Bash Shell Scripting & Progress Indicators

By | March 23, 2006

This week was the second preliminary laboratory of Operating Systems course in the PUCP. One topic I had to explain to the students was a little introduction to shell scripting.

Read more »