码迷,mamicode.com
首页 >  
搜索关键字:ncurses    ( 674个结果
lnmp-编译安装mysql
[root@mysql ~]# yum install ncurses-devel libaio-devel -y [root@mysql tools]# cd mysql-5.5.49[root@mysql mysql-5.5.49]# useradd -s /sbin/nologin -M my ...
分类:数据库   时间:2017-03-07 00:03:50    阅读次数:228
alisql安装步骤
卸载原有自带的Mysql yum remove mysql-libs 安装依赖包 yum install centos-release-scl devtoolset-4-gcc-c++ devtoolset-4-gcc cmake git ncurses-devel openssl-devel bi ...
分类:数据库   时间:2017-03-06 17:22:10    阅读次数:640
编译安装Mysql5.5数据库软件
准备环境:Centos6.5(6系列操作系统)[root@localhost~]#yum-yinstallgccgcc-c++ncurses-devellibxml2-develzlib-develpcre-devel[root@localhost~]#tarzxvfbison-2.5.tar.gz[root@localhost~]#cdbison-2.5[root@localhost~]#./configure&&make&&makeinstall[..
分类:数据库   时间:2017-02-28 14:21:47    阅读次数:201
CentOs下编译linux内核
● centos 7编译高版本内核: linux-3.13.10 过程相对简单: 1. 安装依赖 yum install ncurses-devel 2. 将linux内核解压缩到/usr.src/ 3. make 4. make modules_install 5. make install 6. ...
分类:系统相关   时间:2017-02-28 13:28:28    阅读次数:162
MySQL5.6多实例安装
Linux:centos6.8mysql:5.6.23一、安装多实例前准备因为我的是新机器所以有好多软件没有,可能会导致之后编译出错1.安装依赖包[root@mysql5.6~]#yuminstall-ygitgccgcc-c++ncurses-develbison2.mysql安装包这里下载安装包时要注意了,不要选跟你的Linux系统不同的位数(64and3..
分类:数据库   时间:2017-02-15 19:18:48    阅读次数:286
Ubuntu Cannot run program "../SDK/build-tools/xxx/aapt": erro = 2 No such file or directory
64位ubuntu Android Studio Gradle编译时出现如下报错: java.io.IOException: Cannot run program "/home/king/tools/Android/SDK/build-tools/23.0.3/aapt": error=2, 没有那 ...
分类:系统相关   时间:2017-02-13 15:23:08    阅读次数:514
MSYS2 环境搭建,并整合Qt
本机环境:Windows XP 32位MSYS2地址:http://sourceforge.net/projects/msys2/下载32位版本,地址:http://sourceforge.net/projects/msys2/files/Base/i686/当前压缩包名称:msys2-base-i ...
分类:其他好文   时间:2017-02-02 10:50:04    阅读次数:219
Linux下 cmatrix的安装和使用
Linux下 cmatrix安装过程 wget http://www.asty.org/cmatrix/dist/cmatrix-1.2a.tar.gztar xvf cmatrix-1.2a.tar.gzcd cmatrix-1.2ayum install ncurses-devel./confi ...
分类:系统相关   时间:2017-01-24 16:12:44    阅读次数:1548
htop 详细功能使用简介
一、htop 简介 This is htop, an interactive process viewer for Linux. It is a text-mode application (for console or X terminals) and requires ncurses. Comp ...
分类:其他好文   时间:2017-01-24 10:53:25    阅读次数:270
htop的安装与使用
htop简介htop是Linux系统中的一个互动的进程查看器,一个模式的应用程序员(在控制台或者终端中)需要ncurses(提供字符终端处理库)与top相比1、启动比top快2、htop支持鼠标3、结束进程不需要输入进程号4、用鼠标来控制横向和纵向浏览进程列表htop安装a.源码包安装#tar-zxvfhtop..
分类:其他好文   时间:2017-01-23 15:53:31    阅读次数:270
674条   上一页 1 ... 37 38 39 40 41 ... 68 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!