Skip to content

Winston Lee

  • Home
  • Projects
  • Blog
Winston Lee

trick

Development | General IT | Linux

Temporarily ignore a file in git

To ignore a file [cc] git update-index –assume-unchanged file.to.ignore [/cc] To undo [cc] git update-index –no-assume-unchanged file.to.ignore [/cc] Alternatives: [cci lang]git stash[/cci], [cci lang].gitignore[/cci], but I need to keep the file in the working copy, and not touch the gitignore…

Read More Temporarily ignore a file in gitContinue

General IT | Windows

Invisible folder for Windows

Recently there have been quite some posts about how to create an invisible folder, as the process is quite complicated, I thought “why not prepackage it?”. And here it goes, your invisible folder (extract and enjoy). Why is it in…

Read More Invisible folder for WindowsContinue

Desktop | Linux

Recover encrypted home folder under Ubuntu / Kubuntu

The community documentation can be of great help, namely the following section If you use encrypted filenames (standard in Ubuntu >= 9.04) you have to do the following first:  sudo ecryptfs-add-passphrase –fnek   Passphrase:  (Enter the mount passphrase you recorded when you setup…

Read More Recover encrypted home folder under Ubuntu / KubuntuContinue

I’m an English / Vietnamese / Korean speaking software solution provider living in Korea

Get In Touch

To reach me, please use the contact form

© 2023

Github Linkedin
Scroll to top
  • Home
  • Projects
  • Blog