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…
Secondary groups are the groups that users added after the creations. The primary groups are created during the user creation…
After installing a new Tomcat server, there will be no user created by default to access Administrator and Manager web…