码迷,mamicode.com
首页 >  
搜索关键字:infobright 源码安装    ( 2168个结果
Linux下rsync的安装及简单使用
2018-09-25 15:39:04 一、RSYNC安装环境:centos6.5 iptables关闭和selinux为disabled源码安装:到rsync官网下载rsync源码安装包,上传到服务器上,或者wget下载。解压rsync源码安装包进入解压后的目录,执行./configure --p ...
分类:系统相关   时间:2019-06-03 14:26:13    阅读次数:161
tcpreplay 安装
概述 联网安装 源码安装/*TODO!!!*/ 参考资料: http://www.shaoqun.com/a/169979.html ...
分类:其他好文   时间:2019-05-31 16:17:48    阅读次数:81
Apache 安装
环境概述 联网安装 源码安装/*TODO!!!*/ 测试是否安装成功 浏览器里输入http://localhost或者是http://127.0.0.1,如果能看到 “Apache2 Ubuntu Default Page” 字样,表示安装成功。 参考资料 https://www.cnblogs.c ...
分类:Web程序   时间:2019-05-31 10:20:56    阅读次数:100
Centos7源码安装mariadb
Centos7源码安装mariadb
分类:数据库   时间:2019-05-28 09:22:54    阅读次数:146
golang开发:(二)安装 Golang
Mac 安装 访问 "下载地址" ,下载 go1.12.5.darwin amd64.pkg,双击下载文件,一路默认安装点击下一步,这个时候go已经安装到你的系统中,默认已经在PATH中增加了相应的~/go/bin,这个时候打开终端,输入go 看到类似上面源码安装成功的图片说明已经安装成功 如果出现 ...
分类:其他好文   时间:2019-05-26 19:57:58    阅读次数:170
cnetos7源码安装openssh(加速ansible)
最近玩ansible发现ansible的执行速度实在是太慢了,看网上说openssh可以加快ansible的执行速度,于是就开启了openssh源码安装的填坑之旅!mkdir-p/root/opensshcd/root/opensshwgethttp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-8.0p1.tar.gzyuminst
分类:Web程序   时间:2019-05-26 09:27:49    阅读次数:298
ubuntu截图软件deepin scrot
源码安装: https://github.com/linuxdeepin packages/deepin scrot First generate mo files.Swith directory to execute updateTranslate.sh like below: ./updateT ...
分类:系统相关   时间:2019-05-23 16:39:57    阅读次数:134
Windows 中下载 Android Q 源码
1. 安装软件 1.1. 安装 git A.git官网下载:https://git-scm.com/downloads/ 安装git到如下路径 B.图形化工具:https://tortoisegit.org/ 1.2. 安装 Python python官网下载:https://www.python. ...
分类:移动开发   时间:2019-05-20 23:05:41    阅读次数:547
mac 安装swoole
源码安装 去 www.swoole.com官网下载源码 然后解压,cd 进去 命令 禁掉SIP保护机制,步骤是: 重启系统按住Command + R (重新亮屏之后就开始按,象征地按几秒再松开,出现苹果标志,ok)菜单“实用工具” ==>> “终端” ==>> 输入csrutil disable;执 ...
分类:系统相关   时间:2019-05-18 15:29:14    阅读次数:207
linux下通过源码安装mysql
小白学习linux安装mysql数据库,期间还碰到了一些坑,记录一下。 1.首先从MySQL官网下载适合自己linux系统的文件。 2.通过Xftp将压缩包上传到自己的linux服务器/usr/local目录下 进入/usr/local 文件夹下 解压 tar -zxvf mysql-5.7.22- ...
分类:数据库   时间:2019-05-15 14:31:03    阅读次数:170
2168条   上一页 1 ... 26 27 28 29 30 ... 217 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!