Recent articles
-
Serve a Django application using Gunicorn
Create systemd service file vi /usr/lib/systemd/system/backend.service Add [Unit] Description=Gunicorn instance to serve Django Application After=network.target [Service] User=www-data Group=www-data Environment=”APP=app” WorkingDirectory=/path/to/app/backend…
-
How to install Gearman Job Server in Docker
Gearman is an Open Source job server. http://gearman.org/getting-started/ To install it using docker, first install docker, then run docker run…
-
How to Migrate CentOS 7 cPanel Server to Almalinux 8
CentOS Linux was discontinued at the end of 2021 in favor of CentOS Stream. CentoS 7 will continue to be…
-
How to reset CyberPanel admin password
If you have lost the admin password for your CyberPanel, you can reset the password using SSH. Login to the…
-
How to get Contents of a Webpage using PHP curl
PHP cURL module allows you to connect to remote websites and API endpoints to exchange data. To see if you…
Author Details
TechYugam TEAM