摘要:
I need backup my blog that hosting on chinaunix. opening every page and saving as local file are boring, so I get the copy through Unix tools called wget.For more information about wget, please click:... 阅读全文
posted @ 2009-11-23 12:35
Jerry Chou
阅读(169)评论(0)推荐(0)
摘要:
Blow are simple explanation on non-breakable space and trailing space.[non-breakable space] a,It's hard to type non-breakable space when you are typing.b,It's invisible character.c,It's 0xa0(hex),160(... 阅读全文
posted @ 2009-11-20 09:32
Jerry Chou
阅读(532)评论(0)推荐(0)
摘要:
Just remember three Unix command to manage the user.1, useradd --add user 2, passwd --change password3, userdel --delete userExample: useradd Jerry passwd Jerry userdel Jerry [if you want to del... 阅读全文
posted @ 2009-11-17 10:24
Jerry Chou
阅读(230)评论(0)推荐(0)