Generally Ubuntu users used Synaptic Package Manager for GUI and apt package manager for command line for installing packages. But…
Command: md5sum myfile.php > myfile.php.md5 Above command will generate md5 checksum of file myfile.php and store in file myfile.php.md5. myfile.php.md5…
Linux, much like any other operating system, relies on processes for its operations. Occasionally, these processes may become unresponsive or…
We can easily get values passed in url query string using JavaScript or jQuery. Here is an simple examples of…
This tutorial will help you to redirect a webpage to another webpage using JavaScript. Here are 3 examples of redirecting…
The JavaScript indexOf() method search for the substring in string and returns the position of the first occurrence of a…
Command: echo <password> | passwd –stdin <username> Example: Use the following command to change password of user jack in a…
Command: while true;do echo “Press CTRL+C to Exit”; done Example 1: Some times we are required to execute some commands…
Sometimes you may be required to count total lines in a file in Unix/Linux systems. This tutorial helps you with…
All the groups except the primary group are called the secondary groups of Users, for whom they belong. Generally, the…