Sometimes you may need to send email with attachment in Linux. Here is how to email others from Linux command line.
How to Disable Configuration File in Apache
Apache allows you to host multiple websites and domains on single server. Here is how to disable configuration file in Apache server.
How to Read Command Line Arguments in NodeJS
Sometimes you may need to read command line arguments in NodeJS script. Here is how to process command line arguments in NodeJS.
How to Generate & Verify MD5 Hash of File in Linux
Sometimes you may need to create MD5 hash of file. Here is how to generate & verify MD5 Hash of file in Linux.
Shell Script To Start & Restart Tomcat Automatically in Linux
Often you need to start, stop & restart tomcat. Here is a shell script to start & restart tomcat automatically in Linux.
How to Change Root Password in MySQL
Sometimes you may need to change root password in MySQL. Here are the steps to reset root password in MySQL.
How to Run Shell Script as Cron Job
Sometimes you may need to run shell script as a cron job. Here is how to execute shell script from crontab.
How to Create Cron Job using Shell Script
Sometimes you may need to create cron job using shell script. Here is how to add add cron job or schedule cronjob automatically.
How to Get Current Directory in Shell Script
Sometimes you may need to get current working directory in Shell Script. Here is how to easily get present working directory in shell script.
How to Get Current Directory in Python
Sometimes you may need to get current directory in python. Here is how to get current directory in python and change present directory.