Blog

How to configure Security Headers in Apache

Enable HSTS Header set Strict-Transport-Security “max-age=31536000; includeSubDomains; preload” Enable X-Frame-Options Header always append X-Frame-Options SAMEORIGIN Enable X-XSS-Protection Header set X-XSS-Protection “1; mode=block”…

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…