How to back twitter to old version

  1. Download the chrome plugin
  2. Add the new agent string: Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.18
  3. Set append to replace and indicator flag to O12. Add it.
  4. Go to Permanent Spoof list: add twitter.com with User-Agent string we added above.
  5. Refresh your twitter page

Avoid finder hang when connect to smb server in MacOS 10.14

There might be some bugs in the .DS_Store. So first stop the .DS_Store creation in your MacOS:

Then remove all .DS_Store files on your smb folders:

If you want to see the files you want to remove, try:

And do it with:

Also you will find more other hidden files like ‘._.DS_Store‘, you should also remove them.

Read and write ext4 on MacOS Mojave 10.14

  1. git clone fuse-ext2(https://github.com/alperakcan/fuse-ext2). But I suggest use https://github.com/ipatch/fuse-ext2 before the project owner resolve the issue(https://github.com/alperakcan/fuse-ext2/issues/81)
  2. Follow the steps on each github readme.
  3. Problem solutions:
    1. If you meet: xcode-select: error: tool ‘xcodebuild’ requires Xcode, but active developer directory ‘/Library/Developer/CommandLineTools’ is a command line tools instance, you should excute the command:
    2. If you meet: error: unable to find sdk ‘macosx10.12’ (in target ‘fuse-ext2’), you should correct macosx10.12 like: SDKROOT = macosx and MACOSX_DEPLOYMENT_TARGET = 10.14
    3. If you meet the error like permission deined, please run the script with sudo.
  4. Here is the help text for fuse-ext2:

    The best way to install(ONLY with problem1) is: