Blog
- Home
- Blog
This article covers how to set up rate limit for IP Addresses in DigitalOcean for our customers.
Basically, limit standard ssh like this:
$ sudo ufw limit ssh/tcp
or
$ sudo ufw limit 22/tcp
Both will limit port 22.
The /tcp allows only a tcp connection to allow only udp you simply add /udp and to allow it on both you simply leave off the /* example: ufw limit ssh.
This article covers methods to fix the "Couldn't get handle" failure SFTP error for our customers. The problem is with upload permissions to the remote directory. Check that you have appropriate write permissions for the remote directory.
This article covers methods to resolve magento 'connect error: unsupported resource type' error.
This article covers methods to tackle 'err_too_many_redirects' Prestashop error which generally affects certain pages in Prestashop admin panel. The ERR_TOO_MANY_REDIRECTS in your Chrome browser indicates that the page you're attempting to visit is caught in a "redirect loop". The phrase "redirect loop" simply means that the site you're visiting can't stop trying to send your browser to a different location.
This article covers methods to fix the Smartermail 601 error. This can arise as a result to DNS lookup failure. You can try to contact your ISP and ask them to active PTR record on your ip and domain name.
Also, you can try the following fix:
This article covers how to update Group Policy Settings on Windows Domain Computers. Group Policy provides centralized management and configuration of operating systems, applications, and users' settings in an Active Directory environment. A set of Group Policy configurations is called a Group Policy Object (GPO).
To force a group policy update on a domain:
1. Right-click the selected OU, and click Group Policy Update.
2. Click Yes in the Force Group Policy update dialog box. This is the equivalent to running GPUpdate.exe /force from the command line.