随笔分类 -  Linux

摘要:Create a file backup_db.sh, and paste the following contents:#get the first parameter as the database nameDATABASE=$1#if no database specified, then you can set the default oneif [ -z $DATABASE ]; the... 阅读全文

posted @ 2007-11-13 15:49 Wade 阅读(401) 评论(0) 推荐(0)

摘要:edit file: /etc/network/interfaces the original content should be something like:# The primary network interfaceauto eth0iface eth0 inet staticaddress 192.168.0.5netmask 255.255.255.0network 192.168.... 阅读全文

posted @ 2007-09-25 14:37 Wade 阅读(500) 评论(0) 推荐(0)

导航