2 private links
满足罕见和不常见需求的独特工具 https://chromewebstore.google.com/detail/sinqi-tools/pkeofoednafdcnbgbeagamogpjnhjcla?hl=en简洁 即将推出 https://sinqi.tools/code_imghttps://sinqi.tools/calendarhttps://sinqi.tools/timerhttps://sinqi.tools/whoishttps://sinqi.tools/trianglehttps://sinqi.tools/ph_logohttps://sinqi.tools/qrcodehttps://sinqi.tools/extract_colorhttps://sinqi.tools/marqueehttps://sinqi.tools/phhttps://sinqi.tools/stickieshttps://sinqi.tools/metahttps://sinqi.tools/img_editorhttps://sinqi.tools/mark_maphttps://sinqi.tools/morsehttps://sinqi.tools/bmihttps://sinqi.tools/loanhttps://sinqi.tools/color_pickerhttps://sinqi.tools/discover https://sinqi.tools/zh/tailwind_colors https://sinqi.tools/zh/safe_email https://sinqi.tools/zh/sudoku https://sinqi.tools/zh/code_converter https://sinqi.tools/zh/animations https://sinqi.tools/zh/code_beautifier https://sinqi.tools/zh/backgrounds https://sinqi.tools/zh/buttons https://sinqi.tools/zh/jwt https://sinqi.tools/zh/player https://sinqi.tools/zh/css https://sinqi.tools/zh/url_parser https://sinqi.tools/zh/avatar https://sinqi.tools/zh/scrollbar https://sinqi.tools/zh/shot https://sinqi.tools/zh/stickies https://sinqi.tools/zh/meta https://sinqi.tools/zh/decision https://sinqi.tools/zh/code_img https://sinqi.tools/zh/img_editor https://sinqi.tools/zh/fsu https://sinqi.tools/zh/mark_map https://sinqi.tools/zh/morse https://sinqi.tools/zh/macros https://sinqi.tools/zh/bmi https://sinqi.tools/zh/pwd https://sinqi.tools/zh/loan https://sinqi.tools/zh/calc https://sinqi.tools/zh/relationship https://sinqi.tools/zh/counter https://sinqi.tools/zh/triangle https://sinqi.tools/zh/sunburst https://sinqi.tools/zh/wave https://sinqi.tools/zh/mesh https://sinqi.tools/zh/blob https://sinqi.tools/zh/gradient https://sinqi.tools/zh/clock https://sinqi.tools/zh/timer https://sinqi.tools/zh/stopwatch https://sinqi.tools/zh/alarm https://sinqi.tools/zh/screen https://sinqi.tools/zh/camera https://sinqi.tools/zh/audio https://sinqi.tools/zh/ph_logo https://sinqi.tools/zh/qrcode https://sinqi.tools/zh/color_picker https://sinqi.tools/zh/extract_color https://sinqi.tools/zh/marquee https://sinqi.tools/zh/html https://sinqi.tools/zh/ph https://sinqi.tools/zh/ip https://sinqi.tools/zh/calendar https://sinqi.tools/zh/whois https://sinqi.tools/zh/dns https://sinqi.tools/zh/url https://sinqi.tools/zh/capital https://sinqi.tools/zh/kbd https://sinqi.tools/zh/symbol https://sinqi.tools/zh/http_code https://sinqi.tools/zh/uuid https://sinqi.tools/zh/color https://sinqi.tools/zh/num2ch https://sinqi.tools/zh/ua https://voce.chat/ https://ohminesweeper.online/ https://colors.ichuantong.cn/ https://stars.yangerxiao.com/ https://works.yangerxiao.com/life-progress/ https://works.yangerxiao.com/chinese-word-chaos/ https://sinqi.tools/discover面向 Web 开发人员和设计人员的精致工具集合。
Build software faster in an editor designed for pair-programming with AI Trusted by tens of thousands of engineers, including ones at [...] Save time hunting for the place to start a change or the right method to call. [...] Stay in flow and focus on what matters by having the AI write low-level logic. [...] We are proud to have helped tens of thousands of developers all over the world to be more productive.
如果你的包管理器想直接使用优秀的镜像仓库,请参考这个:https://github.com/eryajf/Thanks-Mirror 目录 #pip #git #cargo #apt-apt-get #curl #gradle #maven #go-get #npm #rustup #yarn #yarn2 #gem #brew #wget #snap #docker #electron-dev-dependency #visual-studio-code-remote-wsl2 #visual-studio-code-remote-ssh #tips #scoop #openwrt-opkg #chocolatey #guix #faq pip ~/.config/pip/pip.conf [global] proxy=http://localhost:1087 注意不支持socks5 [...] 环境变量 HTTPS_PROXY & https_proxy & http_proxy export https_proxy=http://127.0.0.1:1080 export http_proxy=http://127.0.0.1:1080 http_proxy 一般来讲没必要,除非使用基于 HTTP 的 Crate Repository [...] Reference https://askubuntu.com/questions/764610/how-to-install-snap-packages-behind-web-proxy-on-ubuntu-16-04#answer-1146047 docker $ sudo mkdir -p /etc/systemd/system/docker.service.d $ sudo vim /etc/systemd/system/docker.service.d/proxy.conf [Service] Environment="ALL_PROXY=socks5://localhost:1080" $ sudo systemctl daemon-reload $ sudo systemctl restart docker 必须是socks5,http不生效