Bash Shell: Take Control of PS1, PS2, PS3, PS4 and PROMPT_COMMAND
Welcome to my blog. I write instruction guides and how-to's on Linux, database, hardware, security and web. To keep up-to-date with my posts you may want to sign-up to receive blog posts by email or subscribe to my RSS feed. Thanks for visiting and I hope you enjoy my articles.
Your interaction with Linux Bash shell will become very pleasant, if you use PS1, PS2, PS3, PS4, and PROMPT_COMMAND effectively. PS stands for prompt statement. This article will give you a jumpstart on the Linux command prompt environment variables using simple examples.
[Read more →]

MyISAM is the default storage engine for MySQL database. MyISAM table gets corrupted very easily. In this article, I’ll explain how to use myisamchk to identify and fix table corruption in MyISAM. When a table is created under MySQL, it creates three different files: *.frm file to store table format, *.MYD (MyData) file to store the data, and *.MYI (MyIndex) to store the index. I prefer to use InnoDB as the storage engine for bigger database, as it resembles Oracle and provides commit, rollback options.
This article is part of on-going
Oracle offers Linux distribution, that is based on Red Hat Linux. Should you use Oracle Linux Distro? I’ll provide appropriate information that will help you to answer this question. I have also provided screenshots of a Linux upgrade using Oracle Enterprise Linux.
After you have
If you are managing more than one equipment in your organization, it is very important to document and track ALL information about the servers effectively. In this article, I have listed 36 attributes that needs to be tracked for your equipments, with an explanation on why it needs to be tracked. I have also provided a spreadsheet template with these fields that will give you a jumpstart.
When you are using Linux command line frequently, using the history effectively can be a major productivity boost. In fact, once you have mastered the 15 examples that I’ve provided here, you’ll find using command line more enjoyable and fun.











