首先,先進入Git repo,並編輯.gitmodules檔案
[submodule "mygitsubmodule"]
path = mygitsubmodule
url = https://github.com/dreamtails/mygitsubmodule
branch = feature/dreamtails
在branch的等於後面輸入你的feature branch名稱就可以sync那個feature branch了。
怎麼sync呢? 請下以下指令
git submodule update --init --recursive --remote
dreamtails 發表在 痞客邦 留言(0) 人氣()
# vi /etc/samba/smb.conf
====================
[Global]
min protocol = SMB2
ea support = yes
vfs objects = catia fruit streams_xattr
fruit:metadata = stream
fruit:model = MacSamba
fruit:posix_rename = yes
fruit:veto_appledouble = no
fruit:wipe_intentionally_left_blank_rfork = yes
fruit:delete_empty_adfiles = yes
......
====================
Reference: https://wiki.samba.org/index.php/Configure_Samba_to_Work_Better_with_Mac_OS_X
dreamtails 發表在 痞客邦 留言(0) 人氣()
# vi /etc/samba/smb.conf
==================
...
# Disable Port-139(NetBIOS-ssn)
disable netbios = yes
smb ports = 445
...
==================
Reference: http://pig.made-it.com/samba-setup.html
dreamtails 發表在 痞客邦 留言(0) 人氣()
# time rsync -avt --partial --delete --progress /mnt/Source/folder /Backup/Destination/
-t: 保留修改時間
--partial: 保留部分傳輸的文件
--delete: 刪除接收端上的"發送端不存在的文件"
--progress: 顯示傳輸進度
dreamtails 發表在 痞客邦 留言(0) 人氣()
解決方法:使用VMware OVF Tool 來作Export OVA File.
1. 先安裝OVF Tool (請至VMware 官方網站下載)
2. 裝完後,會有ovftool的指令,然後執行 (此為Linux下的範例)
# ovftool --noSSLVerify vi://<ESXi-ACCOUNT>@<ESXi-HOST-IP>/<VM-NAME> <OUTPUT-OVA-FILENAME>
Example:
# ovftool --noSSLVerify vi://root@192.168.1.1/DHCP-Server DHCP-Server-Template.ova
dreamtails 發表在 痞客邦 留言(0) 人氣()
Step 1) 開啟Windows 10 的「命令提示字元」
Step 2) 使用diskpart工具
輸入> diskpart
Step 3) 列出所有硬碟
輸入> list disk
Step 4) 選擇硬碟編號,此範例為編號1
輸入> select disk 1
Step 5) 清乾淨隨身碟
輸入> clean
Step 6) 建立partition
輸入> create partition primary
Step 7) 開啟「我的電腦」--> 看見隨身碟後按「右鍵」--> 並「格式化...」
dreamtails 發表在 痞客邦 留言(0) 人氣()
Step 1. 開啟Google Chrome.
Step 2. 在網址列輸入chrome://flags/
Step 3. 更改「Force color profile」選項
Step4. 重新啟動Google Chrome
dreamtails 發表在 痞客邦 留言(0) 人氣()
# mvn clean install -Dmaven.test.skip=true
dreamtails 發表在 痞客邦 留言(0) 人氣()
Filter ChangeList for submitted from 2016/08/10 to Now.
# p4 changes -s submitted //depot/code/...@2016/08/10,@now
Filter ChangeList for pending from 2016/08/10 to 2016/08/14
# p4 changes -s pending //depot/code/...@2016/08/10,@2016/08/15
Show ChangeList 123456 for editing files.
# p4 files @=123456
dreamtails 發表在 痞客邦 留言(0) 人氣()
1. Download and install Cygwin x86_64 (https://www.cygwin.com/).
Cygwin packages include:
- gcc-core (Devel category)
- make (Devel category)
- openssl-devel
2. Download and extract IPMItool source tarabll (http://sourceforge.net/projects/ipmitool/).
3. Execute "Cygwin64 Terminal", go into IPMItool source directory (ex: ipmitool-x.y.zz).
4. Compile IPMItool
# ./configure --enable-intf-lanplus
# make
dreamtails 發表在 痞客邦 留言(1) 人氣()
A very good easy proxy server base on windows.
Name is CCProxy.
Official site: http://www.youngzsoft.net/ccproxy/
dreamtails 發表在 痞客邦 留言(1) 人氣()
step1)
至 http://java.sun.com/ 下載JRE,並安裝。
step2)
使用Firefox開啟BMC網頁的iKVM時,會跳出下載jviewer.jnlp的視窗,此時我們就使用JRE packages的javaws執行檔來執行jviewer.jnlp,這樣就可以順利開啟iKVM的畫面了。
註: CentOS 6.5的JRE 7 updated 45預設RPM安裝好後的javaws位置為 /usr/java/jre1.7.0_45/bin/ 裡。
dreamtails 發表在 痞客邦 留言(0) 人氣()
1. 下載Eclipse.
2. 開啟Eclipse, 並且安裝CDT packages.
3. 下載MinGW(檔案名稱如: mingw-get-inst-YYYYmmdd.exe)
安裝路徑至「C:\MinGW」
4. 修改「環境變數」的「Path」(路徑)
步驟:
(1) 「Win」+「X」
(2) 「系統」
(3) 左上方的「進階系統設定」
(4) 「環境變數...」
(5) 下方框框「系統變數」找到「Path」並點選
(6) 再點選「編輯...」
(7) 在「變數值」的地方使用「;」來隔開前後,並分別加上「C:\MinGW\bin」與「C:\MinGW\msys\1.0\bin」
例如: 「<繼有的Path>;C:\MinGW\bin;C:\MinGW\msys\1.0\bin;」
5. 此時重新開啟Eclipse後,就可以新增C與C++ project了。
6. 大功告成!
dreamtails 發表在 痞客邦 留言(0) 人氣()
情境: 原本使用vSphere 5.1好好的,沒有移除vSphere就直接更新,更新成vSphere 5.1 update版本後,由於有一台VM使用的是本機的Local Datastore,而非網路儲存設備(如: iSCSI or NFS)。導致更新成vSphere 5.1 update後,VM存放目錄裡的.vmdk檔移失了,而多了個-flat.vmdk檔,使得VM開不起來。這裡就教如何將移失的.vmdk找回來。
dreamtails 發表在 痞客邦 留言(2) 人氣()
1. 先使用管理者權限去開啟「命令提示字元」
2.
C:\Windows\system32> diskpart
3.
DISKPART> list disk
4. 「?」為磁碟代號!
DISKPART> select disk ?
5.
DISKPART> clean
6.
DISKPART> create partition primary
7.
DISKPART> select partition 1
8.
DISKPART> active
9.
DISKPART> format fs=ntfs quick label=”bootUSB”
10.
DISKPART> exit
延伸閱讀: 製作可安裝Windows 7(or Windows 8)的USB隨身碟!
dreamtails 發表在 痞客邦 留言(0) 人氣()
自己架無線基地臺有時會斷斷續續的連不上自己的AP,或是連上後,網路卻斷斷續續的,可以用inSSIDer看我們的無線AP是不是被鄰近的無線AP所蓋臺了!
軟體官方網站如下: http://www.metageek.net/products/inssider/
dreamtails 發表在 痞客邦 留言(0) 人氣()
Q:
原來在Vsphere 5在安裝後,使用local端只能設定一個管理IP (如:10.10.1.1),假如有兩張網卡時,而且這兩張網卡又要設定不同網段時怎麼辦呢? 假設現在我們有兩張實體網路卡,vmnic0(設定10.10.1.1)與vmnic1(192.168.1.1)。
dreamtails 發表在 痞客邦 留言(0) 人氣()
使用以下指令:
# mysqladmin -u root password '1234'
註:1234就是我們要設定給root的密碼!
dreamtails 發表在 痞客邦 留言(0) 人氣()
Windows 7 內建程式:問題步驟收錄程式(psr.exe)
dreamtails 發表在 痞客邦 留言(2) 人氣()
現在正式版的Google Chrome只到了5.0版
若想要使用6.0版的,可以使用Chromium
他們是同一個Open Source Project 所產生出來的。
對於想嘗鮮的玩家,可以試試看!
分別有安裝版(檔案名稱為mini_installer.exe)和免安裝版(檔案名稱為chrome-win32.zip)
dreamtails 發表在 痞客邦 留言(0) 人氣()