≡ Menu

August 2011

15 Linux Yum Command Examples – Install, Uninstall, Update Packages

Installing, removing, and updating packages is a typical activity on Linux. Most of the Linux distributions provides some kind of package manager utility. For example, apt-get, dpkg, rpm, yum, etc. On some Linux distributions, yum is the default package manager. Yum stands for Yellowdog Updater Modified. This article explains 15 most frequently used yum commands [...]

{ 25 comments }

20 Things to Plan for an IT Disaster Recovery

Implementing a disaster recovery solution is dependent on three factors — 1) time 2) resources 3) dollar amount. Most organization doesn’t even think about DR when the IT infrastructure and applications are running without any issues. Most of them think about DR only when something breaks that created a major negative impact on the business. [...]

{ 6 comments }

Quick Update on the Upcoming eBook

I’ve been working on my next eBook for the past several months. Anything that is important and useful takes lot of time to complete. I’ve spend numerous sleepless nights in making this book very easy to read and understand by providing lot of examples. The book is in the final stage, and will be released [...]

{ 15 comments }

GIT is the most versatile distributed version control system. The way GIT tracks and handles file changes is very efficient and different than how other version control software tracks the changes (including CVS and Subversion). This article is for those who are new to GIT. This is a jump-start guide that will show you how [...]

{ 25 comments }

15 Linux Bash History Expansion Examples You Should Know

Bash history is very powerful. Understanding how to effectively use the bash history expansions will make you extremely productive on the Linux command line. This article explains 15 examples that uses the following bash history expansion features: Event designators – Refers to a particular command in the history. It starts with a ! Word designators [...]

{ 20 comments }

20 Linux Log Files that are Located under /var/log Directory

If you spend lot of time in Linux environment, it is essential that you know where the log files are located, and what is contained in each and every log file. When your systems are running smoothly, take some time to learn and understand the content of various log files, which will help you when [...]

{ 21 comments }