Linux

Find who is using my network – top for network utilization

2010/07/27

Ok here is something that I have been looking for something. Now that I have conky installed, so I can see the bandwidth usage on my desktop but was wondering for sometimes, where actually so much is …

Over 50 Free, Must-Have Open Source Resources

2010/07/27

OStatic: ”n this post, you’ll find an updated set of more than 45 collections and resources. Hopefully, you’ll find something to learn from here, and the good news is …

importing outlook pst files in evolution in Fedora 13 ( Goddard)

2010/07/25

If you were using outlook and moved to some other <a class="zem_slink freebase/en/e-mail_client" title="Email client" rel="wikipedia" …

List of commands you use most often

2010/07/25

$ history | <a class="zem_slink" title="AWK" rel="homepage" href="http://cm.bell-labs.com/cm/cs/awkbook/index.html">awk '{a[$2]++}END{for(i in a){print …

Bash Examples – Mistakes to Avoid

2010/07/23

A bash script is a text file containing a list of commands to be executed by the bash shell. A long time back, I had written a guide on Bash scripting which teaches you the basic syntax of bash …

Get the information on all the rpms installed on the system

2010/07/23

Here&#8217;s a one-liner to get the info on all the packages installed on your system. […] rpm -qa –info |tee All_rpms_Info […] This is what it does, when you query the rpm database …

How To Install Ailurus 10.05 On Fedora | HowtoForge - Linux Howtos and Tutorials

2010/07/23

For those of you who don&#8217;t know about ailurus: […] Ailurus is cross-<a class="zem_slink" title="Linux distribution" rel="wikipedia" …

strings linux command

2010/07/20

Ever wondered what's inside some of those binary files on your system (binary executables or binary data)? Several times I've gotten error messages from some command in the Solaris system, but I …

Kernel ata exception — found workaround.

2010/07/20

I have been getting the below errors in my system for quite sometime now, I think since F9 or before that. The offending hardware is CD drive. I looked all around the net for a solution but did not …

Raw file format support in Rawstudio for Linux for FujiFilm cameras.

2010/07/20

Finally <a href="http://rawstudio.org">Rawstudio has decided to add the support for FujiFilm raw file format. The support for FujiFilm cameras was not there in the rawstudio but now …

Typing the current date automaticly in any application with a key binding.

2010/07/20

$ xvkbd -xsendevent -text $(date +%Y%m%d) I don&#8217;t want to waste time to all the time type the current date. I have set this snippet in my kde shortcuts with meta+l. All the <a …

Paste clipboard is bash or shell scripts with modification.

2010/07/20

Today I had a issue where I wanted to paste the clipboard to a shell script after removing the spaces. So, I went hunting for a way to do this. Finally I came up with this: […] sudo yum install …


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