Python Basic Programming Author 22:06 0 Python Hello World Program # Python code for "Hello World" # nothing else to type...see how simple is the syntax. print("Hell... Read More
Restarting the apache2 service by using the bash scripting Author 03:45 0 Below Bash script will restart the apache2 service #!/bin/bash RESTART="sudo service apache2 restart" PGREP="/usr/bin/pgrep... Read More