fosshelp
Sunday, May 24, 2020
How to Install and Setup Django on Ubuntu 20.04 18.04
›
sudo apt-get python3-pip python3 -V pip3 -V pip3 install django ls /home/anna/.local/bin export PATH=$PATH:/home/anna/.local/bin django-adm...
How to Install Certbot and Generate Let’s Encrypt SSL or TLS Certificate on Ubuntu 20.04 18.04
›
sudo apt install certbot #sudo apt install python3-certbot-nginx #sudo apt install python3-certbot-apache #sudo certbot --nginx --agree-tos...
Saturday, May 9, 2020
python distutils get_command_list
›
>>> from distutils import dist >>> p = dist.Distribution() >>> >>> >>> p.get_command_list() [(...
How to Deploy App on Minikube
›
curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get-helm-3 > get_helm.sh chmod 700 get_helm.sh ./get_helm.sh helm ...
How to Install Minikube on Ubuntu 20.04 18.04
›
Install VirtualBox: sudo apt-get install -y virtualbox Install kubelet: curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/...
›
Home
View web version