To install Microsoft PowerShell in Debian 9, run apt-get update apt-get install curl gnupg apt-transport-https Install … Install PowerShell in Debian 9Read more
Linux
apt – Problem unlinking the file auxfiles
When i get apt update on a Debian 9 server, i get following error # apt … apt – Problem unlinking the file auxfilesRead more
Debian 8 jessie repo error
On a Debian 8 server, when running apt update, got following error W: Failed to fetch … Debian 8 jessie repo errorRead more
Upgrade Debian 8 Jessie To Debian 9 Stretch
Upgrading server on a remote location is not safe unless you have KVM access. I did … Upgrade Debian 8 Jessie To Debian 9 StretchRead more
Installing r1soft server backup agent on Debian/Ubuntu
To install r1soft server backup agent on Ubuntu/Debian, add repository echo deb http://repo.r1soft.com/apt stable main >> … Installing r1soft server backup agent on Debian/UbuntuRead more
How to upgrade Debian 9 to Debian 10
To upgrade Debian 9 to Debian 10, first make sure your system is up-to-date. Edit file … How to upgrade Debian 9 to Debian 10Read more
Install RabbitMQ on Ubuntu/Debian
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
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