• Skip to primary navigation
  • Skip to content
  • Skip to footer
text.sickhack.net - 四苦八苦計画文書
  • Posts (⚠️not working)
  • Pages
  • Tags
  • Sickhack.net Main

    Haruki Sato

    Animal. Homo sapiens. Software Engineer. Manager. Hoping to be an amazing person. See <Profile> for more info.

    • Tokyo, Japan
    • Twitter
    • GitHub

    Tech Notes - Squid

    less than 1 minute read

    On this page

    • Local Squid instance
      • in WSL2

    http://www.squid-cache.org/

    Local Squid instance

    in WSL2

    $ sudo apt install squid
    
    $ service --status-all
    ...
     [ - ]  squid
    ...
    
    $ sudo service squid start
    [ ok ] Starting Squid HTTP Proxy: squid.

    From squid.conf

    # Squid normally listens to port 3128
    http_port 3128

    Updated: February 12, 2023

    Twitter Facebook LinkedIn
    Previous Next

    You May Also Enjoy

    Testing Markdown

    less than 1 minute read

    Testing Markdown

    Testing HTML

    less than 1 minute read

    Testing HTML

    Welcome to Jekyll!

    less than 1 minute read

    You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different wa...

    • Feed
    © 2025 Haruki Sato. Powered by Jekyll & Minimal Mistakes.