On CyberPanel server, FTP was not working. I checked the server with “netstat -lntp” command. No … CyberPanel FTP not working on Ubuntu ServerRead more
Ubuntu
bash: lspci: command not found
On Ubuntu server, when I run lspci command, i get the error root@first-vm:~# lspci -bash: lspci: … bash: lspci: command not foundRead more
How to install zabbix agent on Ubuntu
To install the Zabbix agent on Ubuntu, run the command apt install zabbix-agent To autostart, Zabbix … How to install zabbix agent on UbuntuRead more
Module php-imagick in this instance has no SVG support
On Ubuntu server running Nextcloud, I got the following warning in Nextcloud Module php-imagick in this … Module php-imagick in this instance has no SVG supportRead more
Configure Failover IP in Ubuntu 20.04 OVH VPS
To configure IP on OVH VPS, you need to manually configure networking as OVH gateway is … Configure Failover IP in Ubuntu 20.04 OVH VPSRead more
How to disable GUI in Ubuntu
If you have installed Ubuntu with GUI and don’t want GUI, you can disable GUI from … How to disable GUI in UbuntuRead more
bash: /usr/bin/man: No such file or directory
On Ubuntu, I get the following error root@vps1:~# man bash: /usr/bin/man: No such file or directory … bash: /usr/bin/man: No such file or directoryRead more
How to install .NET SDK in Ubuntu 20.04
To install .NET on ubuntu 20.04, run the following commands wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb sudo dpkg … How to install .NET SDK in Ubuntu 20.04Read more
Reset nextcloud admin password (snap install)
To reset the admin password of a nextcloud installed using the snap package, run sudo nextcloud.occ … Reset nextcloud admin password (snap install)Read more
apt error doesn’t support architecture ‘i386’
On an Ubuntu server, when running “apt update” command, I got the following error message root@s196379:~# … apt error doesn’t support architecture ‘i386’Read more