Posts by ServerOk

bandwidth

bandwidth

iftop vnstat

Disable Netdata Email Notification

Disable Netdata Email Notification

To disable email notifications from netdata, run If the above command did not work, you can find the location of

find files by size

find files by size

On a server, i wanted to find all log files that are larger than 1 GB in size, to do

Install drivers on Ubuntu

To install drivers on Ubuntu using command line, run This list all drivers available for your hardware. You can install

virsh list

virsh list

To list all VM on a KVM server, run Example To view all Virtual machines including stopped VM’s, use –all

virsh nodeinfo

virsh nodeinfo

To see information about a KVM node, run Example See virsh

Linux KVM Virtualization

Linux KVM Virtualization

Install KVM Install Linux KVM on Debian 10 Install Linux KVM on Ubuntu Install Linux KVM on CentOS 7 Install

virsh

virsh

virsh command is used to manage KVM vps. It is part of libvirt package. http://libvirt.org virsh list virsh nodeinfo How

LXD container snapshot and restore

LXD container snapshot and restore

lxc allow you to take snapshot, restore snapshot of a container. Here we create a snapshot, then delete the /etc

Install LXD on Ubuntu

Install LXD on Ubuntu

Create a Debian Container in LXD How to connect to lxd container LXD container snapshot and restore How do I

CloudLinux CageFS

CloudLinux CageFS

CageFS is a virtualized file system and a set of tools that isolate each user in its own “cage”. It

blkid

blkid

To list UUID for all your storage devices, run ”’blkid -c /dev/null”’ Example To mount /dev/sda5, i added following to