使用pacman或者yay进行安装软件,以下软件都可以在这里面找到, 网易云音乐:netease-cloud-music Edge浏览器:microsoft-edge-dev-bin JetBrain全家桶:clion,pycharm-professional,intellij-idea-ultimate-edition,webstorm clash for windows:clash-for-windows-bin,实测中,发现移动网下载这个软件很慢,但是联通下载很快,如果...
alias reclash='sudo systemctl restart clash' Clash web ui Clash for windows bin 2.3.3 Steam 安装Steam:pacman -S steam Steam HiDPI 设置: 参考:https://wiki.archlinux.org/title/HiDPI#Steam 修改/usr/share/applications/steam.desktop 添加启动环境变量Exec=env GDK_SCALE=2 /usr/bin/steam-runtime...
我推荐非必要的软件包可以在安装后再自行安装,先安装aur助手#假设用的是paruparu -S clash-for-windows-chinese#假设要安装的aur包是clash-for-windows-chinese然后可以在~/.cache/paru/clone/中找到对应的clash-for-windows-chinese,然后将其拷贝至~/repo/中#没有就自己建一个repo-add ~/repo/clash-for-window...
2、clash是一款用Go开发的支持Linux/MacOS/Windows等多平台的代理工具,支持ss/v2和谐ray/等协议,支持规则分流(类似于 Surge )。首先安装 sudo pacman -S clash 安装完成后,在终端直接运行 clash 此时自动生成/home/当前用户ID/.config/clash文件夹(默认隐藏),其中包含文件 config.yaml 。另外,clash会尝试联网下载...
四、clash for linux Clash是一款用Go语言开发,可以在Linux/MacOS/Windows等多平台使用的代理工具。 1. 安装 在github发布页面下载:https://github.com/Dreamacro/clash/releases/download/v1.2.0/clash-linux-amd64-v1.2.0.gz。 下载后解压,赋予可执行权限: ...
# 该脚本用于处理yay安装软件时,由github下载缓慢甚至无法下载的问题 # 检测域名是不是github,如果是,则替换为镜像网站,依旧使用curl下载 # 如果不是github则采用axel代替curl进行15线程下载 # 实验用链接: #axel-n15https://ghproxy.com/https://github.com/Fndroid/clash_for_windows_pkg/releases/download/0.20...
windwos中安装ubuntu 通常双系统是先安装了windwos,然后在windwos的基础上安装ubuntu,安装后在windows中无法访问ubuntu的文件,但在ubuntu中可以直接访问到windows的文件,此处遇到了问题:在利用vscode访问windows的文件时,也许是不小心操作了什么,windows中的文件被删除了,好在后面用winPE里的工具恢复了。通常自己用的ubuntu,...
"aarch64-pc-windows-msvc": "arm64", }; /// Script for ci @@ -31,7 +32,6 @@ async function resolvePortable() { const zip = new AdmZip(); zip.addLocalFile(path.join(releaseDir, "Clash Verge.exe")); // zip.addLocalFile(path.join(releaseDir, "clash.exe")); zip.addLocalFi...
安装之后退出当前用户,重新登录,打开系统设置,添加新的中文输入法: 三、命令行下载工具 比较推荐多线程下载工具axel: 代码语言:javascript 复制 yay axel 四、clash for linux Clash是一款用Go语言开发,可以在Linux/MacOS/Windows等多平台使用的代理工具。
git config --global user.name "clash-verge-rev" git am patches/support-windows-aarch64.patch -name:Init Submodule if:matrix.target == 'aarch64-pc-windows-msvc' run:git submodule update --init --recursive -name:Install Rust Stable