gitlab ubuntu 15.10 TortoiseGit

1、virtualbox create vm 2core ram 2G hdd 20G 2、download ubuntu 15 server, best new version iso 3、install ubuntu,no need add any server. 4、change ip dhcp to static PS:new ubuntu eth0 maybe become to enp0s3 , don’t warring. sudo nano /etc/newwork/interfaces auto eth0 iface eth0 inet static address 192.168.x.x #IP位址 netmask 255.255.255.0 #網路遮罩 gateway 192.168.x.x #預設閘道 /etc/init.d/networking restart 5、change dns sudo nano /etc/newwork/interfaces dns-nameservers 8.8.8.8 8.8.4.4 /etc/init.d/networking restart 6、try to connection Internet, if can conntiuum ...

2016-04-06 · 2 min · 290 words · Me

gitlab tortoiesgit git clone Server refused our key

This problem is root user, No Have .ssh folder 1、mkdir .ssh 2、chmod 700 .ssh 3、nano authorized_keys copy gitlab ssh keys, put inside 4、chmod 600 authorized_keys 5、sudo service sshd restart use tortoiesgit git clone, now usually no error msg :Server refused our key.

2016-04-06 · 1 min · 42 words · Me

[轉]Download Crystal Reports For Visual Studio 2015

http://tektutorialshub.com/download-crystal-reports-for-visual-studio-2015/ http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0_16.exe sap https://scn.sap.com/docs/DOC-7824

2016-04-05 · 1 min · 4 words · Me

[轉]Visual Studio程序打包软件——InstallShield(4)

http://blog.csdn.net/luoyouren/article/details/45953171 http://read01.com/78nNN.html

2016-04-05 · 1 min · 2 words · Me

.NET Framework 4.6.1正式版完整離線安裝包

.NET Framework 4.6.1正式版完整離線安裝包 http://download.microsoft.com/download/E/4/1/E4173890-A24A-4936-9FC9-AF930FE3FA40/NDP461-KB3102436-x86-x64-AllOS-ENU.exe https://download.microsoft.com/download/E/4/1/E4173890-A24A-4936-9FC9-AF930FE3FA40/NDP461-KB3102436-x86-x64-AllOS-ENU.exe

2016-04-05 · 1 min · 5 words · Me