摘要: 【http://blog.csdn.net/smstong/article/details/5872309】 对Unix,Linux类服务器维护经常是通过ssh完成的,而有些操作比较费时,如更新程序等。此时如果断开ssh连接的话,更新程序就会随之被中断。如何保证断开ssh后仍旧能保持更新进程的运行呢 阅读全文
posted @ 2016-10-24 20:47 浮尘微光 阅读(521) 评论(0) 推荐(0) 编辑
摘要: 显示目录和文件的命令 Ls:用于查看所有文件夹的命令。 Dir:用于显示指定文件夹和目录的命令 Tree: 以树状图列出目录内容 Du:显示目录或文件大小 修改目录,文件权限和属主及数组命令 Chmod:用于改变指定目录或文件的权限命令。 Chown:用于改变文件拥有属性的命令。 Chgrp:用于改 阅读全文
posted @ 2016-10-24 20:46 浮尘微光 阅读(255) 评论(0) 推荐(0) 编辑
摘要: Linux常用命令手册 NO 分类 PS1 命令名 用法及参数 功能注解 对应章节 1 文件管理 # ls ls -a 列出当前目录下的所有文件,包括以.头的隐含文件 文件管理 # ls ls -l或ll 列出当前目录下文件的详细信息 文件管理 # pwd pwd 查看当前所在目录的绝对路经 文件管 阅读全文
posted @ 2016-10-24 20:45 浮尘微光 阅读(409) 评论(0) 推荐(0) 编辑
摘要: 【http://www.cnblogs.com/kobe8/p/3825461.html】 du -ah --max-depth=1 这个是我想要的结果 a表示显示目录下所有的文件和文件夹(不含子目录),h表示以人类能看懂的方式,max-depth表示目录的深度。 Mac 下:du -h -d 1 阅读全文
posted @ 2016-10-24 20:45 浮尘微光 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 【http://www.jb51.net/LINUXjishu/73131.html】 1、拷贝本机/home/administrator/test整个目录至远程主机192.168.1.100的/root目录下 代码如下:scp -r /home/administrator/test/ root@1 阅读全文
posted @ 2016-10-24 20:44 浮尘微光 阅读(3931) 评论(0) 推荐(0) 编辑
摘要: 在某个用户的家目录下 的 .bashrc 文件,写入如下内容: 例如,work用户写入上面的命令,使用 onlinedb 命令 即可直接登录数据库: 阅读全文
posted @ 2016-10-24 20:44 浮尘微光 阅读(473) 评论(0) 推荐(0) 编辑
摘要: 【http://www.centoscn.com/CentOS/help/2014/0805/3430.html】 1、查看、修改Linux时区与时间 一、linux时区的查看与修改 1,查看当前时区 date -R 2,修改设置时区 方法1: tzselect 方法2: 仅限于RedHat Lin 阅读全文
posted @ 2016-10-24 20:41 浮尘微光 阅读(710) 评论(0) 推荐(0) 编辑
摘要: 【http://blog.51yip.com/linux/1462.html#】 #!/usr/bin/expect -f set ip 192.168.1.201 set password meimiao1905 set timeout 10 spawn ssh root@$ip expect { 阅读全文
posted @ 2016-10-24 20:41 浮尘微光 阅读(524) 评论(0) 推荐(0) 编辑
摘要: 1.统计某个目录下总共有多少个文件(递归统计所有子目录)ls -lR|grep "^-"|wc -l 阅读全文
posted @ 2016-10-24 20:40 浮尘微光 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 【安装chrome浏览器】* 下载(已下载完成):32位:wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb64位:wget https://dl.google.com/linux/direct/ 阅读全文
posted @ 2016-10-24 20:40 浮尘微光 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 一:使用CentOS常用命令查看cpumore /proc/cpuinfo | grep "model name" grep "model name" /proc/cpuinfo [root@localhost /]# grep "CPU" /proc/cpuinfo model name : In 阅读全文
posted @ 2016-10-24 20:40 浮尘微光 阅读(422) 评论(0) 推荐(0) 编辑
摘要: 【crontab】 #每天6:00 执行a.sh00 6 * * * /bin/sh /home/work/rxShell/a.sh #每天3:20 执行a1.sh20 3 * * * /bin/sh /home/work/rxShell/a1.sh #每隔10分钟 执行b.sh*/10 * * * 阅读全文
posted @ 2016-10-24 20:03 浮尘微光 阅读(433) 评论(0) 推荐(0) 编辑
摘要: ./configure --prefix=/usr/local/httpd --enable-module=so --enable-module=rewrite --enable-mods-shared=all 今日编译apache时出错: #./configure --prefix……检查编辑环境 阅读全文
posted @ 2016-10-24 19:59 浮尘微光 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 重新启动服务器,访问web服务发现无法浏览啦!登陆服务器之 后进到nginx使用./nginx -s reload重新读取配置文件,发现报nginx: [error] open() "/usr/local/nginx/logs/nginx.pid" failed (2: No such file o 阅读全文
posted @ 2016-10-24 19:58 浮尘微光 阅读(1272) 评论(0) 推荐(0) 编辑
摘要: ngx_http_autoindex_module 此模块用于自动生成目录列表,ngx_http_autoindex_module只在 ngx_http_index_module模块未找到索引文件时发出请求. nginx默认是不允许列出整个目录的。 开启目录列表: 打开nginx.conf文件,在l 阅读全文
posted @ 2016-10-24 19:58 浮尘微光 阅读(2608) 评论(0) 推荐(0) 编辑
摘要: memcached的1.2.4及以上增加了CAS(Check and Set)协议,对于同一key的多进行程的并发处理问题。这种情况其实根数据库很像,如果同时有几个进程对同一个表的同一数据进行更新的话,那会不会打架呢,哈哈。数据库里面可以锁定整张表,也可以锁定表里面一 行的功能,其实memcache 阅读全文
posted @ 2016-10-24 19:57 浮尘微光 阅读(1097) 评论(0) 推荐(0) 编辑
摘要: 【Nginx配置虚拟主机】 每一个 server { listen 80; server_name www.a.com; ..... } 就表示一台虚拟域名, 然后对应的,在 /etc/hosts 修改: vim /etc/hosts 【/usr/local/server/nginx/conf/ng 阅读全文
posted @ 2016-10-24 19:55 浮尘微光 阅读(1234) 评论(0) 推荐(0) 编辑
摘要: 【1】 *****@*****-VirtualBox:~$ sudo /etc/init.d/mysql.server start Starting MySQL * Couldn't find MySQL server (/usr/bin/mysqld_safe) 解决方案: rm /etc/mys 阅读全文
posted @ 2016-10-24 19:52 浮尘微光 阅读(711) 评论(0) 推荐(0) 编辑
摘要: 【http://www.php100.com/html/program/nginx/2013/0905/5516.html】 Nginx出现的413 Request Entity Too Large错误,这个错误一般在上传文件的时候出现,打开nginx主配置文件nginx.conf,找到http{} 阅读全文
posted @ 2016-10-24 19:52 浮尘微光 阅读(1051) 评论(1) 推荐(0) 编辑
摘要: apache httpd.conf 最后: NameVirtualHost *:80<VirtualHost *:80> ServerName localhost DocumentRoot "D:/www"</VirtualHost> <Directory "D:/www" > Options Fo 阅读全文
posted @ 2016-10-24 16:02 浮尘微光 阅读(435) 评论(0) 推荐(0) 编辑