Install x11vnc on Ubuntu

To install x11vnc on Debian/Ubuntu, run apt install -y x11vnc To start vnc server, run x11vnc -display :0 By default, there will be no password. To set password, run x11vnc -storepasswd To start x11vnc server with password, run x11vnc -rfbauth ~/.vnc/passwd

Install PHP 5.6 on Debian 9 Plesk Server

Plesk License Number

To install PHP 5.6 on Debian 9 Plesk Server, add sury.org repository apt install apt-transport-https lsb-release ca-certificates -y wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg echo “deb https://packages.sury.org/php/ $(lsb_release -sc) main” > /etc/apt/sources.list.d/php.list Install PHP 5.6 with apt apt-get update apt-get install php5.6 php5.6-fpm php5.6-cgi php5.6-mysql php5.6-xsl php5.6-xml php5.6-tidy php5.6-recode php5.6-mcrypt php5.6-mbstring php5.6-intl php5.6-gd php5.6-curl php5.6-json php5.6-imagick php5.6-bcmath … Read more

apt – Problem unlinking the file auxfiles

When i get apt update on a Debian 9 server, i get following error # apt update Get:1 http://ftp.debian.org/debian stretch-updates InRelease [91.0 kB] Hit:2 http://security.debian.org stretch/updates InRelease Hit:3 https://packages.sury.org/php stretch InRelease Ign:4 http://ftp.us.debian.org/debian stable InRelease Hit:5 http://ftp.us.debian.org/debian stable Release Fetched 91.0 kB in 0s (165 kB/s) Reading package lists… Done Building dependency tree Reading state … Read more