随笔分类 -  linux

1 2 下一页

phpize Cannot find autoconf. 错误解决
摘要:phpize Configuring for: PHP Api Version: 20151012 Zend Module Api No: 20151012 Zend Extension Api No: 320151012 Cannot find autoconf. Please check you 阅读全文

posted @ 2016-05-18 20:05 jec 阅读(407) 评论(0) 推荐(0) 编辑

ubuntu卸载编译安装的软件
摘要:cd 源代码目录 make clean ./configure make make uninstall 阅读全文

posted @ 2016-05-18 19:45 jec 阅读(1283) 评论(0) 推荐(0) 编辑

配置Nginx来支持php
摘要:到/usr/local/etc/目录下,将php-fpm.conf.default拷贝一份成php-fpm.conf 然后在编辑php-fpm.conf配置文件 进入到/usr/local/etc/php-fpm.d/目录下,将www.conf.default拷贝一份成www.conf 编辑www. 阅读全文

posted @ 2016-05-18 19:34 jec 阅读(103717) 评论(1) 推荐(3) 编辑

ubuntu14.04 configure: error: xml2-config not found. Please check your libxml2 installation错误解决
摘要:今天在ubuntu14.04上安装php7时 执行: 命令时 一直报configure: error: xml2 config not found. Please check your libxml2 installation。 结果使用: 显示这个已经安装 在网上查找后:需要安装libxml2 d 阅读全文

posted @ 2016-05-18 17:33 jec 阅读(274) 评论(0) 推荐(0) 编辑

nginx配置安装
摘要:检查配置文件nginx.conf的正确性命令: /usr/local/nginx/sbin/nginx -t 阅读全文

posted @ 2016-05-18 16:40 jec 阅读(3022) 评论(0) 推荐(0) 编辑

ubuntu idea goagent代理证书无效(Problem with connection: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find val)
摘要:ubuntu idea设置goagent代理,出错: Problem with connection: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpa 阅读全文

posted @ 2016-04-22 17:14 jec 阅读(3) 评论(0) 推荐(0) 编辑

ubuntu14.04 RockMongo的配置
摘要:安装php5 安装php5 sudo apt-get install php5 让Apache支持php sudo apt-get install libapache2-mod-php5 安装php5-gd模块 sudo apt-get install php5-gd 用gedit在/var/www 阅读全文

posted @ 2016-04-20 14:38 jec 阅读(538) 评论(0) 推荐(0) 编辑

Hadoop-2.7.1伪分布--安装配置hbase 1.1.2
摘要:hbase-1.1.2下载地址:http://www.eu.apache.org/dist/hbase/stable/hbase-1.1.2-bin.tar.gz下载之后解压至\usr\local目录下( 进入 hbase 的 lib 目录,会发现与 hadoop 的版本号不一致,查看 hadoop... 阅读全文

posted @ 2015-12-21 09:03 jec 阅读(1058) 评论(0) 推荐(0) 编辑

Hadoop安装教程_单机/伪分布式配置_Hadoop2.6.0/Ubuntu14.04
摘要:参见:http://www.powerxing.com/install-hadoop/完全拷贝至上面网址环境本教程使用 Ubuntu 14.04 64位 作为系统环境(Ubuntu 12.04 也行,32位、64位均可),请自行安装系统。如果用的是 RedHat/CentOS 系统,请查看相应的Ce... 阅读全文

posted @ 2015-12-21 05:43 jec 阅读(365) 评论(0) 推荐(0) 编辑

ubuntu14.04 mysql-workbench Connecting to MySQL server ... Native table 'performance_schema'.'session_variables' has the wrong structure错误解决
摘要:使用的mysql版本:mysql Ver 14.14 Distrib 5.7.9, for Linux (x86_64) using EditLine wrapper打开shell命令1.输入:mysql_upgrade -uroot -p2.重启mysql服务:service mysql rest... 阅读全文

posted @ 2015-12-01 10:30 jec 阅读(1362) 评论(0) 推荐(0) 编辑

