
Ubuntu 12.04
superyangyjy
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
on Ubuntu 12.04 to install and setup the tomcat 7
precondition: 1.In Ubuntu,input the command java 2.The system will suggest user to use "sudo apt-get install * " to install the latest java version on system. steps: 1.Download the latest apac原创 2013-01-03 15:58:02 · 428 阅读 · 0 评论 -
Learn Ubuntu 12.04(Precise Pangolin) note on Jan.6th 2013 --- "sudo passwd root"
Beijing sunny temperature:-2 now There are two users in my Ubuntu system (superyang and root),but the superyang account do not have the authority to use command "mv * *" in directory "/opt" to ren原创 2013-01-06 11:35:51 · 342 阅读 · 0 评论 -
Linux find command (Under Ubuntu 12.04 Precise Pangolin)
Beijing,Jan 9th 2013,sunny,temperature:-5 1.Search the special file in the current folder: find . -name test.file 2.Fuzzy query in the current folder: find . -name "*.txt" 3.Fuzzy query in the原创 2013-01-09 10:56:50 · 412 阅读 · 0 评论