September 2011

Cisco ASA stands for Cisco Adaptive Security Appliance.

Cisco ASA acts as both firewall and VPN device.

This article explains how to setup and configure high availability (failover) between two Cisco ASA devices.
(more…)

{ 3 comments }

9 Linux Parted Command Examples – mkpart, mkpartfs, resize partitions

by Balakrishnan Mariyappan on September 28, 2011

Parted is a GNU utility, which is used to manipulate the hard disk partitions.

Using parted, you can add, delete, and edit partitions and the file systems located on those partitions. You can also clone partitions.

This article explains 9 practical parted command examples.
(more…)

{ 2 comments }

Get Your Copy of Bash 101 Hacks eBook

by Ramesh Natarajan on September 21, 2011

Bash is the default shell on Linux. If you are spending lot of time on Linux environment, you should master the Bash command line features to become efficient.

Apart from being an interactive shell, Bash is also a scripting language, which allows you to automate your tasks using Bash shell scripting.

Bash 101 Hacks is a downloadable eBook that contains 101 practical examples on both Bash command line and shell scripting, and I promise it will help you understand everything you need to know about Bash.
(more…)

{ Comments on this entry are closed }

How to Password Protect Grub Boot Loader in Linux

by Ramesh Natarajan on September 19, 2011

If you are a Linux sysadmin, you might not want others in your IT department, who has physical access to the server, change anything from the GRUB bootloader menu that is displayed during system startup.

GRUB is the 3rd stage in the Linux boot process that we discussed earlier.

GRUB security features allows you to set a password to the grub entries. Once you set a password, you cannot edit any grub entries, or pass arguments to the kernel from the grub command line without entering the password.

It is highly recommended to set GRUB password on any critical production systems as explained in this article.
(more…)

{ 9 comments }

2 Easy Steps to Enable SSL / HTTPS on Tomcat Server

by Ramesh Natarajan on September 16, 2011

If you are running tomcat server that runs only on HTTP, follow the 2 easy steps mentioned below, to configure tomcat for SSL.
(more…)

{ 3 comments }

Perl developers should understand how to use complex data structures effectively.

In this article, I picked the top 5 useful posts about complex data structures from perlmonks, and gave simple examples on how to use them.
(more…)

{ 1 comment }

Top on Steroids – 15 Practical Linux HTOP Examples

by Ramesh Natarajan on September 14, 2011

htop is just like top, but on steroids.

Once you are used to htop, you’ll never go back to top again.

htop is a ncurses-based process viewer.

You can interact with the htop using mouse. You can scroll vertically to view the full process list, and scroll horizontally to view the full command line of the process.

This article explains 15 essential htop command examples.
(more…)

{ 7 comments }