wikisky.net , $4090 , paypal .
2009年09月7日
2009年07月23日
2008年04月6日
debian默认安装完毕后不支持ssh
Debian Etch does not install OpenSSH by default, therefore we do it now. Run
apt-get install ssh openssh-server
apt-get install ssh openssh-server
2008年03月9日
编译mysql时候,No curses/termcap library found 错误
./configure 后,出现 “checking for termcap functions library… configure: error: No curses/termcap library found”错误,发现是没有安装curses/termcap库,
#apt-get install libncurses5-dev
安装下就好了
2008年02月17日
mysql导入,强制编码
mysql -hlocalhost -udbusername -pdbpassword –default-character-set=latin1 dbname <dbname.sql
2008年02月9日
Microsoft Windows Multilingual User Interface Pack, x64 Edition
CD 1: German, Japanese (448 MB ISO image) down
CD 2: French, Spanish, Italian (554 MB ISO image) down
CD 3: Korean, Chinese Simplified, Chinese Traditional (561 MB ISO image) down
CD 4: Swedish (161 MB ISO image) down
适用于:
Windows® XP Professional operating system, x64 Edition
Microsoft® Windows Server™ 2003 operating system, Standard x64 Edition
Microsoft® Windows Server™ 2003 operating system, Enterprise x64 Edition
Microsoft® Windows Server™ 2003 operating system, Datacenter x64 Edition
MSDN里面有用的东西很多,但是也隐藏的很深,能找到真不容易…发科微软一下…
2008年02月6日
2008年01月19日
Can’t change password via cpanel ??
You can set this using the command below
chmod +s /usr/bin/passwd
2008年01月12日
Perl 5.8.8 install
check perl -v to make sure it says 5.8.8
1) wget http://layer1.cpanel.net/perl588installer.tar.gz
2) tar xfvz perl588installer.tar.gz
3) cd perl588installer
4) ./install
5) /usr/local/cpanel/bin/checkperlmodules
and
Upgrade YAML::Syck and File::Copy::Recursive:
1) /scripts/realperlinstaller YAML::Syck
2) /scripts/realperlinstaller File::Copy::Recursive