02.14
Scenario: You heard a rumor about yourself. Start to defend. You proved that rumor which had spread was false and everyone believed in you.
Scenario: You heard a rumor about yourself. Start to defend. You proved that rumor which had spread was false and everyone believed in you.
“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
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…)
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!!!
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