7zip rhel centos ubuntu 7zip on Linux -- Ubuntu and Fedora or CentOS / RHEL Ubuntu sudo apt-get update -yqq sudo apt-get install -yqq p7zip-full Fedora or CentOS / RHEL CentOS 7.x Download and install manually wget https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p7zip-16.02-10.el7.x86_64.rpm wget https://www.mirrorservice.org/s... Read more 10th Mar 2020
ubuntu let's encrypt pureftp Pure-ftp setup (inlcuding virtualusers and letsencrypt) under ubuntu Install pure-ftp apt-get update apt-get install pure-ftpd Ensure File /etc/inetd.conf has ftp commented out File /etc/default/pure-ftpd-common STANDALONE_OR_INETD=standalone Add ftp users group groupadd ftpusers Add ftp user - ftpuser or any other id as preferred useradd -g ftpusers -d... Read more 26th May 2019
ubuntu kubernetes Kubernetes setup on ubuntu 16.04 Master: Install dependencies apt update && apt upgrade -y curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - cat < /etc/apt/sources.list.d/kubernetes.list deb http://apt.kubernetes.io/ kubernetes-xenial main EOF apt-get update apt install linux-image-extra-virtual c... Read more 6th Mar 2019
ubuntu let's encrypt nginx Nginx let's encrypt with A+ SSL on ubuntu There are two modes when you don't want Certbot to edit your configuration: Standalone: replaces the webserver to respond to ACME challenges Webroot: needs your webserver to serve challenges from a known folder. Webroot is better because it doesn't need to replace Nginx (to bind to port... Read more 6th Mar 2019