dynamic dns server

发现 dnsexit 比花生壳更方便,因为他的域名动态解析服务是免费的。 在网站上注册过用户后,可以下载客户端定期刷新,下面是安装配置过程 [/sun/backup/]sudo dpkg -i ipUpdate-1.5.deb 选中了曾被取消选择的软件包 ipupdate。 (正在读取数据库 ... 系统当前总共安装有 89764 个文件和目录。) 正在解压缩 ipupdate (从 ipUpdate-1.5.deb) ... 正在设置 ipupdate (1.5) ... Runinig /usr/sbin/dnsexit-setup.pl... Wecome in DnsExit.Com Dynamic IP update setup script....

2006-09-19 · wuan

Java, Mono, or C++?

Thoughts on the future of open source desktop development This was written March 16, 2004 and represents a personal opinion, though advice and comments from a number of others are reflected here. Hopefully it will start a discussion and become rapidly outdated in light of new insights and progress. Background In the Linux desktop world, there’s widespread sentiment that high-level language technologies such as garbage collection, sandboxed code, and so forth would be valuable to have and represent an improvement over C/C++. Several desktop projects are actively interested in this kind of technology: GNOME: many developers feel that this is the right direction Mozilla: to take full advantage of XUL, it has to support more than just JavaScript OpenOffice.org: has constantly flirted with Java, and is considering using Java throughout the codebase Evolution: has considered writing new code and features...

2006-09-14 · wuan

感觉到强

今天登录 www.ididc.com/net,想发掘看看有什么合适的数据库主机。刚登录就收到邀请,点击接收,发现原来是客服,只接通过 web 交流,摘录一点记录 您好! 欢迎光临重庆网贸科技发展有限公司,请稍候…… 小茜将为您服务,希望您能满意! 小茜: 您好,欢迎使用网...

2006-09-13 · wuan

添加mysql用户

mysql>grant select,insert,update,delete,create,drop on database.employee to user@localhost identified by "123"; 给来自localhost的用户user分配可对数据库database的employee表进行select,insert,update,delete,create,drop等操作的权限,并设定口令为123。

2006-09-13 · wuan

移动mysql目录

$ sudo /etc/init.d/mysql stop $ sudo /etc/init.d/apache2 stop $ sudo cp -rf /var/lib/mysql YOURS/mysql $ sudo mv /var/lib/mysql /var/lib/mysql.bakd $ sudo /etc/init.d/mysql start Starting MySQL database server: mysqld...failed or took more than 6s. Please take a look at the syslog. /usr/bin/mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)' Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists! $ sudo rm -rf /var/run/mysqld $ sudo /etc/init.d/mysql start Starting MySQL database server: mysqld...failed or took more than 6s. Please take a look at the syslog. /usr/bin/mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)' Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists! google, xxx resolve: $ sudo chown -R mysql YOURS/mysql $ sudo chgrp -R mysql YOURS/mysql $...

2006-09-13 · wuan