- 论坛徽章:
- 0
|
2,到cygwin主页,镜像站点
打开台湾的ftp,很快的
1,在setup.exe里选台湾的镜像,晚上,很快的
3,注册表
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions]
[HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin]
[HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2]
"cygdrive prefix"="/cygdrive"
"cygdrive flags"=dword:00000022
[HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/]
"native"="d:\\cygwin"
"flags"=dword:0000000a
[HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin]
"native"="d:\\cygwin/bin"
"flags"=dword:0000000a
[HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib]
"native"="d:\\cygwin/lib"
"flags"=dword:0000000a
[HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\~]
"native"="d:\\cygwin/home/sbody"
"flags"=dword:0000000a
[HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options]
4,cygwin.bat
@echo off
c:
set HOME=D:\cygwin\home\TheLORDD
d:
chdir D:\cygwin\home\TheLORDD
start rxvt -e bash
5,..........
Rxvt*path:~/.rxvt
Rxvt*menu:1.menu
Rxvt*geometry: 100x40
Rxvt*background: black
!Rxvt*foreground: #999933
Rxvt*foreground: #66CCFF
Rxvt*cursorColor: green
Rxvt*scrollColor: Blue
Rxvt*troughColor: Gray
Rxvt*scrollBar: True
Rxvt*scrollBar_right: True
Rxvt*scrollstyle:next
Rxvt*font: -*-courier-medium-r-*-*-16-140-*-75-*-*-*-*
Rxvt*boldFont: -*-courier-bold-r-*-*-17-140-*-75-*-*-*-*
Rxvt*colorUL: yellow
#Rxvt*multichar_encoding: gb
Rxvt*title: sashdasd
Rxvt*SaveLines: 1000
Rxvt*loginShell: True |
|