Sometimes you may need to redirect HTTP to HTTPS on custom port. Here is how to redirect HTTP to HTTPS on custom port in Apache server.
How to Rsync Files Between Two Servers
Sometimes you may need to synchronize files between two remote servers. Here is how to rsync files between servers.
How to Install ReactJS in Ubuntu
ReactJS is a Javascript library that allows you to create interactive user interfaces. Here is how to install ReactJS in Ubuntu.
How to Create JSON Response Using Django & Python
How to Run Shell Script in Linux
Shell scripts are very useful in Linux. Here is how to run shell script in Linux. You can use it to run sh file in Ubuntu and execute unix command in shell script.
How to Downgrade PHP 7 to 5.x
How to Rename Multiple Files in Linux
Sometimes you may need to change name of multiple files & folders in Linux. Here are the different ways to rename multiple files in Linux.
How to Install & Configure Squid Proxy Server in Centos 7
Squid Proxy Server allows you to cache frequently requested web pages on your site. Here is how to install & configure Squid Proxy Server in CentOS 7
How to Extract .bz2 File in Linux
Bzip2 is a popular compression algorithm for tar command. Here is how to extract .bz2 file in Linux.
How to Merge Two Dictionaries in Python
Sometimes you may need to get union of dictioniaries in python. Here is how to merge two dictionaries in Python.