随笔分类 -  linux

学习and使用linux中的心得
centos 软件库安装
摘要:./configure: error: the HTTP rewrite module requires the PCRE library.You can either disable the module by using --without-http_rewrite_moduleoption, ... 阅读全文

posted @ 2014-12-02 15:17 依米艳 阅读(283) 评论(0) 推荐(0)

linux设置好IP后,可以访问内网,不能访问外网
摘要:1,设置网卡,ipvi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 #描述网卡对应的设备别名,例如ifcfg-eth0的文件中它为eth0 BOOTPROTO=static #设置网卡获得ip地址的方式,可能的选项为static,d... 阅读全文

posted @ 2014-12-02 14:34 依米艳 阅读(14044) 评论(1) 推荐(0)

linux下启动tomcat----Cannot find ./catalina.sh
摘要:参考:http://dearseven.blog.163.com/blog/static/1005379222013764440253/linux 下启动tomcat[root@test233 bin]# sh startup.sh Cannot find ./catalina.shThe file... 阅读全文

posted @ 2014-11-27 09:33 依米艳 阅读(41788) 评论(2) 推荐(4)

linux 中环境变量配置错误导致部分命令不能使用包括vi
摘要:1,使用 /bin/vi /etc/profile 可以打开环境变量2,修改正确后,重启 阅读全文

posted @ 2014-11-09 14:21 依米艳 阅读(296) 评论(0) 推荐(0)

Linux下安装jdk
摘要:1,安装.gz包下载jdk。(使用wget在Oracle的官网下载的jdk一直是网页文件,这里我是在win上下载的,然后ssh传到linux上的)地址:http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-213... 阅读全文

posted @ 2014-10-09 09:30 依米艳 阅读(182) 评论(0) 推荐(0)

linux下安装mysql(编译mysql源码)
摘要:编译所需软件地址http://mysql.mirror.kangaroot.net/Downloads/ -- 下载需要的mysql版本例如mysql-5.5.39.tar.gz 目前还不太理解mysql那么多的安装包都是干嘛用的,先mark一下。下载的时候注意要下mysql-版本号.tar.gz... 阅读全文

posted @ 2014-09-30 10:10 依米艳 阅读(455) 评论(0) 推荐(0)

导航