linux
全名工作狂
纸上得来终觉浅,绝知此事要躬行
展开
-
【未解决】httpd手动安装
手动编译httpd(非yum安装),需要先安装apr和apr-util 第一步:安装apr典型安装三部曲: ./configure make make install安装apr的时候,configure一直报错:config.status: executing libtool commandsrm: cannot remove `libtoolT': No such file or d原创 2015-08-11 18:03:02 · 935 阅读 · 0 评论 -
【已解决】linux修改文件夹的所属用户组
[xxx@xxxx www]$ ll -atotal 36drwxr-xr-x. 9 root root 4096 Aug 26 23:23 .drwxr-xr-x. 24 root root 4096 Aug 12 05:01 ..drwxr-xr-x. 2 root root 4096 Aug 15 2014 cgi-bindrwxr-xr-x. 3 root ro原创 2015-08-27 11:31:53 · 3246 阅读 · 0 评论 -
【已解决】可以ping通无法通过浏览器浏览该网站
原文地址:http://stackoverflow.com/questions/21432620/how-to-setup-static-ip-in-fedora-19First find out your interface using ifconfigEdit the config file for that interfaceusing your favorite text转载 2015-08-20 16:51:43 · 2852 阅读 · 0 评论 -
.gz文档怎么打开
-rw-r--r--. 1 root root 2796 Jul 29 15:15 error_log-20150720.gz查看errorlog的时候发现结尾是.gz,用vi打开是乱码。在百度上看到这个:http://zhidao.baidu.com/question/257842396.htmlvim -b xxx.gz 用二进制文件进行编辑尝试了这个答案里的解决原创 2015-08-18 15:51:36 · 7863 阅读 · 0 评论 -
Directory index forbidden by Options directive: /var/www/html/
准备安装db2 datastudio V10.1版本的时候出现了这个错误:A Java Runtime Environment (JRE) or Java Development Kit (JDK)must be available in order to run Datastudio. No Java virtual machine was found after searching the f原创 2015-08-18 15:48:07 · 2692 阅读 · 0 评论 -
Linux上手动编译apache
手动编译httpd(非yum安装),需要先安装apr和apr-util> **第一步:安装apr**典型安装三部曲:./configuremakemake install安装apr的时候,configure一直报错:```config.status: executing libtool commandsrm: cannot remove `lib原创 2015-08-04 14:46:01 · 1777 阅读 · 1 评论 -
查看linux版本的命令
翻译自:http://www.cyberciti.biz/faq/command-to-show-linux-version/我觉得这个命令囊括了我想要的信息:[root@servername Downloads]# lsb_release -aLSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:co翻译 2015-08-03 16:59:17 · 648 阅读 · 0 评论 -
Vi命令行
Esc进入命令行模式,然后:1,$d,清空Vi全屏原创 2015-08-03 13:43:45 · 416 阅读 · 0 评论 -
如何安装cmake
在官网上找到的如何安装CMake流程:如果没有存在的Cmake,使用bootstrapIf there is no existing CMake installation, a bootstrap script isprovided: ./bootstrap make makeinstall(Note: the make install step is原创 2015-08-03 13:43:42 · 819 阅读 · 0 评论 -
./configure,make,make install的作用
这些都是典型的使用GNU的AUTOCONF和AUTOMAKE产生的程序的安装步骤。./configure是用来检测你的安装平台的目标特征的。比如它会检测你是不是有CC或GCC,并不是需要CC或GCC,它是个shell脚本。make是用来编译的,它从Makefile中读取指令,然后编译。make install是用来安装的,它也从Makefile中读取指令,安装到指定的位置。AUTO转载 2015-08-03 12:27:12 · 466 阅读 · 0 评论 -
升级Python版本后 yum命令不可用
参考该博客修复:http://www.cnblogs.com/fibre/p/4069966.html新版本python安装目录 /usr/local/python3# ./configure --prefix=/usr/local/python3# make && make install# mv /usr/bin/python /usr/bin/python_o转载 2015-08-03 14:54:21 · 1638 阅读 · 0 评论 -
emacs安装时libotf.so出错
第一步 想要打开emacs时候出错[root@xxxxxx filename]# emacsemacs: error while loading shared libraries: libotf.so.0: cannotopen shared object file: No such file or directory第二步 按图索骥,安装libotf.so.0[root@xxxxx原创 2015-08-03 13:43:48 · 1622 阅读 · 0 评论 -
Windows command vs Linux command
命令说明Windows Linux清除屏幕 cls clear切换db2用户权限STEP 01) db2cmdSTEP 02) db2su db2inst1详细列表dirls原创 2015-08-03 13:44:23 · 407 阅读 · 0 评论 -
Linux+Apache+DB2+PHP环境配置
安装思路1.首先安装apache服务器 因为不管是PHP还是DB2都是基于apache2.安装DB2 DB2安装好后 在安装PHP的时候才好提供DB2的路径进行编译安装PHP对DB2的支持3.安装PHP 下载PHP源代码 进行手动编译安装*要配置好本地的Java环境才能出现后面的db2和db2 datastudio图形安装。 该文章适用于以下版本PHP版本:5.5.6转载 2015-08-13 12:35:23 · 836 阅读 · 0 评论 -
安装db2 datastudio的时候找不到javaw的错误
准备安装db2 datastudio V10.1版本的时候出现了这个错误:```A Java Runtime Environment (JRE) or Java Development Kit (JDK)must be available in order to run Datastudio. No Java virtual machine was found after search原创 2015-08-12 17:25:36 · 3180 阅读 · 0 评论 -
[已解决]SSH远程登录失败,提示“Password authentication failed”
使用linux下ssh登陆,ssh root@xxx.xxx.xxx.xxx提示“Permission denied, please try again.”然而我的密码都是对的啊啊啊啊啊。排查点一:查看防火墙设置:电脑->控制中心->防火墙 (Computer -> Control Center-> Firewall)sshd的22端口已经勾选上了。原创 2015-08-20 18:00:07 · 58825 阅读 · 2 评论 -
【已解决】Linux下root权限强制踢掉其他用户
来源:http://itlab.idcquan.com/linux/administer/789537.html在准备下载服务器的数据库的时候,结果terminal连接数据库的时候卡住了,只好关掉terminal,新开一个重新登录。登录上去后查看之前的用户还在。查看当前服务器有多少用户[root@xxxx]# w 00:32:43 up 28 days, 23:33, 2 users, lo转载 2015-08-26 12:38:01 · 2247 阅读 · 0 评论