Question: I would like to know how to install, uninstall, verify depot packages on HP Unix. Can you explain me with an example? Answer: Use swinstall to install a depot package. Use swremove to remove a depot package as explained below. Install a DEPOT on HP-UX using swinstall swinstall command installs software from a software [...]
June 2010
Question: How do I reference perl hash? How do I deference perl hash? Can you explain it with a simple example? Answer: In our previous article we discussed about Perl array reference. Similar to the array, Perl hash can also be referenced by placing the ‘\’ character in front of the hash. The general form [...]
In this article let us review how to reference and dereference Perl array with examples. Reference is nothing but the location ( address ) of another variable. The references can be of array, or hash, or a snippet of Perl code. References makes the Perl code to run faster. Perl Reference To Array Normally, we [...]
VMware Server runs on top of an existing host operating system (Linux or Windows) as shown below. This is a quick way to get started with the VMware. Refer to our VMware introduction article to get a high level understanding on virtualization fundamentals. 1. Download VMware Server 2 Go to VMware Server download page . [...]
You can execute batch jobs in UNIX / Linux using any one of the three commands — at, batch or cron. In this article, let us review how to schedule a job, view a job, and delete a job using at command. You can schedule an at job in two different ways: Schedule the job [...]
The Bash shell provides some variables that are prefixed with ‘~’ (named tilde) which is called Tilde Expansions. They are synonyms for contents of other variables within your shell. Tilde expansion is the process of converting these abbreviations to the directory names that they stand for. In this article, let us review the tilde expansion [...]
Command line options in Perl could be useful to do smaller tasks effectively. In this article, let us review how to use Perl command line options to do the following tasks: Edit file content Handle line separator Check syntax errors Load modules Perform looping Execute perl code Set input line separator Split the input line [...]
When you are hanging out in your favorite forums or mailing lists, you might see a newbie asking for help and don’t know where to start. Before you ask them to RTFM, ask them to read this post to understand about RTFM. A young Padawan will eventually become a powerful Jedi Master. So, don’t be [...]
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 about