其他没有自带Linux环境的Windows系统下载并安装Cygwin平台。初次安装可以只安装少量必须的package,如vim,git等。 在C盘或D盘建立home文件夹,用来存放映射Linux环境的home路径内容。 $ ln -s /mnt/c/home/Documents/ ~/Documents 或 $ ln -s /cygdrive/c/home/Documents/ ~/Documents 2. X Server Windows 10自带...
一键DD/重装脚本 (One-click reinstall OS on VPS). Contribute to Three-taile-dragon/reinstall development by creating an account on GitHub.
可绕过 Windows 11 硬件限制 实测不支持 ARM zh-cn_windows_10_enterprise_ltsc_2021_x64_dvd_033b7312.iso 此镜像安装后 wsappx 进程会长期占用 CPU 这是镜像的问题,解决方法是安装 VCLibs 库 https://www.google.com/search?q=ltsc+wsappx 以下网站可找到 iso 链接 https://archive.org https://mass...
windows10 下 用图片手把手教你 卸载 cygwin 下一步 选择 第三个安装类型 Install from Local Directory 此时程序会自动检测到你 Cygwin的本地安装目录,如果没有,则手动将 Root Directory 改为 Cygwin的本地安装目录 点击是点击下一步 重点来啦! View 选择 Category Package 选择 All New 选择Uninstall点击 下一...
is_in_windows() { [ "$(uname -o)" = Cygwin ] || [ "$(uname -o)" = Msys ] } is_in_alpine() { [ -f /etc/alpine-release ] } is_use_cloud_image() { [ -n "$cloud_image" ] && [ "$cloud_image" = 1 ] ...
if is_in_windows; then # cygwin 没有 unsquashfs 7z e $modloop_file ipv6.ko -r -y -o$ipv6_dir else install_pkg unsquashfs mkdir_clear $modloop_dir unsquashfs -f -d $modloop_dir $modloop_file 'modules/*/kernel/net/ipv6/ipv6.ko' ...
https://www.cygwin.com/setup-x86.exe 使用时运行下载的reinstall.bat 国外服务器: certutil-urlcache -f -split https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.bat 国内服务器: certutil-urlcache -f -split https://jihulab.com/bin456789/reinstall/-/raw/main/reinstall.bat ...
rem BuildNumber for /f "tokens=3" %%a in ('reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v CurrentBuildNumber') do ( set /a BuildNumber=%%a )set CygwinEOL=1wmic ComputerSystem get SystemType | find "ARM" > nul echo !SystemType! | find "ARM" > nul...
if is_in_windows; then # cygwin 没有 unsquashfs 7z e $modloop_file ipv6.ko -r -y -o$ipv6_dir else install_pkg unsquashfs mkdir_clear $modloop_dir unsquashfs -f -d $modloop_dir $modloop_file 'modules/*/kernel/net/ipv6/ipv6.ko' find $modloop_dir -name ipv6.ko -...
https://www.cygwin.com/setup-x86.exe 使用时运行下载的reinstall.bat 国外服务器: certutil-urlcache -f -split https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.bat 国内服务器: certutil-urlcache -f -split https://jihulab.com/bin456789/reinstall/-/raw/main/reinstall.bat ...