To install rabbitmq on Ubuntu/Debian, run echo ‘deb http://www.rabbitmq.com/debian/ testing main’ | sudo tee /etc/apt/sources.list.d/rabbitmq.list wget … Install RabbitMQ on Ubuntu/DebianRead more
Debian
Install ShadowSocks server on Debian 10
To install ShadowSocks server on Debian 10, run apt install -y shadowsocks Create config file vi … Install ShadowSocks server on Debian 10Read more
Using apt-get to manage software
apt-get used to manage packages in Debian/Ubuntu server. Install A Package apt-get install PKG_NAME Uninstall a … Using apt-get to manage softwareRead more
Tor Hidden Service in Ubuntu/Debian
To install tor on Ubuntu/Debian, run apt install tor Default configuration file for tor is /etc/tor/torrc … Tor Hidden Service in Ubuntu/DebianRead more
debconf: unable to initialize frontend: Dialog
When installing a program in Ubuntu 18.04 server minimal installation, i get following error debconf: unable … debconf: unable to initialize frontend: DialogRead more
Install Elasticsearch 6 on Debian for Magento
To install Elasticsearch for Magento on Debian, install Java 1.8 and apt-transport-https apt install -y openjdk-8-jdk-headless … Install Elasticsearch 6 on Debian for MagentoRead more
apt force IPv4
One of my internet provider only provide IPv4 connection. When i run apt install command, it … apt force IPv4Read more
Install ModSecurity on Debian
To install ModSecurity on Debian/Ubuntu Apache web server, run apt-get install libapache2-mod-security2 Restart Apache web server … Install ModSecurity on DebianRead more
Expired Updates for this repository will not be applied
When running apt update on a Debian jessie server, i get following error E: Release file … Expired Updates for this repository will not be appliedRead more
apt-get An error occurred during the signature verification
When running apt update, i get following error W: An error occurred during the signature verification. … apt-get An error occurred during the signature verificationRead more