Explore Our Latest Updates
Stay informed and inspired with our blogs to navigate and resolve any technical challenges that you may encounter.
Rapid ways to setup Webmin email alerts and fix errors
Webmin is a web-based interface that allows easy setup of user accounts in the server, service edits and many more. Also, it comes with a powerful feature to set up email alerts. It makes server monitoring easier by sending email alerts from backup or background...
Install SSL certificate on Apache with Webmin – Related errors and fixes
SSL is one of the standard technology to authenticate and encrypt communication between clients and servers. Also, SSL encrypts network traffic so that an attacker cannot listen to sensitive information like passwords and credit card numbers on the network. In some...
How to change default index page in cPanel
New account creation in cPanel is pretty hassle free. But, things go for a toss when the incorrect website page shows up. Usually, the wrong page shows up due to wrong domain configuration in cPanel. And, the website owners often contact us to fix their website as...
fsck error 2 – The way we fix it
Server hard disks often show degraded performance due to file system errors. And, utilities like fsck is of great help in correcting the errors. But, what if the utility itself report errors ? A typical error message appears as "fsck: error 2 (No such file or...
How we nailed Magento 2 checkout slow issues
Today, Magento 2 is one of the most popular platforms to build & manage online business. But, problems like Magento 2 checkout slow affects site performance & ruin your business. Often, this happens due to Magento settings like production off mode, javascript...
Apache Forward Secrecy – How it avoid attacks
Secure website transaction involves a key exchange between the server and the browser. And, when an attacker is ever able to get hold of this key, they can decrypt your SSL session. Thus, the whole process fails. Perfect Forward Secrecy (PFS) eliminate the use of such...
No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
How to setup CloudStack CentOS 7 server?
CloudStack help service providers to deploy cloud solutions on demand. Thus, it is one the popular option among Data Centers. As the CloudStack installation guide comes with the steps for CentOS 6, it can be confusing while installing CloudStack in CentOS 7. That's...
Server on Backscatterer blacklist? Here’s how to fix it
Email server blacklisting create big problems while sending mails. And, it causes mail to fail with 550 errors. Although there are many blacklists, getting into Backscatterer blacklist can result in email failure up to 4 weeks. That's why, many customers approach us...
BIND EDNS – Here’s the right way to enable it
DNS servers are now a primary attack vector of cyber criminals. Unfortunately, such attack has a wide impact as it affect all domains. That's why, securing DNS servers becomes very critical for any organization. Luckily, security features like DNSSEC help greatly to...
How to setup DNSSEC chain of trust for your domain?
I noticed my domain fails in DNSSEC. Can you fix this? That was a recent support request from one of our customers at our Technical Support Services for Web hosts. DNSSEC aka DNS Security Extensions simply brings in security to DNS zone records using digital...
How to easily setup Gunicorn Django app?
Django is a popular way to build Python applications. Although it comes with a built-in server, it may create problems in production environment. That's where Gunicorn server helps. Gunicorn server can run python applications in multiple platforms. But, to run Python...
Webmin Docker module – An easy way to deploy containers
Docker comes as a light weight server solution. And, that makes it even more popular. But, does Webmin support Docker ? Yes. Luckily, Webmin docker module make things easier for Docker lovers. But, setting up Docker containers in Webmin involves a series of steps....