Here is my Orion 5 Band Parametric Equalizer after heavy mod. 😀 All caps were optimized the best on their category range, electrolytic for low range, MKM for midrange, and very low ESR caps for high range, also each caps were pre-selected by measuring the closest nearest value between left and right channel using LCR […]
Read MoreYearly archives for 2007
set date and time from konsole
Use the date command to display the current date and time or set the system date / time over ssh session. You can also run the date command from X terminal as root user. This is useful if the Linux server time and/or date is wrong, and you need to set it to new values […]
Read MoreUsing rsync to mirror data
Introduction This LinuxAnswer describes how to mirror 2 systems using rsync over ssh. I will only talk about a live server and a backup server where the backup server will connect to the live server to pull the data that is to be backed up. Assumptions 1) You know how to open up a terminal […]
Read MorePublic Key Authentication using ssh
Here is the how to setup a public key for ssh authentication. so you don’t have to login using root and keep the system secure. The other advantages (which I needed most) are you can run automated maintenance tasks/checks on other machines including rsync over ssh like I did. Ok. Let’s begin. 1. Create the […]
Read More