Find and Replace
When you are working on the Linux command line and you come across a large file or a large number of files in which you need to replace a certain…
When you are working on the Linux command line and you come across a large file or a large number of files in which you need to replace a certain…
Netstat is an extremely useful Linux command line tool that allows you to check which service is connecting to a port on your machine. It is very useful to analyze…
root@dwarf /var/spool/clientmqueue # rm spam-* /bin/rm: Argument list too long. Ever seen this error in Linux when you have too many files in a directory and you are unable to…
Mytop is a top-like realtime command line based monitoring system for MySQL. It is written by Jeremy Zawodny, and is available for free download. It runs on most UNIX-based systems,…
Scheduling jobs is an essential part of administering Linux servers. We took a look at how to schedule jobs on Linux machine using the cron command earlier. Here’s an alternative…
The other day I needed to migrate a directory containing a lot of files from one location on my Linux server to another. There are a number of ways I…
I have to often make changes to configuration files such as httpd.conf and squid.conf. These files have a large number of lines that are commented out, mostly comments and some…