Download latest version of ionCube loader from cd /usr/local/src wget https://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz tar xvf ioncube_loaders_lin_x86-64.tar.gz cd ioncube/ … Install ionCube on Debian 9Read more
Linux
Install Monit on Ubuntu
Monit can be used to monitor services, restart them if required. To install monit, run apt … Install Monit on UbuntuRead more
Install Remote Desktop in Debian/Ubuntu
To install and use Linux remote server as desktop, first install lite weight desktop environment like … Install Remote Desktop in Debian/UbuntuRead more
gpg: failed to start the dirmngr
When i add a key with apt-key command, i get error root@ip-172-31-47-128:~# apt-key adv –recv-keys –keyserver … gpg: failed to start the dirmngrRead more
Ubuntu find Dependencies for a package
To find dependencies for a package, run apt-cache depends PACKAGE_NAME Example root@ubuntu-s-4vcpu-8gb-nyc1-01:~# apt-cache depends php7.2 php7.2 … Ubuntu find Dependencies for a packageRead more
Ubuntu show package information
To see information about a package, run apt-cache showpkg PKG_NAME
Install OpenLiteSpeed on Ubuntu/Debian
OpenLiteSpeed ia an Open Source version of LiteSpeed Web Server. To install OpenLiteSpeed, add repository by … Install OpenLiteSpeed on Ubuntu/DebianRead more
Install MongoDB 4 on Debian 9
You can see detailed instruction on how to install on MongoDB web site. First add key … Install MongoDB 4 on Debian 9Read more
apt-key keyserver receive failed: No dirmngr
When running apt-key command, i get following error. root@ip-172-31-46-9:~# sudo apt-key adv –keyserver hkp://keyserver.ubuntu.com:80 –recv 9DA31620334BD75D9DCB49F368818C72E52529D4 … apt-key keyserver receive failed: No dirmngrRead more