Crontab Rsync without Password

Perform rsync asks for password on the remote server before starting the transfer. Sometimes we need to run rsync by crontab where it is not possible to give password.  Here is a solution to use crontab to execute rsync without any password.

This is helpful when you are scheduling a cron job for automatic backup using rsync.

Continue reading Crontab Rsync without Password

Bangladesh Submarine Cable Network

Bangladesh decided to connect to world wide web in late 1995 by VSAT or Very Small Aperture Terminal. On June 4, 1996 the VSAT base data circuit was commissioned for the first time in the country. Upon VSAT commissioning, internet connectivity was established & its services were made available to the public. After internet was launched, the June 1996 National polls results were made available to the netizens of the world using World Wide Web. This was the first ever usage event of its kind in Bangladesh. The effort was appreciated in many corners especially among the Bangladeshis living abroad.

After the introduction of Internet, Continue reading Bangladesh Submarine Cable Network

Server Read Only By “fstab” and Rescue It

As you are reading this post i can assume you are the victim of server system read-only. It happens when you messed up your fstab. But you can’t re-edit the /etc/fstab file as your system is in read-only state now. So what to do ? You need a Continue reading Server Read Only By “fstab” and Rescue It

Solve Google,Facebook etc site Loading Problem in Squid Proxy

If you see that your newly created Squid proxy server can’t access Google, Facebook and other sites then you are right place to get the solution. Actually this problem arises when your ISP have no IPV6 for you. And Google,Facebook type giant sites has IPV6. So Squid just route you to access by IPV6 whether you have or not. As you have no IPV6 , you are facing problem.

Continue reading Solve Google,Facebook etc site Loading Problem in Squid Proxy

How to Redirect ‘http’ to ‘https’ in NGINX ?

Here we will learn how to redirect all http request to https in nginx server. Assuming you have successfully installed ssl and can access https manually. Continue reading How to Redirect ‘http’ to ‘https’ in NGINX ?