whisht

    十年

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

# window文件共享
sudo mount -t vmhgfs .host:/ /mnt/hgfs
# 脚本文件
/usr/bin/mount_hgfs

#NFS文件共享
mount –t nfs –o nolock 192.168.1.199:/armnfs /mnt/disk/Lee

#更改IP
ifconfig eth0 192.168.0.200
ifconfig eth0 down
ifconfig eth0 up

# 交叉编译文件
/opt/qt-4.7.1/bin/qmake


#手工加载SD卡
mount -t vfat /dev/sdcard /sdcard/

# 压缩文件
tar czvf Detector.0524.tar.gz Detector

# 解压文件
tar xzvf Detector.0524.tar.gz -C ./ 

posted on 2012-07-28 17:40  WHISHT  阅读(213)  评论(0编辑  收藏  举报