随笔分类 -  Linux

摘要:查看是否已经安装rpm -qa | grep nginx删除安装#普通删除模式rpm -e nginx#强力删除模式,如果使用上面命令删除时,提示有依赖的其它文件,则用该命令可以对其进行强力删除rpm -e --nodeps nginx查看端口是否被占用netstat -ano|grep 80目录#... 阅读全文
posted @ 2015-07-30 16:54 lianche 阅读(582) 评论(0) 推荐(0)
摘要:php-redis安装笔记 阅读全文
posted @ 2015-04-07 10:41 lianche 阅读(211) 评论(0) 推荐(0)
摘要:更改服务器保持ssh链接时长 阅读全文
posted @ 2015-04-05 14:46 lianche 阅读(492) 评论(0) 推荐(0)
摘要:ImageMagick 使用笔记 阅读全文
posted @ 2015-04-02 16:02 lianche 阅读(286) 评论(0) 推荐(0)
摘要:linux设置快捷命令 阅读全文
posted @ 2015-03-31 10:46 lianche 阅读(8470) 评论(0) 推荐(1)
摘要:smbpasswd命令的常用方法 阅读全文
posted @ 2015-03-24 09:28 lianche 阅读(6213) 评论(0) 推荐(0)
摘要:CentOS6.4下Samba服务器的安装与配置 阅读全文
posted @ 2014-12-29 17:41 lianche 阅读(251) 评论(0) 推荐(0)
摘要:Linux VI 显示/隐藏行数 阅读全文
posted @ 2014-09-26 18:32 lianche 阅读(1175) 评论(0) 推荐(0)
摘要:Linux、windows系统监控平台Nagios的安装与部分错误整理 阅读全文
posted @ 2014-07-30 11:13 lianche 阅读(237) 评论(0) 推荐(0)
摘要:maptail安装配置及相关错误的解决方法 阅读全文
posted @ 2014-05-21 15:21 lianche 阅读(430) 评论(0) 推荐(0)
摘要:CentOS修改网络配置 阅读全文
posted @ 2014-03-21 15:57 lianche 阅读(2961) 评论(0) 推荐(0)
摘要:为PHP添加swoole异步并行扩展 阅读全文
posted @ 2014-03-19 10:07 lianche 阅读(3321) 评论(0) 推荐(2)
摘要:CentOS6.5 PHP5.4.0+Apache2.4.1+MySQL5.5.21 编译安装 阅读全文
posted @ 2014-03-19 09:41 lianche 阅读(296) 评论(0) 推荐(0)
摘要:mysql 修改用户密码 阅读全文
posted @ 2014-03-18 14:25 lianche 阅读(251) 评论(0) 推荐(0)
摘要:Linux手动升级PHP版本 阅读全文
posted @ 2014-03-11 13:06 lianche 阅读(656) 评论(0) 推荐(0)
摘要:linux 计划任务 cron 阅读全文
posted @ 2013-11-29 15:14 lianche 阅读(206) 评论(0) 推荐(0)
摘要:linux下shell显示-bash-4.1$ 不显示路径解决方法 阅读全文
posted @ 2013-09-12 07:45 lianche 阅读(412) 评论(0) 推荐(0)
摘要:CentOS配置FTP 阅读全文
posted @ 2013-09-11 11:24 lianche 阅读(496) 评论(0) 推荐(0)
摘要:Linux下添加Tomcat服务并开机启动Tomcat 阅读全文
posted @ 2013-06-25 09:36 lianche 阅读(2518) 评论(0) 推荐(0)
摘要:CentOS 配置postgresql+psotgis 阅读全文
posted @ 2013-06-21 16:48 lianche 阅读(690) 评论(0) 推荐(0)