2008
02.14
In Love

q Scenario: You heard a rumor about yourself. Start to defend. You proved that rumor which had spread was false and everyone believed in you.

(more…)

2008
02.14
In Love

“One word frees us of all the weight and pain of life: That word is love.” – Sophocles

“Attention is the most basic form of love; through it we bless and are blessed.” – John Tarrant

“We love because it’s the only true adventure.” – Nikki Giovanni

(more…)

2008
02.13

I log sshd session in a file called /var/log/sshd.log and here’s how I do
it:
1. touch /var/log/sshd.log

2. edit your /etc/syslog.conf and add the lines
!sshd
*.* /var/log/sshd.log

3. killall -HUP syslogd

The sshd will now log stuff into /var/log/sshd.log. Edit your
/etc/ssh/sshd_config file to determine what gets logged. By default, the following lines are in sshd_config for sylog logging: (more…)

2008
02.13

Few of my best quotes I have read so far. People are really crazy!
Well, I don’t hate Microsoft monopoly … but you know – it just sux!!!

  1. 1f u c4n r34d th1s u r34lly n33d t0 g37 l41d
  2. Microsoft: “You’ve got questions. We’ve got dancing paperclips.”
  3. There are 10 types of people in the world: those who understand binary, and those who don’t. (more…)
2008
02.08

Check Server Info:

1) Server disk space in Gigabyte: root@server [~]# df -h

2) Total memory in MB: root@server [~]# free -t -m     -or-   cat /proc/meminfo

3) Distribution Info: uname -r    -or-   cat /etc/redhat-release

4)  CPU:  cat /proc/cpuinfo

(more…)