/etc/rsyslog.conf controls what goes inside some of the log files. For example, following is the entry in rsyslog.conf for /var/log/messages.
*.info;mail.none;authpriv.none;cron.none
/var/log/messages
In the above output…
(more…)
Here are 10 important URLs compiled recently by Digital Inspiration that every single Google user should be aware of.
From crybit.com The ‘BoxTrapper’ functions as a email spam filter for email accounts (addresses) in cPanel. The ‘BoxTrapper’ works through “challenge-response” verification. When an email is sent to an account…
From nerds.weddingpartyapp.com
Vim has a deserved reputation for being difficult to learn. The included vimtutor
program will teach you the absolute basics, enough to allow you to edit a file, but what if you want to achieve the extreme proficiency you’ve heard vim users are capable of?
(more…)
I usually don’t add a lot of references to coding info beyond bash hacks but I felt this would be a good resources to save for future reference… enjoy!
From designzum.com
MIT course ware have a number of courses related engineering and computer science. It provides all the free resources as exams, assignments, design and analysis algorithms and more.
Lets check to see what services are running on the system using the following commands.
[user@server]# ps ax
/etc/rsyslog.conf controls what goes inside some of the log files. For example, following is the entry in rsyslog.conf for /var/log/messages.
In the above output…
(more…)
You can use apropos command to displays a list of all topics in the built-in user manual that are related to the subject. The syntax is:
apropos query apropos query | less apropos keywords | grep 'something'
In this example, we get the list of editing programs/commands that are available on a system:
(more…)