Git 版本控制 branch model 分支模組基本介紹 | 小惡魔 - 電腦技術 - 工作筆記 - AppleBOY: "- 已使用 Google 工具列寄出"
branch的名稱
也有常用固定的稱呼
blog一下
日後會有需要
2011年5月21日 星期六
2011年5月20日 星期五
開啓不需要登入賬號密碼的samba目錄
修改/etc/samba/smb.conf
加上security = share
填入要分享的資料夾
[Tools]
comment = Tools
path = /home/nelsonchung/Tools
browseable = yes
guest ok = yes
public = yes
writable = no
存檔案
sudo service smbd restart
最後要注意一件事情
就是你分享出來的目錄權限要755喔
不然windows在開啟的時候會有以下問題
無法存取. 你可能沒有使用這個網路資源的權限. 請聯絡這個伺服器的系統管理員. 了解你是否有存取的權限.
找不到網路名稱.
Reference:
http://linux.vbird.org/linux_server/0370samba.php#server_share
加上security = share
填入要分享的資料夾
[Tools]
comment = Tools
path = /home/nelsonchung/Tools
browseable = yes
guest ok = yes
public = yes
writable = no
存檔案
sudo service smbd restart
最後要注意一件事情
就是你分享出來的目錄權限要755喔
不然windows在開啟的時候會有以下問題
無法存取. 你可能沒有使用這個網路資源的權限. 請聯絡這個伺服器的系統管理員. 了解你是否有存取的權限.
找不到網路名稱.
Reference:
http://linux.vbird.org/linux_server/0370samba.php#server_share
透過Facebook分享
Androind-x86 run acer aspire one
Follow
build出一個image
燒成cd image
在acer aspire one 小筆電上測試
可以正常開機
下一步
1. 如何debug(輸出debug message)
2. 如何外接gps設備
Build Android-x86 - live cdrom image
build出一個image
燒成cd image
在acer aspire one 小筆電上測試
可以正常開機
下一步
1. 如何debug(輸出debug message)
2. 如何外接gps設備
透過Facebook分享
2011年5月19日 星期四
將checkgmail增加繁體中文介面
只要修改checkgmail中的語言部份就可以
checkout source code
svn co https://checkgmail.svn.sourceforge.net/svnroot/checkgmail checkgmail
修改checkgmail/checkgmail
重新啟動checkgmail就會有繁體中文
修改的過程要注意
如果有做翻譯上的更新
需要手動刪除
~/.checkgmail/lang.xml
執行checkgmail時會自動產生此檔案
上patch
svn diff > add_translation_traditional_chinese.diff
寄信給
checkgmail-announce@lists.sourceforge.net
內容
Dear All,
I add the translation of checkgmail to "traditional chinese"(繁體中文)
And, I wish the author of checkgmail can add this part to this product.
Checkgmail is very good tool for me to check gmail automatically under Ubuntu.
Here is the diff file and lang.xml.
Please see the attachment - add_translation_traditional_chinese.tar.gz.
checkout source code
svn co https://checkgmail.svn.sourceforge.net/svnroot/checkgmail checkgmail
修改checkgmail/checkgmail
重新啟動checkgmail就會有繁體中文
修改的過程要注意
如果有做翻譯上的更新
需要手動刪除
~/.checkgmail/lang.xml
執行checkgmail時會自動產生此檔案
上patch
svn diff > add_translation_traditional_chinese.diff
寄信給
checkgmail-announce@lists.sourceforge.net
內容
Dear All,
I add the translation of checkgmail to "traditional chinese"(繁體中文)
And, I wish the author of checkgmail can add this part to this product.
Checkgmail is very good tool for me to check gmail automatically under Ubuntu.
Here is the diff file and lang.xml.
Please see the attachment - add_translation_traditional_chinese.tar.gz.
透過Facebook分享
使用wikidpad插入外部連結
在編輯框
[http://nelsonchunglife.blogspot.com | NelsonChung's blog]
在按下Switch Editor/Preview按鈕後
就會顯示
NelsonChung's blog的超連結
Reference:
wikidpad's help文件中 UrlLinking章節
[http://nelsonchunglife.blogspot.com | NelsonChung's blog]
在按下Switch Editor/Preview按鈕後
就會顯示
NelsonChung's blog的超連結
Reference:
wikidpad's help文件中 UrlLinking章節
透過Facebook分享
Build Android-x86 - live cdrom image
Follow
有比較快ㄝ
我想應該是因為之前有build live usb image 的關係
build出來的檔案可以在以下path找到
~/android-x86/out/target/product/
以下是我build出來目錄的資料
下一步就是要在acer aspire one上測試嚕
Build Android-x86 - live usb image
這次要build一個cdrom image有比較快ㄝ
我想應該是因為之前有build live usb image 的關係
build出來的檔案可以在以下path找到
~/android-x86/out/target/product/
以下是我build出來目錄的資料
下一步就是要在acer aspire one上測試嚕
透過Facebook分享
Build Android-x86 - live usb image
官網-http://www.android-x86.org/
軟體環境架設
http://source.android.com/source/initializing.html
repo, git不能使用在某些受限的網路環境中
http://pastie.org/1891296
開始build
相當順利build出usb image
軟體環境架設
http://source.android.com/source/initializing.html
repo, git不能使用在某些受限的網路環境中
http://pastie.org/1891296
開始build
相當順利build出usb image
透過Facebook分享
2011年5月18日 星期三
手動配置網路ip位址 under Ubuntu
一般網路環境都是採用DHCP自動分配IP位置
所以Ubuntu的使用者使用network manager搭配DHCP來使用一般都沒有連上網路的問題
如果你的ip分享器 or route是沒有DHCP功能
or是採用VLAN功能就必須要手動配置IP address
Ubunut下要如何手動配置ip資訊呢
1. 將network manager的Auto eth0斷線
2. 打開終端機
sudo ifconfig eth0 192.168.1.3
配置完後訊息如下
如果你可以經由ping的方式
ex ping 192.168.1.1
那就代表你可以存取192.168.1.1這台主機的資訊
所以Ubuntu的使用者使用network manager搭配DHCP來使用一般都沒有連上網路的問題
如果你的ip分享器 or route是沒有DHCP功能
or是採用VLAN功能就必須要手動配置IP address
Ubunut下要如何手動配置ip資訊呢
1. 將network manager的Auto eth0斷線
2. 打開終端機
sudo ifconfig eth0 192.168.1.3
配置完後訊息如下
如果你可以經由ping的方式
ex ping 192.168.1.1
那就代表你可以存取192.168.1.1這台主機的資訊
透過Facebook分享
使用wikidpad編輯內容
教學影片
按下 "Open wiki word" 按鈕
or Ctrl+o
編輯好內容
在wikidpad左邊project頁面按下滑鼠右鍵
選擇Append wiki word
在此對話框type
剛剛你編輯的wiki keyword
就會幫你加到主頁面
按下 "Open wiki word" 按鈕
or Ctrl+o
編輯好內容
在wikidpad左邊project頁面按下滑鼠右鍵
選擇Append wiki word
在此對話框type
剛剛你編輯的wiki keyword
就會幫你加到主頁面
透過Facebook分享
使用wikidpad插入圖片
使用Edit->Insert->File URL
選擇local圖片
之後編輯框會出現
file:/home/nelsonchung/Docs/images/tagtag.png
按下Switch Editor/Preview按鈕
就會載入圖片
選擇local圖片
之後編輯框會出現
file:/home/nelsonchung/Docs/images/tagtag.png
按下Switch Editor/Preview按鈕
就會載入圖片
透過Facebook分享
如何讓wireshark只顯示某個ip address相關的封包呢
YouTube - Wireshark - IP Address, TCP/UDP Port Filters: "- 已使用 Google 工具列寄出"
youtube有影片介紹
wireshark在Filter的地方key
ip.addr == 192.168.1.2
按下Apply
Reference:
youtube有影片介紹
wireshark在Filter的地方key
ip.addr == 192.168.1.2
按下Apply
Reference:
解析網路封包軟體
透過Facebook分享
Wikidpad
It is a tool to record data with wikitype.
有以下需求, 你就可以考慮使用wikidpad
wikidPad is a Wiki-like notebookfor storing your thoughts, ideas, todo lists, contacts, or anythingelse you can think of to write down.
How to install under Ubuntu
需要安裝python and wxpython
sudo apt-get install python
sudo apt-get install python-wxgtk2.8
下載wikidpad source
unzip WikidPad-2.0_1-src.zip
執行wikidpad
python WikidPad.py
有以下需求, 你就可以考慮使用wikidpad
wikidPad is a Wiki-like notebookfor storing your thoughts, ideas, todo lists, contacts, or anythingelse you can think of to write down.
How to install under Ubuntu
需要安裝python and wxpython
sudo apt-get install python
sudo apt-get install python-wxgtk2.8
下載wikidpad source
unzip WikidPad-2.0_1-src.zip
執行wikidpad
python WikidPad.py
透過Facebook分享
2011年5月17日 星期二
如何查詢windows下command的功能
如何查詢windows下command的功能
就像是linux下man的功能呢?
請在command之後接上/?
ex.
XCOPY /?
就像是linux下man的功能呢?
請在command之後接上/?
ex.
XCOPY /?
透過Facebook分享
show log by using rabbitvcs
gedti->RabbitVCS->RabbitVCS Svn->版本庫游覽器
鍵入URL
下方會顯示該URL的內容
點選其中一個目錄or檔案
按下滑鼠右鍵
點選"顯示日誌"
鍵入URL
下方會顯示該URL的內容
點選其中一個目錄or檔案
按下滑鼠右鍵
點選"顯示日誌"
透過Facebook分享
TortoiseSVN for Ubuntu Linux: The real alternative
TortoiseSVN for Ubuntu Linux: The real alternative: "- 已使用 Google 工具列寄出"
原來Ubuntu下也有好用的GUI Subversion client
RabbitVCS官網
如何在Ubuntu下安裝
有apt-get install and tarball的兩種方法
以下是使用tarball的方法
cd clients
cd gedit
sudo cp rabbitvcs-plugin.py rabbitvcs.gedit-plugin /usr/lib/gedit-2/plugins
enable rabbitvcs under gedit
http://blog.rabbitvcs.org/archives/183
打開gedit->編輯->偏好設定->外掛程式->RabbitVCS
勾選之後
gedit上方工具列就可以看到嚕
原來Ubuntu下也有好用的GUI Subversion client
RabbitVCS官網
如何在Ubuntu下安裝
有apt-get install and tarball的兩種方法
以下是使用tarball的方法
cd clients
cd gedit
sudo cp rabbitvcs-plugin.py rabbitvcs.gedit-plugin /usr/lib/gedit-2/plugins
enable rabbitvcs under gedit
http://blog.rabbitvcs.org/archives/183
打開gedit->編輯->偏好設定->外掛程式->RabbitVCS
勾選之後
gedit上方工具列就可以看到嚕
透過Facebook分享
訂閱:
文章 (Atom)