2015年10月7日 星期三

Free Anti-virus

Panda Free Antivirus

http://www.pandasecurity.com/usa/homeusers/solutions/free-antivirus/

Avira Free Antivirus 

https://www.avira.com/en/avira-free-antivirus

2015年10月4日 星期日

Free Domain name service ?

Get a Free .TK Domain Name


http://www.dot.tk/zu/index.html?lang=zu

For testing only. Don't put import information in here.

gitlab - Omnibus package installation

Omnibus package installation

https://about.gitlab.com/installation/

https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/blob/master/docs/install/windows.md

Git 介紹

Source: http://blog.crboy.net/2012/05/git-on-windows.html

Git 是一套很棒的分散式版本控制系統。不過由於它一直是在 Linux 上生長的,對於在 Windows 上使用來說其實稍嫌麻煩。在網路上搜尋通常會找到 Git for windows 跟 msysGit 這兩個不同的名詞,我過去一直沒辦法很清楚的把他們兩者區分開來。根據 msysgit 在 github 上的首頁 與 StackOverflow 上的討論,我目前的理解是,msysGit 就是 msys + Git 的完整環境,包含了 build 程式用的 toolchain,同時他的執行檔是直接在 user (或者該說是 developer) 的機器上 compile 出來的,使用者隨時可以透過 git pull 取得最新版的 msysGit 來編譯,算是給 git 開發者用的。而 Git for Windows 可說是 msysGit 的「產出」,是預先 compile 好的 git.exe 還有其他執行檔們...其中只包含了基本的 msys 環境、有 bash、ssh、甚至 Git GUI 等工具,但是沒有 toolchain,適合 git 使用者安裝。

http://ithelp.ithome.com.tw/question/10132333
1. Git for Windows http://msysgit.github.io/

另外還可能會找到一個更有名的東西,稱為 TortoiseGit,這是知名專案 TortoiseSVN 的相關專案,顧名思義,就是烏龜殼包了 Git 啦!要注意的是,他只是一個 Git frontend,需要指定相關執行檔 (如 git.exe) 的位置才能工作。特別的是,他本身附帶了 PuTTY 的 ssh client (plink.exe),讓使用者可以透過比較符合 windows 使用習慣的方式來使用 ssh,如果不是很熟 linux 或是 GUI 狂熱份子可能會比較喜歡。

https://backlogtool.com/git-guide/tw/intro/intro2_1.html

註:知名專案 cygwin 也可以安裝 git 並在 command line 下使用,但對於沒在使用 cygwin 的使用者而言麻煩得多,故此處不介紹。


 開始 - 安裝Git

https://git-scm.com/book/zh-tw/v1/%E9%96%8B%E5%A7%8B-%E5%AE%89%E8%A3%9DGit

Git Server on Windows 安裝

http://huan-lin.blogspot.com/2011/05/install-git-server-and-apache-on.html