【複製】
cp -r /欲複製檔案路徑/ /目的地路徑/
複製目錄及目錄內的所有檔案
【刪除】
刪除單一檔案
rm 欲刪除檔案目錄
刪除目錄及目錄內的所有檔案
rm -r /欲刪除檔案目錄/
【mount & unmount】
sudo mount -t vboxsf 分享資料夾名稱 掛載路徑
umount dir
【show IP address】
ip addr show
【show current path】
pwd
【show size of document】
du -b filename
【比較兩個檔案差異】
diff 檔案1 檔案2
2015年10月13日 星期二
2015年10月4日 星期日
[virtual box] ubuntu server shared folder
1. Install Virtualbox Guest Additions
http://en.ig.ma/notebook/2012/virtualbox-guest-additions-on-ubuntu-server
2. share folder as client version
https://sites.google.com/site/waue0920/Home/linux-bi-ji/virtualbox-client-duan-ruo-shilinux-yong-gong-yong-zi-liao-jia-de-she-ding-fang-fa
http://en.ig.ma/notebook/2012/virtualbox-guest-additions-on-ubuntu-server
2. share folder as client version
https://sites.google.com/site/waue0920/Home/linux-bi-ji/virtualbox-client-duan-ruo-shilinux-yong-gong-yong-zi-liao-jia-de-she-ding-fang-fa
2015年9月11日 星期五
2015年8月30日 星期日
[virtualbox] install ubuntu server guest addition
用ubuntu server
前置作業
http://reneeciou.blogspot.com/2014/06/ubuntu-desktopvirtualbox-guest-additions.html
以指令安裝
http://reneeciou.blogspot.com/2014/06/ubuntu-desktopvirtualbox-guest-additions.html
2015年5月14日 星期四
[freebsd] 重灌電腦過程
症狀:
USB安裝完後一直跳到BIOS畫面
無法進入安裝好的介面
解決:
sysinstall後加入以下指令
gpart set -a active adaX
參考:
https://forums.freebsd.org/threads/freebsd-gpt-uefi.42781/
USB安裝完後一直跳到BIOS畫面
無法進入安裝好的介面
解決:
sysinstall後加入以下指令
gpart set -a active adaX
參考:
https://forums.freebsd.org/threads/freebsd-gpt-uefi.42781/
2015年3月11日 星期三
[android] 圓角邊框
只要改xml
不用改到java的寫法
http://www.techrepublic.com/article/pro-tip-round-corners-on-an-android-imageview-with-this-hack/
不用改到java的寫法
http://www.techrepublic.com/article/pro-tip-round-corners-on-an-android-imageview-with-this-hack/
2015年3月10日 星期二
[Ubuntu] 編輯 vim
必要安裝:
參考 http://hanmajor.blogspot.tw/2013/10/ubuntuc.html
開啟vimrc:
vim ~/.vimrc
自動縮排
set ai
set shiftwidth=4
set tabstop=4
顯示顏色
syntax on
顯示行數
set number
set smartindent
set autoindent
參考 http://hanmajor.blogspot.tw/2013/10/ubuntuc.html
開啟vimrc:
vim ~/.vimrc
自動縮排
set ai
set shiftwidth=4
set tabstop=4
顯示顏色
syntax on
顯示行數
set number
set smartindent
set autoindent
[Ubuntu] 安裝VMware Tools
1. Open Terminal
2. type in:
sudo -s
(enter password)
apt-get install build-essential gcc
3. Manage -> Install VMware Tools
4. http://pcnotes.fser-hk.com/2013/06/vmware-player-ubuntuvmware-tools.html
2. type in:
sudo -s
(enter password)
apt-get install build-essential gcc
3. Manage -> Install VMware Tools
4. http://pcnotes.fser-hk.com/2013/06/vmware-player-ubuntuvmware-tools.html
2015年1月8日 星期四
[Windows 8.1] 筆電分享wifi 「無線區域網路介面的電源已關閉」
用筆電分享wifi是一件很方便的事
網路上也找的到許多分享wifi的詳細步驟
在此推薦一個: http://blog.xuite.net/yh96301/blog/69378815-Windows+8%E7%AD%86%E8%A8%98%E5%9E%8B%E9%9B%BB%E8%85%A6%E8%A8%AD%E5%AE%9A%E7%82%BA%E7%84%A1%E7%B7%9A%E5%9F%BA%E5%9C%B0%E5%8F%B0
但是
出現「無線區域網路介面的電源已關閉,因此不支援要求的操作。」
訂閱:
文章 (Atom)