随笔分类 -  Linux

CentOS安装***
摘要:继续练手的节奏。。配置一个***顺带FQ。。找回我chrome收藏夹。。 对于Centos来说 安装***还是蛮简单的。。也没啥要配置的 参见:http://www.6zou.net/tech/***-how-to.html 再看看官方文档吧... 阅读全文
posted @ 2015-02-11 01:15 Gemmeg 阅读(52) 评论(0) 推荐(0)
CentOS安装Nginx 实现HTTP代理
摘要:为了练手,在CentOS7上安装Nginx 实现HTTP代理功能 再加上认证功能 随手找了几篇教程,都是教你怎么自己编译的,其实直接去nginx.org看document,centos官方源有nginx的 于是, yum install nginx 安装完成。不知道路径?whereis ng... 阅读全文
posted @ 2015-02-10 01:37 Gemmeg 阅读(451) 评论(0) 推荐(0)
how to make vim show ^M and substitute it
摘要:Display CRLF as ^M::e ++ff=unixSubstitute CRLF for LF::setlocal ff=unix:w:ehttp://stackoverflow.com/questions/3852868/how-to-make-vim-show-m-and-subst... 阅读全文
posted @ 2015-02-05 17:03 Gemmeg 阅读(317) 评论(0) 推荐(0)
A brief Arch installation in VMware
摘要:简单的记录下在VMware下安装11月的Arch经历。 我也不太清楚VMware下应该使用何总分区表以及启动方式...模模糊糊的就给分了GPT...//正文 总的来说,ISO提供了一个小型的Arch linux,在这个环境下安装Arch linux到pc,在进入pc arch完成一定安装 ... 阅读全文
posted @ 2014-11-17 16:31 Gemmeg 阅读(196) 评论(0) 推荐(0)
Download sublime text 3 without vpn available
摘要:I want to download sumblime text 3 which could be touched via GFWand something is wrong with Ubuntu 14.04 when I try to connect my VPNAn equal way was... 阅读全文
posted @ 2014-11-03 20:45 Gemmeg 阅读(65) 评论(0) 推荐(0)
no such file django-admin.py
摘要:Environment: Ubuntu14.04+Python2.7.6+django1.5.4Solution: Try link django-admin.py to /usr/local/bin?I got this:ln: failed to create symbolic link ‘... 阅读全文
posted @ 2014-10-13 10:58 Gemmeg 阅读(258) 评论(0) 推荐(0)
BuyVM OpenVZ 搭建VPN实战
摘要:废话:买了个便宜VPS,一个月也就一刀,练练手玩~运气不好国庆期间一直putty连接不进去,还以为是自己ip搞错了,这两天什么也没修改就连接进去了,推断是服务商的问题环境: BuyVM+OpenVZ+CentOS6.4过程: Step-by-step, 跟着教程做 简写版:http://www.... 阅读全文
posted @ 2014-10-12 14:48 Gemmeg 阅读(431) 评论(0) 推荐(0)
Reconfigure CentOS+freeradius+daloradius again
摘要:Make some notes~ http://www.haiyun.me/archives/centos-freeradius-daloradius-ros.html参照上文进行配置首先是http服务,mysql服务的安装,然后是php,其中要加上php-pear(php扩展包)httpd服务会... 阅读全文
posted @ 2014-09-26 20:59 Gemmeg 阅读(273) 评论(0) 推荐(0)
Try to config LAMP+Freeradius+daloRADIUS on CentOS7
摘要:Just follow this:http://www.haiyun.me/archives/centos-freeradius-daloradius-ros.html, and I will list something different in CentOS7#1:CentOS7 replace... 阅读全文
posted @ 2014-09-10 15:48 Gemmeg 阅读(968) 评论(0) 推荐(0)