摘要: open preferences via application menu Window => Preferences (or on OSX Eclipse => Settings). Navigate to Team => Git => Configuration click Add entry. 阅读全文
posted @ 2016-05-02 18:56 fr5s 阅读(193) 评论(0) 推荐(0)
摘要: cd /home/git/gitlab/ sudo -u git -H vi config/gitlab.yml sudo -u git -H vi /home/git/gitlab-shell/config.yml wget -O /etc/nginx/conf.d/gitlab.conf https://gitlab.com/gitlab-org/gitlab-ce/raw/mast... 阅读全文
posted @ 2016-05-02 18:55 fr5s 阅读(181) 评论(0) 推荐(0)
摘要: Git Ruby Mysql Redis NodeJs Gitlab 阅读全文
posted @ 2016-04-30 14:55 fr5s 阅读(211) 评论(0) 推荐(0)
摘要: 关IPV6 limit 阅读全文
posted @ 2016-03-30 21:54 fr5s 阅读(157) 评论(0) 推荐(0)
摘要: wget http://mirrors.sohu.com/ubuntu/pool/universe/n/netmask/netmask_2.3.12.tar.gztar xf netmask_2.3.12.tar.gzcd netmask-2.3.12./configuremakemake installnetmask -r 192.168.0.0/24netmask -c 192.168.0.0:192.168.0.255 阅读全文
posted @ 2014-04-10 12:48 fr5s 阅读(483) 评论(0) 推荐(0)
摘要: # uname -a # 查看内核/操作系统/CPU信息# head -n 1 /etc/issue # 查看操作系统版本# cat /proc/cpuinfo # 查看CPU信息# hostname # 查看计算机名# lspci -tv # 列出所有PCI设备# lsusb -tv # 列出所有USB设备# lsmod # 列出加载的内核模块# env # 查看环境变量资源# free -m #... 阅读全文
posted @ 2014-03-17 20:51 fr5s 阅读(157) 评论(0) 推荐(0)
摘要: wget http://haproxy.1wt.eu/download/1.4/src/haproxy-1.4.24.tar.gztar zxvf haproxy-1.4.24.tar.gzcd haproxy-1.4.24uname -amake TARGET=linux26 PREFIX=/usr/local/haproxymakeinstallPREFIX=/usr/local/haproxyvi /usr/local/haproxy/haproxy.cfg global maxconn 51200 chroot /usr/local/haproxy uid 99 ... 阅读全文
posted @ 2014-03-14 17:15 fr5s 阅读(197) 评论(0) 推荐(0)
摘要: vi /etc/sysconfig/iptables*filter:INPUT ACCEPT [0:0]-A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT-A INPUT -p icmp -j ACCEPT-A INPUT -i lo -j ACCEPT-A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT-A INPUT -m state --state NEW -m tcp -p tcp --dport 88 -j ACCEPTCOMMIT*nat:PRER 阅读全文
posted @ 2013-11-06 21:47 fr5s 阅读(187) 评论(0) 推荐(0)
摘要: yum install ppp -y cd /usr/local/src wget http://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/pptpd-1.4.0-2.el7.x86_64.rpm rpm -Uhv pptpd-1.4.0-2.el7.x86_64.rpm wget http://dl.fedoraproject.o... 阅读全文
posted @ 2013-11-06 21:44 fr5s 阅读(101) 评论(0) 推荐(0)
摘要: wget http://www.boutell.com/rinetd/http/rinetd.tar.gztar zxvf rinetd.tar.gzcd rinetdmakemake installvi /etc/rinetd.conf0.0.0.0 10.8.8.28 80pkill rinetdrinetd -c /etc/rinetd.conf 阅读全文
posted @ 2013-04-04 20:20 fr5s 阅读(192) 评论(0) 推荐(0)