kex_exchange_identification: read: Connection reset by peer
When connecting to Ubuntu 20.04 server using SSH from a Mac computer, get an error kex_exchange_identification: read: Connection reset by peer On…
When connecting to Ubuntu 20.04 server using SSH from a Mac computer, get an error kex_exchange_identification: read: Connection reset by peer On…
Ubuntu come with screen recorder, this can be activated with shortcut CTRL + ALT + SHIFT + R By default, it will…
To install LAMP (Apache, MySQL, PHP) on Ubuntu/Debian web server, run apt-get install lamp-server^ This use meta package install LAMP. If you…
Time Doctor is an application to track time. To uninstall Time Doctor on Ubuntu, run sudo /bin/bash -c ‘apt purge sfproc; /bin/bash…
Ubuntu Server 20.04 set static IP with netplan Ubuntu Server 20.04 configure OVH failover IP Configure KVM Bridge Network using netplan Configure…
On my computer running Ubuntu 18.04, MriaDB stopped working. PHP application i run on my computer failed with error SQLSTATE[42S02]: Base table…
On Ubuntu, Google chrome had a disable native notification option. On Chrome 78, this option is removed. But you still can manually…
To install NextCloud desktop client on Ubuntu, add PPA sudo add-apt-repository ppa:nextcloud-devs/client sudo apt-get update Now run sudo apt install nextcloud-client After…
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…
XFCE is a lightweight Desktop Environment for Linux. XFCE + vnc allows you to set up a remote desktop on a VPS…
HandBreak is an OpenSource Video transcoder available from https://handbrake.fr. It can convert video to various format. Latest version of Handbreak available in…
Linux KVM is virtualisation software that allow you to create virtual machine under linux. To install on Ubuntu, run apt install -y…