锘??xml version="1.0" encoding="utf-8" standalone="yes"?>www欧美日韩,久久久久久久性,www国产精品http://www.aygfsteel.com/liuyanbo/category/54994.htmlzh-cnThu, 11 Jul 2019 06:44:27 GMTThu, 11 Jul 2019 06:44:27 GMT60ubuntu 14.04 瀹夎gitlabhttp://www.aygfsteel.com/liuyanbo/archive/2016/07/25/431311.html澶╁畤鎭掓槦澶╁畤鎭掓槦Mon, 25 Jul 2016 06:29:00 GMThttp://www.aygfsteel.com/liuyanbo/archive/2016/07/25/431311.htmlhttp://www.aygfsteel.com/liuyanbo/comments/431311.htmlhttp://www.aygfsteel.com/liuyanbo/archive/2016/07/25/431311.html#Feedback0http://www.aygfsteel.com/liuyanbo/comments/commentRss/431311.htmlhttp://www.aygfsteel.com/liuyanbo/services/trackbacks/431311.html
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
淇敼/etc/apt/sources.list.d/gitlab-ce.list 鍔犲叆  deb https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/debian jessie main
sudo apt-get update

2.寮濮嬪畨瑁?br />
# 瀹夎渚濊禆鍖?br />
sudo apt-get install gcc-4.9 g++-4.9
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.9
sudo apt-get install curl openssh-server ca-certificates postfix
# 瀹夎 GitLab 紺懼尯鐗?/div>
apt-get install gitlab-ce
# 鍒濆鍖栵紝鍒濆鍖栧畬鑷姩鍚姩 GitLab
sudo gitlab-ctl reconfigure

3.淇敼閰嶇疆
姣忔淇敼/etc/gitlab/gitlab.rb錛岄兘瑕佽繍琛屼互涓嬪懡浠わ紝璁╅厤緗敓鏁?/div>
sudo gitlab-ctl reconfigure


]]>ubuntu 14.04 閰嶇疆adb鍜宮tp鎸傝澆浠ュ強flashtools璁劇疆http://www.aygfsteel.com/liuyanbo/archive/2016/06/06/430803.html澶╁畤鎭掓槦澶╁畤鎭掓槦Mon, 06 Jun 2016 02:35:00 GMThttp://www.aygfsteel.com/liuyanbo/archive/2016/06/06/430803.htmlhttp://www.aygfsteel.com/liuyanbo/comments/430803.htmlhttp://www.aygfsteel.com/liuyanbo/archive/2016/06/06/430803.html#Feedback0http://www.aygfsteel.com/liuyanbo/comments/commentRss/430803.htmlhttp://www.aygfsteel.com/liuyanbo/services/trackbacks/430803.htmladb mtp璁劇疆
1)sudo apt-get install libmtp-common mtp-tools libmtp-dev libmtp-runtime libmtp9

2)sudo gedit /etc/fuse.conf
#user_allow_other 淇敼涓?user_allow_other

3)sudo gedit /lib/udev/rules.d/69-mtp.rules
ATTR{idVendor}=="0e8d", ATTR{idProduct}=="201d", SYMLINK+="libmtp-%k", ENV{ID_MTP_DEVICE}="1", ENV{ID_MEDIA_PLAYER}="1"
ATTR{idVendor}=="271d", ATTR{idProduct}=="2017", SYMLINK+="libmtp-%k", ENV{ID_MTP_DEVICE}="1", ENV{ID_MEDIA_PLAYER}="1"
ATTR{idVendor}=="271d", ATTR{idProduct}=="2008", SYMLINK+="libmtp-%k", ENV{ID_MTP_DEVICE}="1", ENV{ID_MEDIA_PLAYER}="1"
ATTR{idVendor}=="271d", ATTR{idProduct}=="0c02", SYMLINK+="libmtp-%k", ENV{ID_MTP_DEVICE}="1", ENV{ID_MEDIA_PLAYER}="1"
ATTR{idVendor}=="271d", ATTR{idProduct}=="bf3a", SYMLINK+="libmtp-%k", ENV{ID_MTP_DEVICE}="1", ENV{ID_MEDIA_PLAYER}="1"

