Reading content of a file using bash
The following code read the contents of a text file To read first five lines only Read five lines and…
Simply Explaining Technology
The following code read the contents of a text file To read first five lines only Read five lines and…
You often need to know the username of Apache to assign proper permissions to certain files it will be accessing.…
My Configurations My system is configured as follows: Download ActivePerl Download windows MSI version from http://www.activestate.com/store/activeperl/download Install ActivePerl Double click…
Linux is the most widely used variant of Unix. Linux is a very powerful operating system which has been around…
tar command The tar command is used to collate collections of files into one larger file. Creating archives Suppose we have…
When using Apache and Perl on Windows, it is common to get Couldn’t spawn child process error. The solution is very simple.…