Debian
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 |Depends: libapache2-mod-php7.2 |Depends: php7.2-fpm Depends: php7.2-cgi…
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 keys.gnupg.net E1F958385BFE2B6E Executing: /tmp/apt-key-gpghome.0BP6Ro2t54/gpg.1.sh –recv-keys –keyserver…
Install Remote Desktop in Debian/Ubuntu
To install and use Linux remote server as desktop, first install lite weight desktop environment like XFCE on your server. apt update…
Debian
Debian is a powerful, stable, and versatile open-source operating system used by millions of servers and desktops worldwide. Known for its reliability,…
Install Monit on Ubuntu
Monit can be used to monitor services, restart them if required. To install monit, run apt -y install monit To start monit,…
Install ionCube on Debian 9
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/ Check PHP version with php -v…
Install GeoIP PHP Module in Ubuntu
To install GeoIP php module in Ubuntu, run apt install php-geoip To enable module, run phpenmod geoip You can see the PHP…
Install pureftpd on Ubuntu
To install pure-ftpd on Ubuntu, run apt install pure-ftpd -y Create a system user useradd -d /var/www -s /bin/bash USERNAME chown -R…
dpkg
To force delete a package, run List all Installed packages List all files in a package To find which package provides a…