4)sudo gedit /etc/udev/rules.d/51-android.rules
SUBSYSTEM=="usb", ATTR{idVendor}=="271d", MODE="0666", GROUP="plugdev"
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", MODE="0666", GROUP="plugdev"
SUBSYSTEM=="usb", ATTR{idVendor}=="1782", MODE="0666", GROUP="plugdev"
SUBSYSTEM=="usb", ATTR{idVendor}=="0e8d", MODE="0666", GROUP="plugdev"

5)sudo service udev restart

6)sudo reboot


flashtool璁劇疆
1)sudo apt-get install libusb-dev
2)sudo ./flash_tool.sh


3)sudo gedit /etc/udev/rules.d/20-mm-blacklist-mtk.rules
ATTRS{idVendor}=="0e8d", ENV{ID_MM_DEVICE_IGNORE}="1"
ATTRS{idVendor}=="271d", ENV{ID_MM_DEVICE_IGNORE}="1"


4)service udev restart


]]>
Ubuntu瀹夎FinalSpeedhttp://www.aygfsteel.com/liuyanbo/archive/2016/05/24/430633.html澶╁畤鎭掓槦澶╁畤鎭掓槦Tue, 24 May 2016 07:51:00 GMThttp://www.aygfsteel.com/liuyanbo/archive/2016/05/24/430633.htmlhttp://www.aygfsteel.com/liuyanbo/comments/430633.htmlhttp://www.aygfsteel.com/liuyanbo/archive/2016/05/24/430633.html#Feedback0http://www.aygfsteel.com/liuyanbo/comments/commentRss/430633.htmlhttp://www.aygfsteel.com/liuyanbo/services/trackbacks/430633.html鏈嶅姟鍣ㄧ瀹夎
1. 鍒囨崲鍒癲ash
 sudo dpkg-reconfigure dash 閫塶o
2.閰嶇疆iptables
#iptables -I INPUT -p tcp --dport 22 -j ACCEPT
#iptables -I OUTPUT -p tcp --sport 22 -j ACCEPT
3. 瀹夎
rm -f install_fs.sh
wget  http://fs.d1sm.net/finalspeed/install_fs.sh
chmod +x install_fs.sh
./install_fs.sh 2>&1 | tee install.log
4.淇濇寔iptables
灝嗛槻鐏瑙勫垯淇濆瓨鍒?etc/iptables.up.rules鏂囦歡涓?
iptables-save > /etc/iptables.up.rules
鐒跺悗淇敼鑴氭湰/etc/network/interfaces,鍦ㄦ湯灝炬坊鍔犱竴琛?鍦ㄧ綉緇滃惎鍔ㄦ椂搴旂敤闃茬伀澧欒鍒?
pre-up iptables-restore < /etc/iptables.up.rules
5.鍗歌澆
sh /fs/stop.sh ; rm -rf /fs
6.鍚姩
sh /fs/start.sh; tail -f /fs/server.log
閲嶅榪愯鍚姩浼氬嚭鐜頒互涓嬬鍙g粦瀹氶敊璇?璇峰厛鍋滄鎴栫洿鎺ラ噸鍚湇鍔?

7.鍋滄
sh /fs/stop.sh
8.閲嶆柊鍚姩
sh /fs/restart.sh; tail -f /fs/server.log
9.璁劇疆寮鏈哄惎鍔?/strong>
chmod +x /etc/rc.local
vi /etc/rc.local
鍔犲叆
sh /fs/start.sh
10.姣忓ぉ鏅氫笂3鐐硅嚜鍔ㄩ噸鍚?/strong>
crontab -e
鍔犲叆
0 3 * * *  sh /fs/restart.sh


瀹㈡埛绔?br />1.瀹夎libpcap錛?/strong>
sudo apt-get -y install libpcap-dev
2.瀹夎java榪愯鐜
3.涓嬭澆

