开学寄语

Hold enthusiasm for dreams from inside. You are never anybody’s copy. Stay curious, stay thirsty. Be exploring throughout life journey. Different life phases, different companies. History has the sto...

Tmux Quick Guidance

1. Tmux Configuration1.1 ~/.tmux.conf123456789101112131415161718192021# set prefix2 to Ctrl+Spaceset -g prefix2 C-Space# use | and - to split the windowsunbind '"'unbind '%&#x...

Install Xfce & Lightdm

Instead of GNOME desktop with GDM which is configured by default in Redhat, I’m told that xfce+lightdm is much more lighted and efficient. So I tried that out today. Let’s see how to deply xfce+lightd...

Tmux Customization: .tmux.conf

12345678910111213141516171819% cat ~/.tmux.conf# Setting the sencond prefix: C-spaceset -g prefix2 C-space# Enable mouse supportset -g mouse on# splitting panes with | and -bind | split-window -hbind ...

Win11挂载NAS网络驱动器

方法一:RaiDrive使用软件RaiDrive不但可以在Windows资源管理器挂载各种商业网盘,如Onedrive,Google Drive,Dropbox等,还可以挂载个人NAS上的共享文件夹。个人版免费够用,有广告,但可以接受。 在某次Win11系统更新后,RaiDrive软件无法启动,没有找到原因,遂放弃此方法。 方法二:FTP1. 打开[我的电脑] > 右键空白处 > ...
123416