自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (1)
  • 收藏
  • 关注

转载 Find uptime of 'apache2'

You can use ps -eo comm,etime for example: $ ps -eo comm,etime | grep httpd httpd 5-01:40:22 This shows the elapsed time since the process was started. Mine is showing 5 days, 1 hr,

2014-04-30 12:08:33 564

转载 Ubuntu Server 12.04 NFS 文件共享设置

http://blog.csdn.net/supercrsky/article/details/12047853 NFS 文件共享能解决在集群环境下图片、附件等文件共享的问题。 现在假设有两台机器192.168.1.10和192.168.1.11 我们将192.168.1.10做为服务端,192.168.1.11作为客户端。 一、服务端操作 1.安装NFS

2014-04-29 14:00:02 679

转载 installing chkconfig on ubuntu

http://stackoverflow.com/questions/20680050/installing-chkconfig-on-ubuntu sudo apt-get install sysv-rc-conf sysv-rc-conf --list xxxx alias chkconfig=sysv-rc-conf chkconfig --list

2014-04-28 18:12:11 611

转载 被遗忘的Logrotate

http://huoding.com/2013/04/21/246 被遗忘的Logrotate Posted on 2013-04-21 我发现很多人的服务器上都运行着一些诸如每天切分Nginx日志之类的CRON脚本,大家似乎遗忘了Logrotate,争相发明自己的轮子,这真是让人沮丧啊!就好比明明身边躺着现成的性感美女,大家却忙着自娱自乐,罪过! Logr

2014-04-28 17:50:01 597

原创 XAMPP的UserDir设置

1,编辑httpd-userdir.conf     vi /Applications/XAMPP/etc/extra/httpd-userdir.conf UserDir Sites # # Control access to UserDir directories. The following is an example # for a site where these directo

2014-04-24 10:22:39 1017

转载 ubuntu设置固定IP

http://ipopeye.iteye.com/blog/326323 首先设置IP sudo gedit /etc/network/interface   将其内容删除   加上一下内容   auto lo iface lo inet loopback   auto etho iface etho inet stati

2014-04-16 14:05:10 648

转载 Making vsftpd with chrooted users work again on Ubuntu 12.04

http://blog.thefrontiergroup.com.au/2012/10/making-vsftpd-with-chrooted-users-work-again/

2014-04-15 15:34:13 540

转载 iOS7.1企业应用"无法安装应用程序 因为证书无效"的解决方案

http://blog.csdn.net/LIN1986LIN/article/details/21246609 今天升级了iOS7.1后发现通过之前的url无法安装企业应用了,一直提示“无法安装应用程序 因为http://xxx.xxx.xxx证书无效”,折腾了一番,终于在StackOverFlow上找到了答案。在这里分享给大家。 StackOverFlow链接:http

2014-04-15 11:51:57 672

objective-c手册

objective-c手册,讲述一些基本的objective-c语法。

2010-11-15

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除