随笔分类 -  centos

摘要:原文: http://www.centoscn.com/CentOS/Intermediate/2015/0330/5056.html1、执行:ls /proc/命令,一般Xen的VPS,/proc目录下面会有xen的目录,openvz的会有vz目录。2、执行:free -m命令看内存,openvz 阅读全文
posted @ 2016-07-22 14:01 qike 阅读(1202) 评论(0) 推荐(0)
摘要:Understanding RPM Package Management Tutorial Author Name: Chris Negus 08/31/2012 OVERVIEW Red Hat Enterprise Linux, Fedora, and many other Linux dist 阅读全文
posted @ 2016-07-20 20:53 qike 阅读(189) 评论(0) 推荐(0)
摘要:参考:http://blog.secaserver.com/2012/12/centos-6-install-vpn-pptp-client-simple/ I have a PPTP server which run on Mikrotik Routerboard and I need to co 阅读全文
posted @ 2016-05-16 12:32 qike 阅读(46) 评论(0) 推荐(0)
摘要:http://www.photonvps.com/billing/knowledgebase.php?action=displayarticle&id=58&language=chinese 阅读全文
posted @ 2016-04-18 19:35 qike 阅读(27) 评论(0) 推荐(0)
摘要:rpm -ql package-namerpm -qi package-name rpm --query centos-release 阅读全文
posted @ 2016-03-10 16:44 qike 阅读(155) 评论(0) 推荐(0)
摘要:list installed packages with yum:yum list installed | moreyum list installed | lessyum list installed > /tmp/yum-list Update your system:sudo yum upda 阅读全文
posted @ 2016-03-10 16:43 qike 阅读(142) 评论(0) 推荐(0)
摘要:安装apache https://www.linode.com/docs/websites/lamp/lamp-on-centos-7 之前通过下载tar.bz包安装并启动了apache,所以在启动yum安装的httpd时报错。 sudo yum install httpd 安装php PHP In 阅读全文
posted @ 2016-03-10 16:39 qike 阅读(157) 评论(0) 推荐(0)
摘要:http://apache.org/apache 官网下载 httpd apr apr-util 的bz2源码包wget http://archive.apache.org/dist/apr/apr-1.4.5.tar.bz2wget http://archive.apache.org/dist/a 阅读全文
posted @ 2016-03-04 16:50 qike 阅读(171) 评论(0) 推荐(0)
摘要:连接FTP服务器 ftp ipaddress -> ftpusername -> password 安装vsftpd: yum install vsftpd 启动服务: /sbin/service vsftpd restart/start/stop 配置文件: /etc/vsftpd/vsftpd. 阅读全文
posted @ 2016-03-01 13:42 qike 阅读(221) 评论(0) 推荐(0)
摘要:SVN – Apache subversion SVN – Subversion is a versioning and revision control system used by developers to track and keep up earlier versions of their 阅读全文
posted @ 2015-07-22 01:26 qike 阅读(311) 评论(0) 推荐(0)
摘要:IntroductionGit is an open source, distributed version control system (VCS). It’s commonly used for source code management (SCM), with sites like GitH 阅读全文
posted @ 2015-07-19 23:17 qike 阅读(188) 评论(0) 推荐(0)
摘要:参考:https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/s1-networkscripts-interfaces.html Interface configur 阅读全文
posted @ 2015-07-18 20:04 qike 阅读(268) 评论(0) 推荐(0)