Linux

statifier — Dynamic to Static

2010/01/24

<a href="http://statifier.sourceforge.net/">Homepage of statifier. <span style="font-size: xx-small;"><span style="font-size: xx-small;">Statifier …

Short Information about loaded kernel modules

2010/01/24

There are couple of ways you can find the information on the <a class="zem_slink" title="Loadable kernel module" rel="wikipedia" …

Copy temporary evolution images downloaded for messages

2010/01/21

cd ~/.evolution cd cache cd http find . -name &#8221;*.jpg&#8221; -exec cp {} /tmp/newfolder \; Simple to understand, so no explanation 🙂 <a name="more">

sed tutorial and help

2010/01/21

A very nice turorial and help <a href="http://sed.sourceforge.net/grabbag/tutorials/">here.

Useful link for grep

2010/01/16

<a href="http://lifehacker.com/398441/get-to-know-grep">http://lifehacker.com/398441/get-to-know-grep

Viewing log files without using vi or any other text editor

2010/01/16

This is quite useful for viewing files without opening them.. Saves quite a lot of time in viewing the logs 🙂 Want to see the first 5 lines of the /etc/passwd file? Pretty easy, just use the …

View information on all the rpms installed.

2010/01/16

This post if applicable to all the distro&#8217;s which are based on rpm. If you look at the number of rpms installed on your system, you will see it somewhere around 500-2000. Noe thats a pretty …

Browser and OS stats on my blog

2010/01/16

I have been thinking of posting this for some time, but here are some stats from my <a class="zem_slink freebase/en/website" title="Website" rel="wikipedia" …

Remove Invalid characters in Filename.

2010/01/10

Sometimes I end up having some invalid characters in filename like ? & and so on. So simple bash script to get rid of them: for i in `find . -type f` do echo $i mv $i `echo $i |tr ? _|tr = _ |tr …

Sendmail host map failure issue with sendmail.

2010/01/07

I was having this issue for long time with sendmail and not getting time to fix this. Finally today I found the solution. <span style="font-weight: …

Finding all the executables/binary in Linux rpm based distro.

2010/01/03

I have been thinking about this for quite sometime now, how to find all the executables on the linux system. One of the way is to do a &#8221;ls&#8221; on all the directories in the PATH …

Fedora 12 demonstrates sandbox for desktop applications

2010/01/03

<a href="http://blog.amit-agarwal.co.in/category/linux/">Bookmark this category Security-Enhanced Linux (SELinux) specialist and Red Hat developer Dan Walsh has souped up the security …


This website uses cookies to ensure you get the best experience on our website. Learn more Got it