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 root@vps1:~# This is fixed by installing…
On Ubuntu, I get the following error root@vps1:~# man bash: /usr/bin/man: No such file or directory root@vps1:~# This is fixed by installing…
Oracle Linux is Free 100% binary-compatible with Red Hat Enterprise Linux, same as CentOS. Unlike RHEL, Oracle Linux is free even for…
Deleting a software RAID array will result in all data stored in the devices being lost. So be careful when you remove…
When I create software RAID with mdadm, it gets created as /dev/md127, instead of /dev/md0 I specified while creating RAID. To fix…
If you have installed Ubuntu with GUI and don’t want GUI, you can disable GUI from starting on boot with command systemctl…
RAID 0 allows you to combine multiple disks into one large disk. Only use RAID 0 if the data is not important…
When I try to make a copy of the Magento 1 site, it takes forever to restore the MySQL database. The size…
When I try to restore the MySQL database of a Magento 1.x site on MariaDB 10.3.32 (source MySQL 5.7.36), I get the…
To see which files cause IO load, use filetop fatrace can list files that and currently used totop To get IO read/write…
To redirect a domain to HTTPS, Click on the website in IIS, you will see If you don’t see the “URL Rewrite”…
LXC containers are stored in folder /var/lib/lxc Each container have a folder, which contains /var/lib/lxc/VM_NAME_HERE/config = configuration file /var/lib/lxc/VM_NAME_HERE/rootfs = file system…
On a Debian server, I installed lxc, but when I create a container, it is missing IP address. When I did “lxc-attack…