Linux

How to Install ffmpeg static build

FFmpeg binary static build available for download from https://johnvansickle.com/ffmpeg/ To install ffmpeg static build, run cd /usr/local/src wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz tar xvf ffmpeg-release-amd64-static.tar.xz…

grubby

grubby is provided by package grubby on RHEL based systems. To install grubby, run yum install grubby To list all kernels, run…

How to Remove a logical volume

To remove a logical volume, you can use the command lvremove /dev/vg-name/lv-name Example lvremove /dev/vg1/win10 This will remove logical volume with the…

systemd-networkd

systemd-networkd configuration files are stored in /etc/systemd/network/ Example /etc/systemd/network/05-eth0.network Here is a sample config [Match] Name=eth0 [Network] DHCP=no DNS=172.105.170.5 172.105.161.5 172.105.171.5 Domains=members.linode.com…