This is how I package my flask app for docker container
Here is my steps to copy my app to testing server and package it ready for production. My Flask app
Here is my steps to copy my app to testing server and package it ready for production. My Flask app
Backup script backup.sh Change the file executable To run the backup script Executing with cron The cron utility can be used to automate the script execution. The cron daemon allows the execution of scripts, or commands, at a specified time…
How to install Webmin When you have a newly installed Linux server, you can config the server line by line through the terminal, but sometimes there is a relief that you can have a GUI to config some settings, thanks…
Updated: 2024-04-02 Create User – Linux systems Install zsh and ohmyzsh download and install or Install web browsers To zip folder To unzip the zip file Web server on demand SASS watch commands SCP – Copy files over SSH Folder…
Get IP address Get gateway Get DNS How to find out which DNS answering the DNS query Write to file – stackexchange
In here I am going to show you how to add a Let’s Encrypt SSL cert to Ubuntu server running apache2.First, add the repository: Then is a good idea to update your system Install Certbot Set up the SSL certificate…
Install SSH server Check Status Start SSH automatically on boot Client machine side Generate ssh key pairThis will generate your ssh key pair This is your public key, this key value need to be exist in the server you connect…