http://fs.d1sm.net/finalspeed/finalspeed_client1.2.zip
4.榪愯
sudo java -jar finalspeed_client.jar
鍓嶉潰鍔爏udo,鍥犱負蹇呴』浠oot鏉冮檺榪愯,濡傛灉娌℃湁root鏉冮檺,浼氭棤娉曞惎鐢╰cp鍗忚.






]]>
Ubuntu鎼緩VPN鏈嶅姟鍣ㄥ拰ShadowSocks瀹夎http://www.aygfsteel.com/liuyanbo/archive/2016/05/01/430317.html澶╁畤鎭掓槦澶╁畤鎭掓槦Sun, 01 May 2016 03:28:00 GMThttp://www.aygfsteel.com/liuyanbo/archive/2016/05/01/430317.htmlhttp://www.aygfsteel.com/liuyanbo/comments/430317.htmlhttp://www.aygfsteel.com/liuyanbo/archive/2016/05/01/430317.html#Feedback0http://www.aygfsteel.com/liuyanbo/comments/commentRss/430317.htmlhttp://www.aygfsteel.com/liuyanbo/services/trackbacks/430317.html
#1.浠巊ithub涓婁笅杞絪hell鑴氭湰
root@wys:~# cd /tmp
root@wys:/tmp# wget --no-check-certificate https://raw.github.com/viljoviitanen/setup-simple-pptp-vpn/master/setup.sh

#2.鎵ц

root@wys:/tmp# sudo sh setup.sh 

#3.璁劇疆瀵嗙爜               

root@wys:/tmp# vi /etc/ppp/chap-secrets
# Secrets for authentication using CHAP
# client server secret IP addresses

username pptpd password *

#4.閲嶅惎vpn鏈嶅姟
root@wys:/tmp# service pptpd restart
 * Restarting PoPToP Point to Point Tunneling Server pptpd

#5.鍒頒簡絎?姝ュ簲璇ヨ兘榪炴帴涓奦PN浜嗭紝濡傛灉鏃犳硶璁塊棶澶栫綉錛屾墽琛屼笅闈㈢殑鍛戒護娣誨姞NAT瑙勫垯 
root@wys:/tmp# iptables -t nat -A POSTROUTING -s 192.168.2.0/24 -j SNAT --to-source 鏈嶅姟鍣↖P鍦板潃
  
#6.閲嶅惎鏈嶅姟

root@wys:/tmp# service pptpd restart
 * Restarting PoPToP Point to Point Tunneling Server pptpd                                                                                        [ OK ] 
root@wys:/tmp# 

2. l2tp vpn
wget --no-check-certificate https://raw.githubusercontent.com/teddysun/across/master/l2tp.sh
chmod +x l2tp.sh
./l2tp.sh
ipsec status 錛堟煡鐪?IPSec 榪愯鐘舵侊級
ipsec verify 錛堟煡鐪?IPSec 媯鏌ョ粨鏋滐級
/etc/init.d/ipsec start|stop|restart|status 錛圕entOS6 涓嬩嬌鐢級
/etc/init.d/xl2tpd start|stop|restart|status 錛圕entOS6 涓嬩嬌鐢級
systemctl start|stop|restart|status ipsec 錛圕entOS7 涓嬩嬌鐢級
systemctl start|stop|restart|status xl2tpd 錛圕entOS7 涓嬩嬌鐢級
service ipsec start|stop|restart|status 錛圖ebian/Ubuntu 涓嬩嬌鐢級
service xl2tpd start|stop|restart|status 錛圖ebian/Ubuntu 涓嬩嬌鐢級

