Download a package using apt on Debian/Ubuntu
On Debian and Ubuntu servers, you can download a package using apt download command. apt download PKG_NAME Package will get downloaded to…
On Debian and Ubuntu servers, you can download a package using apt download command. apt download PKG_NAME Package will get downloaded to…
To block packages from upgrading, you can use command apt-mark hold. apt-mark hold PKG_NAME Example apt-mark hold libtomcat8-java tomcat8 tomcat8-admin tomcat8-common To…
Before you configure bridge network, make sure you have bridge-utils installed. apt install bridge-utils You may also need ifdown and resolvconf packages…
To install kvm on Debian 10, run apt install -y qemu-kvm Install libvirt, it is a tool to manage kvm apt install…
When running apt update, i get following error W: An error occurred during the signature verification. The repository is not updated and…
When running apt update on a Debian jessie server, i get following error E: Release file for http://archive.debian.org/debian/dists/jessie-backports/InRelease is expired (invalid since…
One of my internet provider only provide IPv4 connection. When i run apt install command, it failed with error as it try…
To install Elasticsearch for Magento on Debian, install Java 1.8 and apt-transport-https apt install -y openjdk-8-jdk-headless apt install -y apt-transport-https Add key…
When installing a program in Ubuntu 18.04 server minimal installation, i get following error debconf: unable to initialize frontend: Dialog debconf: (No…
On Ubuntu 18.04 server, first i get Ubuntu to use /etc/network/interface, by default Ubuntu 18.04 and newer use netplan. First install ifdown…
To install ShadowSocks server on Debian 10, run apt install -y shadowsocks Create config file vi /etc/shadowsocks/config.json Add following { “server”:”SERVER_IP”, “server_port”:8044,…
Latest Ubuntu/Debian use systemd-resolved for DNS resolution. On a fresh Ubuntu 19.04 install DNS failed to resolve. root@ubuntu19:/# ping serverok.in ping: serverok.in:…