Introduction FastAPI is a modern, fast (high-performance) web framework for building APIs with Python based on standard Python type hints. Deploying a FastAPI project on a Linux server can be […]
Automating Server Backup on Shutdown
Introduction In the world of server administration, ensuring that your data is backed up regularly is crucial to maintaining the integrity and availability of your services. One way to streamline […]
Git clone and getting error ‘Peer’s Certificate issuer is not recognized.’. [Fixed][shared server]
Are you trying to pull or clone the repo but getting peer’s certificate issue? Well, I have a solution for you. If are you getting something like this, I might […]
Access and transfer backup files from one server to other directly and fast
Today, I am going to show you how to transfer files or backup file from one server to another server directly without need to download from one server and upload […]
How to use composer in shared server. Easy way.
Trying to install composer in shared server? Well, you are in the right place. I have very simple approach for this. Here are the steps for you. Access to your […]
413 Request Entity Too Large in Nginx Ubuntu Server [Solved]
You might get this issue while uploading images either from website or from api request. Whatever is the case, the solution is same and simple. This actually occurs if you […]
How to Create an Apache SSL Certificate on Ubuntu
Installing SSL certificate on ubuntu server is quite easy. Today, I will show you how you can do that. Please follow following steps and you will be able to install […]