随笔分类 -  linux

学习linux遇到的问题和解决方案
摘要:(转:http://www.cnblogs.com/hitwtx/archive/2011/11/16/2251254.html) svn 删除所有的 .svn文件 find . -name .svn -type d -exec rm -fr {} \; linux之cp/scp命令+scp命令详解 阅读全文
posted @ 2017-03-10 16:07 玉曲风 阅读(469) 评论(0) 推荐(0)
摘要:转载地址:http://www.cnblogs.com/diyunpeng/archive/2009/11/11/1600886.html Linux有自己一套完整的启动体系,抓住了linux启动的脉络,linux的启动过程将不再神秘。 本文中假设inittab中设置的init tree为: /et 阅读全文
posted @ 2017-02-25 15:45 玉曲风 阅读(9172) 评论(0) 推荐(0)
摘要:svn支持https访问,所以至少,你需要安装的有三个模块: (安装SVN就只支持SVN server访问,安装httpd就可以配置支持http server访问,安装openSSL就可以配置支持https server访问) 首先安装svn: 使用root账号去登录之后,直接输入命令就行了:yum 阅读全文
posted @ 2017-02-17 15:33 玉曲风 阅读(266) 评论(0) 推荐(0)
摘要:root@jbxue:$ sudo ufw enable Firewall started and enabled on system startup root@jbxue:$ sudo ufw allow 8080 Rules updated root@jbxue:$ sudo ufw allow 阅读全文
posted @ 2016-11-15 19:22 玉曲风 阅读(2979) 评论(0) 推荐(0)
摘要:默认情况下是无法切换的,需要给root用户设置上密码 mars@mars-LIFEBOOK-LH531:~$ sudo passwd root[sudo] password for mars: 输入新的 UNIX 密码: 重新输入新的 UNIX 密码: passwd:已成功更新密码mars@mars 阅读全文
posted @ 2016-08-04 19:07 玉曲风 阅读(7808) 评论(0) 推荐(0)
摘要:(转自:http://www.nenew.net/ubuntu-ssh-gstm.html) 首先安装: sudo apt-get install gstm 就可以安装,当然你也可以到http://sourceforge.net/projects/gstm/files/gSTM/gSTM-1.2/g 阅读全文
posted @ 2016-07-30 10:22 玉曲风 阅读(796) 评论(0) 推荐(0)
摘要:This is a guide on setting up a IPSEC/L2TP vpn on CentOS 6 or Red Hat Enterprise Linux 6 or Scientific Linux 6 using Openswan as the IPsec server, xl2 阅读全文
posted @ 2016-07-29 16:10 玉曲风 阅读(25) 评论(0) 推荐(0)
摘要:先在桌面创建一个文件:文件内容如下 [Desktop Entry]Encoding=UTF-8Name=eclipseComment=eclipse ideExec=/home/mars/eclipse/eclipseIcon=/home/mars/eclipse/icon.xpmTerminal= 阅读全文
posted @ 2016-07-26 21:05 玉曲风 阅读(228) 评论(0) 推荐(0)
摘要:PPTP 全称为 Point to Point Tunneling Protocol — 点到点隧道协议,是VPN协议中的一种。虚拟专用网(VPN)被定义为通过一个公用网络(通常是因特网)建立一个临时的、安全的连接,是一条穿过混乱的公用网络的安全、稳定的隧道。虚拟专用网是对企业内部网的扩展。虚拟专用 阅读全文
posted @ 2016-06-14 17:59 玉曲风 阅读(54) 评论(0) 推荐(0)