CentOS7 by default uses Firewalld as network filter. It’s a kind of add-on over Iptables. According to its description it has quite wide functionality and usability. But I prefer to work with Iptables rules directly. It’s more understandable for me when I write all rules by myself. But it is individual for each, I can’t bring […]
Extending LVM volume on CentOS 7
I had a lack of free disk space on root LVM volume on one of my test servers. [root@localhost ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/centos-root 1.7G 1.2G 516M 71% / And as long as I use LVM on the server I decided just to extend existing volume instead of creating […]