cygwin 安装及代理配置

配置代理
 修改C:\cygwin\etc\skel\  C:\cygwin\home\liangxf 和    C:\cygwin\etc\defaults\etc\skel 下的 .bash_profile 文件
 添加 export http_proxy=http://127.0.0.1:1080
 重启后代理生效

安装apt-cyg
wget http://apt-cyg.googlecode.com/svn/trunk/apt-cyg
或者 https://codeload.github.com/transcode-open/apt-cyg/zip/master
chmod +x apt-cyg
mv apt-cyg /usr/local/bin/

安装包
apt-cyg install util-linux bind-utils openssh curl

查找包

apt-cyg find php

编辑/home/用户名/.bashrc。在末尾添加

PS1="\[\e[1;37m\][\u@\h \[\e[1;34m\]\W\[\e[1;37m\]]\[\e[1;36;5m\]\\$\[\e[m\]"
 export LC_ALL="en_US.UTF-8"

 解决apt-cyg安装软件出现的MD5 sum did not match, exiting错误
修改/usr/local/bin目录下的apt-cyg文件,查找MD5 sum,将 exit 1 行注释掉
1.  # check the md5
2.      digest=`cat "desc" | awk '/^install: / { print $4; exit }'`
3.      digactual=`md5sum $file | awk '{print $1}'`
4.      if ! test $digest = $digactual
5.      then
6.        echo MD5 sum did not match, exiting
7.        #exit 1

8.      fi

评论

此博客中的热门博文

V2ray websocket(ws)+tls+nginx分流

Rstudio 使用代理