CentOS 8
CentOS 8 is a short-lived Linux distribution based on Red Hat Enterprise Linux (RHEL). Due to a change in policy, CentOS 8…
CentOS 8 is a short-lived Linux distribution based on Red Hat Enterprise Linux (RHEL). Due to a change in policy, CentOS 8…
To start Apache from command line with out using a systemd service file or init script, run /usr/sbin/httpd -DFOREGROUND To stop Apache,…
ulimit command allow you to view or set user limits. boby@sok-01:~$ ulimit -a core file size (blocks, -c) 0 data seg size…
To install ImageMagick on CentOS, run yum install ImageMagick To install on Ubuntu/Debian, run apt install -y imagemagick How to check if…
On Ubuntu 18.04 server, first i get Ubuntu to use /etc/network/interface, by default Ubuntu 18.04 and newer use netplan. First install ifdown…
XFCE is a lightweight Desktop Environment for Linux. XFCE + vnc allows you to set up a remote desktop on a VPS…
HandBreak is an OpenSource Video transcoder available from https://handbrake.fr. It can convert video to various format. Latest version of Handbreak available in…
Linux KVM is virtualisation software that allow you to create virtual machine under linux. To install on Ubuntu, run apt install -y…
To disable IP block alert in CSF firewall, run sed -i “s/LF_PERMBLOCK_ALERT\s*=.*$/LF_PERMBLOCK_ALERT = \”0\”/g” /etc/csf/csf.conf Restart lfd and csf systemctl restart lfd…
maldet is malware scanner for linux. On a shared hosting server, maldet detected one cusomer files as malware, on checking i found…
To download RPM file from yum repo, you need to install yum-utils package. yum install -y yum-utils Now you can use command…
To enable Passive FTP in Debian/Ubuntu installation of ISPConfig, run echo “40110 40210” > /etc/pure-ftpd/conf/PassivePortRange Restart pure-ftpd service pure-ftpd-mysql restart Now open…