
linux
goodhappy8
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Nginx Primer
来源:http://blog.martinfjordvald.com/2010/07/nginx-primer/http://wiki.nginx.org/Configuration [root@h133 ~]# yum install nginx 启动: /etc/init.d/nginx start/etc/init.d/nginx stop测试: http://19...2012-06-28 11:02:00 · 214 阅读 · 0 评论 -
nagios 的安装
来源:http://webcache.googleusercontent.com/search?q=cache:KYssdPHmkHoJ:www.techmajha.com/2010/04/15/rpmforge-yum-repository/+nagios+Configuration+validation+failed&cd=10&hl=zh-CN&ct=clnk...2012-06-29 18:02:00 · 311 阅读 · 0 评论 -
(转)Linux alternatives命令
来源:http://blog.youkuaiyun.com/yuxinlong2006/article/details/6765327 alternatives是Linux下的一个功能强大的命令。只能在root权限下执行。如系统中有几个命令功能十分类似,却又不能随意删除,那么可以用 alternatives 来指定一个全局的设置。alternatives常用于同一个系统中安装同一软件的多个版本。...2012-07-26 09:39:00 · 129 阅读 · 0 评论 -
Linux上安装MySQL时出现不兼容的解决办法
来源: http://blog.youkuaiyun.com/kunshan_shenbin/article/details/7612834 [root@localhost ~]# rpm -ivh MySQL-server-5.5.24-1.linux2.6.x86_64.rpm Preparing... ###############################...原创 2013-07-13 18:01:54 · 132 阅读 · 0 评论 -
centos下yum nginx 的安装
Pre-Built Packages for Stable versionTo set up the yum repository for RHEL/CentOS, choose the corresponding nginx-release package from the list:RHEL 5RHEL 6CentOS 5CentOS 6This p...原创 2013-07-14 10:41:24 · 165 阅读 · 0 评论 -
mysql 5.6 conf
http://dev.mysql.com/doc/refman/5.6/en/option-files.htmlhttp://dev.mysql.com/doc/refman/5.6/en/server-default-configuration-file.html 5.1.2.1. Changes to Server DefaultsBeg...原创 2013-08-02 21:56:08 · 128 阅读 · 0 评论 -
linux Bash Arrays
来源:http://www.linuxjournal.com/content/bash-arraysIf you're used to a "standard" *NIX shell you may not be familiar with bash's array feature. Although not as powerful as similar constructs i...原创 2013-08-06 12:34:55 · 184 阅读 · 0 评论 -
Linux 技巧:让进程在后台可靠运行的几种方法nohup|
我们经常会碰到这样的问题,用 telnet/ssh 登录了远程的 Linux 服务器,运行了一些耗时较长的任务, 结果却由于网络的不稳定导致任务中途失败。如何让命令提交后不受本地关闭终端窗口/网络断开连接的干扰呢?下面举了一些例子, 您可以针对不同的场景选择不同的方式来处理这个问题。如果只是临时有一个命令需要长时间运行,什么方法能最简便的保证它在后台稳定运行呢?hangup ...原创 2014-02-25 13:25:46 · 153 阅读 · 0 评论 -
20 Tips for Using Tomcat in Production
来源:http://digitalsanctum.com/2007/08/18/20-tips-for-using-tomcat-in-production/http://kenwublog.com/docs/java6-jvm-options-chinese-edition.htm I've been working with Apache Tomcat for years ...原创 2013-09-10 11:15:12 · 252 阅读 · 0 评论