Techyugam
-
How to disable MySQL X Protocol (mysqlx_port)
After installing MySQL 8 and checking listening ports with โnetstat -lntpโ, you will see MySQL… Read More
-
How to Migrate MySQL Users to Another Server
I wanted to Migrate MySQL from one server to another. Usually, I could just copy… Read More
-
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… Read More
-
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… Read More
-
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… Read More
-
How to reset CyberPanel admin password
If you have lost the admin password for your CyberPanel, you can reset the password… Read More
-
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… Read More
-
AtoM PDF thumbnail not working
After migrating AtoM to a new server, PDF thumbnails stopped generating when uploading PDF files.… Read More
-
How to Recover Deleted Project in Google Cloud
When you delete a Google Cloud Project (GCP), Google will shut down the project, and… Read More
-
Pterodactyl File Manager increase 250 file limit
Pterodactyl is an open-source game control panel. When you view game server files, the file… Read More
Author Details
TechYugam TEAM