Download Google Drive Files using wget
Files can be downloaded from google drive using wget. Before that, you need to know that files are small and large-sized in google drive. Files less than 100MB are regarded…
Centos blog post about its technology and services for open source community.
Files can be downloaded from google drive using wget. Before that, you need to know that files are small and large-sized in google drive. Files less than 100MB are regarded…
For any program, whether it’s a web app, API server, desktop software, tablet or phone app, working with the time zones is a pretty common task. In this article, I…
LiteSpeed is the web server we use on all our hosting servers instead of Apache. We set a LiteSpeed connection timeout to ensure users with potential scripting issues do not…
On centos 7, there are instances where you get the error Unable to register authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subjectError registering authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject…
Step 1: Login as Administrator If you’re working on a local machine, log in to the system with administrator credentials. If you’re connecting to a remote machine (over a network),…
If the database is not exists in cpanel after update of cpanel software, then first you have to make sure that database is available on server. But if it exists…
Command to run the Apache benchmark tool (ab) with 200 simultaneous requests until 2000 requests are completed: # ab -k -c 100 -n 2000 localhost/checkiffileexists.php Let’s run the test and compare the results. Pay attention to…
Knowing how much traffic your web server can handle when under stress is essential for planning future grow of your website or application. By using tool called siege, you can run…
Because of Bug in the CPanel release lots of our client are facing issue that MySQL is showing down in cPanel interface. But the MySQL/MariaDB was still running. It’s only…
A firewall is a way of monitoring and filtering network traffic. Both incoming and outgoing. This article is for rather advanced users, who are familiar with the concept of a…