Symbolic links is a file type that points to another file or directory. Here is how to remove or delete symbolic links in Linux.
How to Install Zoom in Ubuntu
Zoom is a popular video conferencing tool used by many businesses. Here is how to install Zoom in Ubuntu.
Shell Script to Backup Files in Directory
Sometimes you may need to backup files in a directory. Here is a shell script to backup files in directory.
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.
How to Install NVM on Mac with Brew
NVM allows you to install and manage NodeJS and its packages. Here is how to install NVM on Mac with Brew.
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.
Shell Script to Backup MySQL Database
Often you need to automate taking backup of MySQL database. Here is shell script to backup MySQL database.
Htaccess Redirect If URL Contains
Sometimes you may need to redirect if URL contains a specific word or string. Here is how to do it using .htaccess in Apache server.