Entries Tagged as ''

10 Tips to Use Your Hardware and Software Vendor Support Effectively

Filed Under: Database, Hardware, Linux, Security, Software, Windows | Tags: | 1 Comment  

Welcome to my blog. I write Instruction Guides, How-Tos, and Tips & Tricks on Linux, Database, Hardware, Security and Web. Visit Best of the Blog section to get started.

[Tech Support by a Cat]Photo courtesy of wraithtdk

Companies purchase support for most of their enterprise hardwares (servers, switches, routers, firewalls etc.,) and softwares (databases, OS, applications, frameworks etc.,). They spend lot of cash on support mainly for two reasons: 1) To get help from vendors to fix critical production issues 2) To keep up-to-date with the latest version of the software and security patches released by the vendors. In this article, I’ve given 10 practical tips for DBAs, sysadmins and developers to use their hardware and software support effectively.
[Read more →]

Hire 7 Personal Bodyguards to Browse Internet Securely

Filed Under: Security | Tags: , , | 11 Comments  

Photo courtesy of markstrange

We see celebrities, politicians and famous people cruise around with bodyguards to protect themselves and their possessions from various threats. While most of us cannot afford such kind of protection when we cruise the streets, we can at least have that kind of protection when we cruise the internet. I have provided list of 7 powerful Firefox add-ons with screenshots that will protect you from the dangerous unknowns of the internet.
[Read more →]

Backup and Restore MySQL database using mysqldump

Filed Under: Database | Tags: , , , , | 6 Comments  

[mysqldump - MySQL Backup & Restore]mysqldump is an effective tool to backup MySQL database. It creates a *.sql file with DROP table, CREATE table and INSERT into sql-statements of the source database. To restore the database,  execute the *.sql file on destination database.  For MyISAM, use mysqlhotcopy method that we explained earlier, as it is faster for MyISAM tables.

Using mysqldump, you can backup a local database and restore it on a remote database at the same time, using a single command. In this article, let us review several practical examples on how to use mysqldump to backup and restore.
[Read more →]

How To Install Perl Modules Manually and Using CPAN command

Filed Under: Linux | Tags: , | Add Comment  

Perl CPAN LogoInstalling Perl modules required by various open source software is a routine tasks for sysadmins. Installing Perl modules manually by resolving all the dependencies is  tedious and annoying process.

Installing Perl modules using CPAN is a better solution, as it resolves all the dependencies automatically. In this article, let us review how to install Perl modules on Linux using both manual and CPAN method.
[Read more →]

How To Install Or Upgrade LAMP: Linux, Apache, MySQL and PHP Stack Using Yum

Filed Under: Database, Linux | Tags: , , , , , | 9 Comments  

LAMP Stack LogoPreviously we discussed about how to install Apache and PHP from source. Installing LAMP stack from source will give you full control to configure different parameters.

Installing LAMP stack using yum is very easy and takes only minutes. This is a good option for beginners who don’t feel comfortable installing from source. Also, Installing LAMP stack using yum is a good choice, if you want to keep things simple and just use the default configuration.
[Read more →]

How To Monitor VPN Active Sessions and Temperature Using Nagios

Filed Under: Linux | Tags: , , , | 1 Comment  

NagiosPreviously we discussed about how to use Nagios to monitor a Linux and Windows server. In this article, let us review how to monitor active sessions and temperature of VPN device using Nagios. You can monitor pretty much anything about a hardware using the nagios check_snmp plug-in.
[Read more →]

Bash Shell PS1: 10 Examples to Make Your Linux Prompt like Angelina Jolie

Filed Under: Linux | Tags: , , | 11 Comments  

Photo courtesy of f1r3storm85

In the previous article, we discussed about Linux environment variables PS[1-4] and PROMPT_COMMAND. If used effectively, PS1 can provide valuable information right on the command prompt.

In Tomb Raider, Angelina Jolie has all the gadgets and weapons at her finger tips to solve the mystery in style. While the gadget and style of Angelina Jolie is hard to match, at least let us try to make the good old Linux prompt very functional and stylish using the 10 examples provided in this article.
[Read more →]

Bash Shell: Take Control of PS1, PS2, PS3, PS4 and PROMPT_COMMAND

Filed Under: Linux | Tags: , | 2 Comments  

PS[1-4] and PROMPT_COMMANDYour 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 →]

How To Repair Corrupted MySQL Tables Using myisamchk

Filed Under: Database | Tags: , | 1 Comment  

MySQL Application LogoMyISAM 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.
[Read more →]


Add to Technorati Favorites

Join My Community at MyBloglog!

Stumble Upon



My name is Ramesh Natarajan. I will be posting instruction guides, how-to, troubleshooting tips and tricks on Linux, database, hardware, security and web. My focus is to write articles that will either teach you or help you resolve a problem. Read more