`
zzhang
  • 浏览: 17316 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
社区版块
存档分类
最新评论

unbutu tips(keep adding)

阅读更多

apt:

apt-cache search package 搜索包
sudo apt-get install package 安装包
sudo apt-get install package - - reinstall 重新安装包
sudo apt-get remove package 删除包
sudo apt-get update 更新源


fuser:

fuser -k -n tcp port

 

ps:
ps aux|grep firefox

 

scp:

scp -r xxx@xxx.xxx.com:/home/app/xxxs .

scp -r app@proxy.veecue.com:~/flex/releases/20091112074735 .

 

wget:

wget http://www.iteye.com/images/logo.gif


curl:

curl -d "id=51&app_name=interaction" http://www.xxx.cm/file/create

 

du:

du -sh .   size of current fonder

 

ls:
ls -l |wc -l      how many files

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics