`
septem
  • 浏览: 53469 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

linux_tips

阅读更多
mount iso :
sudo mount -o loop /your_path/image.iso /dir


broadcom STA wireless driver in ubuntu9.10 :
ubuntu9.10.iso/pool/restricted/b/bcmwl/bcmwl-kernel-source_5.10.91.9+bdcom-0ubuntu4_i386.deb


mount ntfs partition :
sudo mount -t ntfs /dev/sda5 /dir/


virtual box mount share fold :
sudo mount -t vboxsf fold_name /dir

print lines matching a pattern
grep -r hello ./*

search for files in a directory hierarchy
find ./ -name hello*
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics