摘要: 关于LINUX权限-bash: ./startup.sh: Permission denied在执行./startup.sh,或者./shutdown.sh的时候,爆出了Permission denied,其实很简单,就是今天在执行tomcat的时候,用户没有权限,而导致无法执行,用命令chmod ... 阅读全文
posted @ 2015-09-15 15:40 Nicat 阅读(500) 评论(0) 推荐(0) 编辑
摘要: cattail -f日 志 文 件 说 明/var/log/message 系统启动后的信息和错误日志,是Red Hat Linux中最常用的日志之一/var/log/secure 与安全相关的日志信息/var/log/maillog 与邮件相关的日志信息/var/log/cron 与定时任务相关... 阅读全文
posted @ 2015-09-15 15:39 Nicat 阅读(1131) 评论(0) 推荐(0) 编辑
摘要: 安装前提 在CentOS 7中安装与配置JDK8 安装tomcatapache-tomcat-8.0.14.tar.gz文件上传到/usr/local中执行以下操作:[root@localhost~]#cd/usr/local[root@localhost~]#tar-zxv-fapache... 阅读全文
posted @ 2015-09-15 15:20 Nicat 阅读(380) 评论(0) 推荐(0) 编辑
摘要: 安装说明 安装环境:CentOS-7.0.1406安装方式:源码安装 软件:apache-tomcat-7.0.29.tar.gz 下载地址:http://tomcat.apache.org/download-70.cgi安装前提 系统必须已安装配置JDK6+,安装请参考:在CentOS-6.3中安... 阅读全文
posted @ 2015-09-15 15:19 Nicat 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 注意:新版本的fdisk默认输出已经正确合理了,本文只适用于旧版本的fdisk.1 无option选项参数的输出[root@localhost ~]# fdisk -lDisk /dev/sda: 160.0 GB, 160041885696 bytes255 heads, 63 sectors/t... 阅读全文
posted @ 2015-09-15 15:17 Nicat 阅读(702) 评论(0) 推荐(0) 编辑
摘要: 1 从防火墙瘫痪说起2015年3月10日,还没到公司就被电话告知办公室无法正常连接互联网了,网速非常慢,无法正常浏览网页。急急忙忙感到公司,开始查找问题。首先排除了交换机故障,因为内部局域网正常。当ping防火墙设备时,丢包严重。很明显,防火墙出了问题,撑不住了,其Web管理界面根本无法正常 登陆。... 阅读全文
posted @ 2015-09-15 15:16 Nicat 阅读(927) 评论(0) 推荐(0) 编辑
摘要: grep -o ‘好' 文件名.txt | wc -l-o 指示grep显示所有匹配的地方,并且每一个匹配单独一行输出。这样只要统计输出的行数就可以知道这个字符出现的次数了。 阅读全文
posted @ 2015-09-15 15:11 Nicat 阅读(866) 评论(0) 推荐(0) 编辑
摘要: 服务器信息:[mvj3@sdk2 ~]$ cat /proc/version Linux version 2.6.18-194.el5 (mockbuild@ca-build10.us.oracle.com) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48... 阅读全文
posted @ 2015-09-15 15:09 Nicat 阅读(2189) 评论(0) 推荐(0) 编辑
摘要: 命令:df -h输出实例:文件系统 容量 已用 可用 已用% 挂载点/dev/md0 9.7G 4.7G 4.6G 51% //dev/sda5 9.7G 45M 9.1G 1% /boot/dev/sda8 9.9G 43M 9.3G 1% /homenone 1.8G 0 1.8G 0% /de... 阅读全文
posted @ 2015-09-15 15:06 Nicat 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 开始配置我们来配置一个filter表的防火墙.(1)查看本机关于IPTABLES的设置情况[root@tp ~]# iptables -L -nChain INPUT (policy ACCEPT)target prot opt source destination Chain FORWARD (p... 阅读全文
posted @ 2015-09-15 15:03 Nicat 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 一、配置防火墙,开启80端口、3306端口CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1、关闭firewall:systemctl stop firewalld.service#停止firewall IT网,http://www.it.net.cn s... 阅读全文
posted @ 2015-09-15 14:59 Nicat 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 今天在linux下 用tar -zxf xxx.tar.bz2然后就报这个错。gzip: stdin: not in gzip formattar: Child returned status1tar: Error exit delayed fromprevious errors一开始我以为是压缩包... 阅读全文
posted @ 2015-09-15 14:31 Nicat 阅读(412) 评论(0) 推荐(0) 编辑
摘要: CentOS7的yum源中默认好像是没有mysql的。为了解决这个问题,我们要先下载mysql的repo源。1. 下载mysql的repo源$wgethttp://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm2. 安装mysql-co... 阅读全文
posted @ 2015-09-15 14:19 Nicat 阅读(862) 评论(0) 推荐(0) 编辑
摘要: #列出所有被安装的rpm package rpm -qa | grep mariadb#卸载rpm -e mariadb-libs-5.5.37-1.el7_0.x86_64错误:依赖检测失败: libmysqlclient.so.18()(64bit) 被 (已安裝) postfix-2:2.10... 阅读全文
posted @ 2015-09-15 12:33 Nicat 阅读(37319) 评论(0) 推荐(0) 编辑