The Fei's Tech Notes
Thursday, January 22, 2026
Run GUI as root on Linux with PowerBank
›
1) First, confirm you’re actually on an X11-forwarded display Run as your normal user (not root): echo " $DISPLAY " xauth inf...
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
›
Home
View web version