ubuntu14.04 Google Chrome can not be run as root
摘要:问题如下图:解决办法:进入到/usr/share/applications目录下,将Google Chrome的快捷方式复制到桌面,然后右键,选择属性,将Command的内容修改成:/usr/bin/google-chrome-stable %U - -user-data-dir=/root/.co... 阅读全文

posted @ 2015-11-29 21:25 jec 阅读(313) 评论(0) 推荐(0) 编辑

ubuntu Android Studio以及SDK安装
摘要:先使用迅雷下载linux版的Android Studio以及SDK,下载地址是https://dl.google.com/dl/android/studio/ide-zips/1.1.0/android-studio-ide-135.1740770-linux.ziphttp://dl.google... 阅读全文

posted @ 2015-04-29 22:31 jec 阅读(3673) 评论(0) 推荐(0) 编辑

ubuntu下手动配置apache2.4.12
摘要:(apache2也可以使用 sudo apt-get install apache2来安装,下面来讲解下如何手动安装配置apache2)在安装apache2之前,先要安装apache2的依赖项,apache2依赖项有:apr、apr-util、pcre并且pcre依赖perl。apache依赖包下载... 阅读全文

posted @ 2015-04-08 20:29 jec 阅读(779) 评论(0) 推荐(0) 编辑

idea14远程调试linux下的tomcat
摘要:进入到idea的tomcat的run/debug配置,新建个remote tomcat,然后填写相关信息,如上图(注意远程调试端口)。再选择Startup/Connection,如下图所示:到此,idea已经配置好了,接下来将图上说的那段拷贝到远程的tomcat的catalina.sh文件中。登陆到... 阅读全文

posted @ 2015-03-23 11:38 jec 阅读(1652) 评论(0) 推荐(0) 编辑

git帮助网址
摘要:http://rogerdudler.github.io/git-guide/index.zh.htmlhttps://help.github.com/ 阅读全文

posted @ 2015-01-29 20:41 jec 阅读(156) 评论(0) 推荐(0) 编辑

ubuntu 下安装wine
摘要:PPA地址:https://launchpad.net/~ubuntu-wine/+archive/ppa添加wine的ppa源sudo add-apt-repository ppa:ubuntu-wine/ppa更新sudo apt-get update安装sudo apt-get install... 阅读全文

posted @ 2014-12-29 14:31 jec 阅读(256) 评论(0) 推荐(0) 编辑

ubuntu 通过ppa源安装mysql5.6
摘要:添加mysql5.6的源 sudo add-apt-repository -y ppa:ondrej/mysql-5.6更新源sudo apt-get update安装mysql5.6sudo apt-get install mysql-server 阅读全文

posted @ 2014-12-29 12:11 jec 阅读(654) 评论(0) 推荐(0) 编辑

ubuntu qq安装
摘要:qq下载地址:http://www.ubuntukylin.com/applications/showimg.php?id=23&lang=cn下载之后,ctrl+alt+t,cd切换到下载目录,先进行解压:sudo tar zxvf 压缩文件名解压之后有三个deb文件,都要安装,安装命令是sudo... 阅读全文

posted @ 2014-12-16 10:23 jec 阅读(148) 评论(0) 推荐(0) 编辑

ubuntu14.04 fcitx安装
摘要:先卸载ibussudo apt-get remove ibus (也可尝试不卸载ibus,直接安装fcitx)添加源sudo add-apt-repository ppa:fcitx-team/nightly进行更新sudo apt-get update安装fcitx输入法sudo apt-get ... 阅读全文

posted @ 2014-12-16 10:12 jec 阅读(1568) 评论(0) 推荐(0) 编辑

language support图标消失
摘要:在控制台下输入sudo apt-get install language-selector-gnome即可 阅读全文

posted @ 2014-12-16 09:54 jec 阅读(161) 评论(0) 推荐(0) 编辑

1 2 下一页
< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

导航

统计

点击右上角即可分享
微信分享提示