Skip to content

Instantly share code, notes, and snippets.

@dcb9
Last active November 10, 2025 06:45
Show Gist options
  • Select an option

  • Save dcb9/bc8113d42c4f956ad85e29e8722909aa to your computer and use it in GitHub Desktop.

Select an option

Save dcb9/bc8113d42c4f956ad85e29e8722909aa to your computer and use it in GitHub Desktop.

Revisions

  1. Du, Chengbin revised this gist Dec 19, 2024. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion 00-windows-daily-apps.md
    Original file line number Diff line number Diff line change
    @@ -49,7 +49,8 @@ https://ninite.com/7zip-chrome-everything-gimp-musicbee-putty-realvncviewer-suma
    - GIMP (photo editor)
    - Caesium Image Compressor


    ## Book
    - Calibre

    ## GFW
    - Clash for Windows ( turn on TUN Mode/ System Proxy )
  2. Du, Chengbin revised this gist Dec 12, 2024. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions 00-windows-daily-apps.md
    Original file line number Diff line number Diff line change
    @@ -8,6 +8,7 @@ https://ninite.com/7zip-chrome-everything-gimp-musicbee-putty-realvncviewer-suma
    - `pake https://www.desmos.com/scientific --name "ScientificCalculator"`

    ## Terminal
    - WinSCP & Putty
    - Tabby
    - MobaXterm
    - Cygwin64 Terminal
  3. Du, Chengbin revised this gist Dec 6, 2024. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions 00-windows-daily-apps.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,6 @@
    ## Ninite all-in-one installer
    https://ninite.com/7zip-chrome-everything-gimp-musicbee-putty-realvncviewer-sumatrapdf-vscode-winscp-wiztree-zoom/

    ## Office 365

    ## Pake Apps
  4. Du, Chengbin revised this gist Nov 13, 2024. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions android-daily-apps.md
    Original file line number Diff line number Diff line change
    @@ -2,6 +2,8 @@

    - Poweramp
    - Bandcamp
    - AntennaPod subscribe RSS podcast
    - 小宇宙 中文播客

    ## Streaming

  5. Du, Chengbin revised this gist Sep 23, 2024. 3 changed files with 27 additions and 4 deletions.
    8 changes: 8 additions & 0 deletions 00-windows-daily-apps.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,9 @@
    ## Office 365

    ## Pake Apps
    - Cambridge Dictionary https://github.com/dcb9/Pake
    - `pake https://www.desmos.com/scientific --name "ScientificCalculator"`

    ## Terminal
    - Tabby
    - MobaXterm
    @@ -35,15 +39,19 @@


    ## Image
    - Flameshot
    - ImageGlass
    - SumatraPDF
    - GIMP (photo editor)
    - Caesium Image Compressor



    ## GFW
    - Clash for Windows ( turn on TUN Mode/ System Proxy )



    ## WSL2
    - use CFW globally ( UWP Lookback, select and save sub-system)
    - avoid coding under /mnt/
    19 changes: 19 additions & 0 deletions clash-mixin.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,19 @@
    module.exports.parse = ({ content, name, url }, { yaml, axios, notify }) => {
    if (content && content.rules) {
    const targets = ["proxy1", "proxy2"]
    for (const target of targets) {
    const hasTarget = content.rules.some((ele) => ele.includes(target))
    if (hasTarget) {
    const domainSuffixes = [
    "rs", "io", "ton", "npmjs.org",
    "notion.so", "youtu.be", "etherscan.io", "dweb.link",
    "coursera.org", "amazonaws.com", "linkedin.com", "github.io", "affine.pro",
    ]
    for (const domain of domainSuffixes) {
    content.rules.unshift(`DOMAIN-SUFFIX,${domain},${target}`)
    }
    }
    }
    }
    return content
    }
    4 changes: 0 additions & 4 deletions clash-mixin.yaml
    Original file line number Diff line number Diff line change
    @@ -1,4 +0,0 @@
    mixin: # object
    rules:
    - "DOMAIN-SUFFIX,npmjs.org,PROXY"
    - "DOMAIN-SUFFIX,yarnpkg.com,PROXY"
  6. Du, Chengbin revised this gist Aug 18, 2024. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions 00-windows-daily-apps.md
    Original file line number Diff line number Diff line change
    @@ -33,10 +33,12 @@
    - Scoop
    - WizTree

    ## Image Viewer

    ## Image
    - ImageGlass
    - SumatraPDF
    - Foxit pdf reader
    - GIMP (photo editor)
    - Caesium Image Compressor


    ## GFW
  7. Du, Chengbin renamed this gist Mar 21, 2024. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions windows-daily-apps.md → 00-windows-daily-apps.md
    Original file line number Diff line number Diff line change
    @@ -21,6 +21,7 @@

    ## Productive
    - PowerToys
    - DevToys
    - 7zip
    - Sublime
    - Vscode
  8. Du, Chengbin revised this gist Mar 5, 2024. 1 changed file with 7 additions and 1 deletion.
    8 changes: 7 additions & 1 deletion windows-daily-apps.md
    Original file line number Diff line number Diff line change
    @@ -16,6 +16,7 @@
    - Studio 3T free for MongoDB

    ## Note
    - Notion
    - Jupyter-lab

    ## Productive
    @@ -33,6 +34,7 @@

    ## Image Viewer
    - ImageGlass
    - SumatraPDF
    - Foxit pdf reader


    @@ -41,4 +43,8 @@

    ## WSL2
    - use CFW globally ( UWP Lookback, select and save sub-system)
    - avoid coding under /mnt/
    - avoid coding under /mnt/

    WSL mount docker volume:

    sudo mount -t drvfs w: /mnt/docker
  9. Du, Chengbin renamed this gist Sep 6, 2023. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  10. Du, Chengbin revised this gist Sep 6, 2023. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions clash-mixin
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    mixin: # object
    rules:
    - "DOMAIN-SUFFIX,npmjs.org,PROXY"
    - "DOMAIN-SUFFIX,yarnpkg.com,PROXY"
  11. Du, Chengbin revised this gist Sep 6, 2023. 1 changed file with 8 additions and 0 deletions.
    8 changes: 8 additions & 0 deletions windows-daily-apps.md
    Original file line number Diff line number Diff line change
    @@ -34,3 +34,11 @@
    ## Image Viewer
    - ImageGlass
    - Foxit pdf reader


    ## GFW
    - Clash for Windows ( turn on TUN Mode/ System Proxy )

    ## WSL2
    - use CFW globally ( UWP Lookback, select and save sub-system)
    - avoid coding under /mnt/
  12. Du, Chengbin revised this gist Sep 6, 2023. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions windows-daily-apps.md
    Original file line number Diff line number Diff line change
    @@ -29,6 +29,7 @@
    - Mp3tag
    - yt-dlp
    - Scoop
    - WizTree

    ## Image Viewer
    - ImageGlass
  13. Du, Chengbin revised this gist Sep 6, 2023. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion windows-daily-apps.md
    Original file line number Diff line number Diff line change
    @@ -24,7 +24,11 @@
    - Sublime
    - Vscode
    - Snipaste
    - localsend
    - Localsend
    - Advanced Renamer
    - Mp3tag
    - yt-dlp
    - Scoop

    ## Image Viewer
    - ImageGlass
  14. Du, Chengbin revised this gist Aug 31, 2023. 1 changed file with 10 additions and 0 deletions.
    10 changes: 10 additions & 0 deletions android-daily-apps.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    ## Music

    - Poweramp
    - Bandcamp

    ## Streaming

    ## File transfer

    - localsend
  15. Du, Chengbin revised this gist Aug 31, 2023. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions windows-daily-apps.md
    Original file line number Diff line number Diff line change
    @@ -23,6 +23,8 @@
    - 7zip
    - Sublime
    - Vscode
    - Snipaste
    - localsend

    ## Image Viewer
    - ImageGlass
  16. Du, Chengbin created this gist May 26, 2023.
    29 changes: 29 additions & 0 deletions windows-daily-apps.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,29 @@
    ## Office 365

    ## Terminal
    - Tabby
    - MobaXterm
    - Cygwin64 Terminal

    ## Search
    - Everything

    ## PHP
    - phpstudy_pro

    ## DB
    - DBeaver
    - Studio 3T free for MongoDB

    ## Note
    - Jupyter-lab

    ## Productive
    - PowerToys
    - 7zip
    - Sublime
    - Vscode

    ## Image Viewer
    - ImageGlass
    - Foxit pdf reader