Install LXD on Ubuntu
To create LXD containers, run LXD is a tool to manage LXC (Linux Containers). lxd allow you to create and manage lightweight…
To create LXD containers, run LXD is a tool to manage LXC (Linux Containers). lxd allow you to create and manage lightweight…
CageFS is a virtualized file system and a set of tools that isolate each user in its own “cage”. It is developed…
To list UUID for all your storage devices, run ”’blkid -c /dev/null”’ blkid – locate/print block device attributes Example boby@bizhat ~ $…
The program atop is an interactive monitor to view the load on a Linux system. To install on Ubuntu/Debian On CentOS/RHEL On…
apt-get used to manage packages in Debian/Ubuntu server. Install A Package apt-get install PKG_NAME Uninstall a software (keep configuration file) apt-get remove…
When you run exim mail server, it is good to keep an eye on number of emails in mail queue. here is…
LXC is Linux Container, allows you to run lightweight virtual servers on your computer. It is better use LXD instead of LXC.…
lxc-create is used to create lxc container. To create a container, run lxc-create -t download -n CONTAINER_NAME_HERE This will list all available…
ShadowSocks client is part of shadowsocks package. This include both client and server. If you are looking to install server, see Install…
To install ShadowSocks server on Debian 10, run apt install -y shadowsocks Create config file vi /etc/shadowsocks/config.json Add following { “server”:”SERVER_IP”, “server_port”:8044,…
On Cpanel server, to find username for a web site, run /scripts/whoowns DOMAIN_HERE Example