Cygwin配置

1.apt-cyg

依赖wget tar gawk bzip2

wget http://apt-cyg.googlecode.com/svn/trunk/apt-cyg -P /bin

国内代理:http://www.ccdaili.com/

chmod.exe +x /bin/apt-cyg

apt-cyg -m http://mirrors.163.com/cygwin

apt-cyg update

MD5校验失败:

sed -i s/md5sum/sha512sum/g /bin/apt-cyg

2.xshell链接apt-cyg

时间: 2024-12-24 15:32:11

Cygwin配置的相关文章

cygwin配置git

对于windows用户来说,使用git bash经常会出现乱码情况,那么一款优质高尚的软件,值得推荐一下了,那就是cygwin 下载cygwin后,在安装过程中,安装git,安装vim编辑器 然后会在安装目录下看到类linux目录结构: 配置别名alias: 打开vim /etc/bash.bashrc,添加: #自定义ls颜色 alias grep='grep --color' # show differences in colouralias ls='ls -hF --color=tty -

Cygwin ssh服务配置 (SecureCRT连接Cygwin配置)

1.运行ssh-host-config 这里需要注意的是标红部分,输入的用户名或密码要符合计算机的用户名或密码策略(尤其是公司有权限限制的电脑). $ ssh-host-config *** Query: Overwrite existing /etc/ssh_config file? (yes/no) yes *** Info: Creating default /etc/ssh_config file *** Query: Overwrite existing /etc/sshd_confi

win10下安装Cygwin配置gcc编译环境

如何选gcc包,避免安装不需要的包 Cygwin读音:/?s?ɡw?n/ 参考:http://blog.sina.com.cn/s/blog_143cf62360102wrgd.html. gcc官网没有提供windows平台的二进制文件,只提供源码,官方推荐windows下要用Gcc需使用cygwin:https://gcc.gnu.org/install/binaries.html cygwin安装使用了 setup-x86_64.exe安装器,镜像源可以选择163(网易的)地址,这样下载包

cygwin配置个人环境,android模拟器root和Babun

# base-files version 4.1-1 # /etc/profile: executed by the command interpreter for login shells. your home directory (~) .profile .vimrc alias emulator='/cygdrive/d/Developer/sdk/tools/emulator.exe' alias ..='cd ..' alias ...='cd ../..' alias adb='/c

Linux(Centos)配置OpenSSH无密码登陆

最近在搭建Hadoop环境需要设置无密码登陆,所谓无密码登陆其实是指通过证书认证的方式登陆,使用一种被称为"公私钥"认证的方式来进行ssh登录. 在linux系统中,ssh是远程登录的默认工具,因为该工具的协议使用了RSA/DSA的加密算法.该工具做linux系统的远程管理是非常安全的.telnet,因为其不安全性,在linux系统中被搁置使用了. " 公私钥"认证方式简单的解释:首先在客户端上创建一对公私钥 (公钥文件:~/.ssh/id_rsa.pub: 私钥文

cocos2d-x3.2创建新项目失败的一种可能性(cygwin自带的python2.6被抢先执行)

之前一直使用cocos2d-x2.2写游戏,写了几个游戏后,想尝试下3.x版本的新功能,就下载了cocos2d-x3.2版本. 参照官方文档的说法,cocos2d-x3.x版本需要python2.7环境支持,python2.6以及python3.x版本都不行,所以特意去python官网下载了2.7.8版本,安装好后进入目录: cocos2d-x-3.2\tools\cocos2d-console\bin 执行命令: python cocos.py new HelloCpp -p com.hell

cygwin使用笔记

1.在cygwin里访问Windows盘 cd /cygdrive/c cd c: 2.整合cygwin命令到Windows中 假设cygwin安装在d:/develop/cygwin,则将d:/develop/cygwin/bin添加到系统变量PATH中(最好加在windows前面,这样的话,有些相同的命令的话,是先执行cygwin的命令,而不是windows命令,比如find) 就可以直接在cmd.exe下面执行tar czvf xxx.tgz ./ 基本上所有的命令都可以用了,包括ls,m

Cocos2dx.3x入门三部曲-软件环境配置(一)

一.环境: Win7 32位 二.必备软件: l  Java JDK 下载地址:http://www.oracle.com/technetwork/java/javase/downloads/index.html 作者使用的版本:1.6 l  android-sdk 下载地址:http://dl.google.com/android/android-sdk_r23.0.2-windows.zip 作者使用的版本:r23 l  android-ndk 下载地址:http://dl.google.c

cygwin 使用心得 转载

1.在cygwin里访问Windows盘cd /cygdrive/ccd c: 2.整合cygwin命令到Windows中假设cygwin安装在d:/develop/cygwin,则将d:/develop/cygwin/bin添加到系统变量PATH中(最好加在windows前面,这样的话,有些相同的命令的话,是先执行cygwin的命令,而不是windows命令,比如find) 就可以直接在cmd.exe下面执行tar czvf xxx.tgz ./基本上所有的命令都可以用了,包括ls,more,