Menu Close

devstate.de

A Dreams Engine Blog. This Blog may not make any sense to you. This is a collection of internal snippets that we collect with our experiences, but we hope some of our post will help you in some way.

Category / In Server

Fixing Ubuntu Random Issues

Fixing NO_PUBKEY: W: GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 2EA8F35793D8809A apt-key adv –keyserver keyserver.ubuntu.com –recv-keys 4F4EA0AAE5267A6C or for EasyEngine: apt-key adv –keyserver keyserver.ubuntu.com –recv 3050AC3CD2AE6F03     Fixing PIP / Letsencrypt Error: OSError: Command /root/.local/share/letsencrypt/bin/python2.7 – setuptools pkg_resources pip wheel failed with […]

Continue Reading

Optimal Easy Engine 3.0

#Access Server #Update Server TimeZone dpkg-reconfigure tzdata #Secure SSH acccess with a different port #Keep SSH Connection Alive  #Restart SSH  #Add a Initial message  #Update/Upgrade Server #Instalar Vim 8 Ubuntu/Mint #Install Git #Beautyfy Terminal follow this steps: apt install zsh -y Change permanently to zsh chsh -s /bin/zsh Get .Antigen git clone https://github.com/zsh-users/antigen.git .antigen Add […]

Continue Reading