The Fei's Tech Notes
Thursday, May 23, 2024
Recover the deleted files in Linux
›
Reference: https://forums.unraid.net/topic/101686-xfs_undelete-seems-to-be-a-better-way-to-recover-files/ mkdir xfs_undelete cd xfs_undelet...
Wednesday, May 22, 2024
Settings for Live SASS Compiler in Visual Studio
›
Add below block into file>preference>settings>user Settings Settings "liveSassCompile.settings.formats" : [ ...
Friday, May 10, 2024
Increase Space in CentOS 9 with lvm
›
yum install cloud-utils-growpart -y Grow the partition # growpart /dev/sda 2 Extend lv # lvextend -l +100%FREE /dev/ol/root Grow File Syst...
Wednesday, March 20, 2024
Jenkins: Disable all jobs in all folders
›
https://github.com/jenkinsci/jenkins-scripts/blob/master/scriptler/disableAllJobsInAllFolders.groovy
Friday, January 12, 2024
Reduce /home and Add SWAP space in Centos 9
›
dnf install xfsdump dnf install xfsrestore umount /home xfsdump -f home.bkup /dev/mapper/ol-home lvchange -an /dev/ol/home lvremove /dev/o...
›
Home
View web version