shell

Useful Commands For The Linux Command Line

| | | |

This short guide shows some important commands for your daily work on the Linux command line.

How do I Migrate user accounts / data from old Linux server to new Linux server

| | | | | | |

Migrating user accounts is not an easy task especially if you are a new admin. You need to make sure that file ownership, and password and group membership remains the same.

The article does a good job of explaining the steps required to migrate from old Linux/UNIX server to news fresh installation. It's a short and sweet tutorial and worth a read, especially for new admins to handle rescuing a dying server job.

You can migrate users from old Linux server to new Linux sever with standard commands such as tar, awk, scp and others. This is also useful if you are using old Linux distributio

How to debug a Shell Script smartly

| | | |

This article shows you how to write your shell scripts smartly to make them easier to test and debug. You can use traditional set command. There is drawback of using set command. Before moving a script to production environment you need to remove all debug lines. This tip shows you how to solve this old problem without introducing any new errors.

Syndicate content