2011年9月27日 星期二

install Mysql server in ubuntu 11.04

~$ sudo apt-get install mysql-server
/* during the installing it will ask you mysql server's password,,just type the password you want */
~$ sudo mysql -u root -p
/*enter the password */

mysql>



2011年9月22日 星期四

Beginning Python page.486 練習用python + scoket 做ㄧ個小型聊天室 ubuntu11.04

首先寫一段shell script 把防火牆從5005 port打開




從一台用opensuse的電腦telnet 過去