On my local computer, i have installed openssh-server, but i don’t want it always enabled. To … Disable sshd start on boot in ubuntuRead more
Install wireguard VPN on Ubuntu
To install wireguard VPN on ubuntu, run apt update apt install software-properties-common apt install linux-headers-$(uname -r) … Install wireguard VPN on UbuntuRead more
Change Apache User in Ubuntu
On Ubuntu/Debian server, apache run as user www-data. When you install Apache web server on your … Change Apache User in UbuntuRead more
Prevent Notification steal focus on Ubuntu 18.04
On Ubuntu, some times notifications steal focus from current application. This annoying when you are working … Prevent Notification steal focus on Ubuntu 18.04Read more
Install PowerDNS on Ubuntu 20.04
PowerDNS is an OpenSource DNS server. Update apt repo apt-get update && apt-get upgrade -y On … Install PowerDNS on Ubuntu 20.04Read more
Enable Remote Desktop in Ubuntu from the command line
Method 1: Using x11vnc Connect to remote computer with SSH ssh user@REMOTE_PC_IP Install x11vnc sudo apt … Enable Remote Desktop in Ubuntu from the command lineRead more
Install AnyDesk on Ubuntu
To install AnyDesk on Ubuntu, run following commands as user root (sudo su). wget -qO – … Install AnyDesk on UbuntuRead more
Enable FTP for EasyEngine Website
To Enable FTP for EasyEngine web sites, we need to install pure-ftpd. On Ubuntu/Debian, run apt … Enable FTP for EasyEngine WebsiteRead more
bash: man: command not found
When running man command on a debian server, i get error root@lab:~# man sftp -bash: man: … bash: man: command not foundRead more
Install TeamSpeak Client on Ubuntu
To install TeamSpeak client on Ubuntu, download latest version from https://www.teamspeak.com/en/downloads Download page list both 32 … Install TeamSpeak Client on UbuntuRead more