2. shadowsocks 瀹夎
wget --no-check-certificate https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks.sh
chmod +x shadowsocks.sh
./shadowsocks.sh 2>&1 | tee shadowsocks.log




]]>
Centos璁劇疆紼嬪簭寮鏈鴻嚜鍚姩鐨勬柟娉?/title><link>http://www.aygfsteel.com/liuyanbo/archive/2016/03/05/429542.html</link><dc:creator>澶╁畤鎭掓槦</dc:creator><author>澶╁畤鎭掓槦</author><pubDate>Sat, 05 Mar 2016 03:23:00 GMT</pubDate><guid>http://www.aygfsteel.com/liuyanbo/archive/2016/03/05/429542.html</guid><wfw:comment>http://www.aygfsteel.com/liuyanbo/comments/429542.html</wfw:comment><comments>http://www.aygfsteel.com/liuyanbo/archive/2016/03/05/429542.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/liuyanbo/comments/commentRss/429542.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/liuyanbo/services/trackbacks/429542.html</trackback:ping><description><![CDATA[1) 宸茬粡娣誨姞鍒皊ervice涓殑紼嬪簭<br />chkconfig <span style="color: red;">name</span> on<br /><br />2)鍏朵粬浣跨敤鍛戒護鍚姩鐨勭▼搴?br />鍦?etc/rc.local涓姞鍏ワ細<br /><div>sudo su - <span style="color: red;">username</span> -c "cd /www/jetty8.1/bin/ && sh jetty.sh start &"</div><img src ="http://www.aygfsteel.com/liuyanbo/aggbug/429542.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/liuyanbo/" target="_blank">澶╁畤鎭掓槦</a> 2016-03-05 11:23 <a href="http://www.aygfsteel.com/liuyanbo/archive/2016/03/05/429542.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item></channel></rss> <footer> <div class="friendship-link"> <a href="http://www.aygfsteel.com/" title="狠狠久久亚洲欧美专区_中文字幕亚洲综合久久202_国产精品亚洲第五区在线_日本免费网站视频">狠狠久久亚洲欧美专区_中文字幕亚洲综合久久202_国产精品亚洲第五区在线_日本免费网站视频</a> </div> </footer> 主站蜘蛛池模板: <a href="http://" target="_blank">太仆寺旗</a>| <a href="http://" target="_blank">文山县</a>| <a href="http://" target="_blank">兴文县</a>| <a href="http://" target="_blank">苏尼特右旗</a>| <a href="http://" target="_blank">紫阳县</a>| <a href="http://" target="_blank">吉首市</a>| <a href="http://" target="_blank">中宁县</a>| <a href="http://" target="_blank">邵武市</a>| <a href="http://" target="_blank">阿克陶县</a>| <a href="http://" target="_blank">东宁县</a>| <a href="http://" target="_blank">三门峡市</a>| <a href="http://" target="_blank">广南县</a>| <a href="http://" target="_blank">文山县</a>| <a href="http://" target="_blank">饶阳县</a>| <a href="http://" target="_blank">扎赉特旗</a>| <a href="http://" target="_blank">司法</a>| <a href="http://" target="_blank">温宿县</a>| <a href="http://" target="_blank">民和</a>| <a href="http://" target="_blank">巴楚县</a>| <a href="http://" target="_blank">盐源县</a>| <a href="http://" target="_blank">广水市</a>| <a href="http://" target="_blank">东台市</a>| <a href="http://" target="_blank">嘉义市</a>| <a href="http://" target="_blank">翁源县</a>| <a href="http://" target="_blank">延庆县</a>| <a href="http://" target="_blank">凌云县</a>| <a href="http://" target="_blank">锦州市</a>| <a href="http://" target="_blank">噶尔县</a>| <a href="http://" target="_blank">五大连池市</a>| <a href="http://" target="_blank">河间市</a>| <a href="http://" target="_blank">孝昌县</a>| <a href="http://" target="_blank">河北省</a>| <a href="http://" target="_blank">乳山市</a>| <a href="http://" target="_blank">留坝县</a>| <a href="http://" target="_blank">鹤岗市</a>| <a href="http://" target="_blank">太仆寺旗</a>| <a href="http://" target="_blank">金华市</a>| <a href="http://" target="_blank">铜山县</a>| <a href="http://" target="_blank">邵武市</a>| <a href="http://" target="_blank">连云港市</a>| <a href="http://" target="_blank">遂昌县</a>| <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body>