码迷,mamicode.com
首页 >  
搜索关键字:x86 i386 ia    ( 14915个结果
centos解决bash: service: command not found 错误
bash: service: command not found 解决步骤如下:1、 输入 yum list | grep initscripts 会出现: initscripts.x86_64 2、 上面给出了可安装软件的yum源版本,然后执行 yum install initscripts -y ...
分类:其他好文   时间:2020-05-16 19:09:58    阅读次数:62
ldap无法启动 system library:fopen:Permission denied bss_file.c:402
[root@g3-test-25 dip]# slapd -d 2 -F /etc/openldap/slapd.d/ -u ldap 5ebf99cb @(#) $OpenLDAP: slapd 2.4.44 (Dec 18 2018 12:26:29) $ mockbuild@x86-017.b ...
分类:其他好文   时间:2020-05-16 16:59:30    阅读次数:300
编译codelite心得
从github上下载zip很麻烦,分别试过wget和用free download manager和chrome下载,最后,fdm下载下来了。mwget是不行的。 https://github.com/eranif/codelite, 需要安装gtk3的dev包。官网说这样: apt-get inst ...
分类:其他好文   时间:2020-05-16 16:31:56    阅读次数:73
npm run compile 的时候报错修复
error Linux 3.10.0-327.el7.x86_6418 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "compile"19 error node v4.2.420 error npm v3.10.1021 e ...
分类:其他好文   时间:2020-05-15 19:42:44    阅读次数:122
No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
--> yum search java | grep openjdk --> yum install java-1.8.0-openjdk-headless.x86_64 --> yum install java-1.8.0-openjdk-devel.x86_64 --> update-alter ...
分类:其他好文   时间:2020-05-15 15:28:43    阅读次数:330
cuda9.0 linux版官网下载网址
https://developer.nvidia.com/cuda-90-download-archive?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1604&target_type=runfilel ...
分类:系统相关   时间:2020-05-15 14:00:44    阅读次数:140
centos7.7 安装 mysql8.0.20
1. 下载安装包 2. 卸载主机自带的mysql或mariadb [root@liandoyun ~]# rpm -qa|grep mysql [root@liandoyun ~]# rpm -qa|grep mariadb mariadb-libs-5.5.64-1.el7.x86_64 [roo ...
分类:数据库   时间:2020-05-15 13:56:30    阅读次数:396
Centos发送邮件
一、环境 系统:centos 7 sendmail:sendmail.x86_64 0:8.14.7-5.el7 mailx版本:mailx-12.5-19.el7.x86_64 二、软件安装: 1、安装 sendmail #: yum -y install sendmail 2、安装mailx # ...
分类:其他好文   时间:2020-05-15 09:41:43    阅读次数:54
linux使用inotify+rsync实现监控目录变化
1. 安装inotify tools 下载插件 从 "阿里镜像站" 中下载相关插件,按照“centos”、“el7”、“x86_64”等标签进行筛选,例如 "inotify tools devel 3.14 9.el7.x86_64.rpm" 将插件上传至服务器 使用root身份安装该插件 2. 源 ...
分类:系统相关   时间:2020-05-15 09:23:45    阅读次数:83
C盘中Program Files 和Program Files (x86)区别
Program Files的文件夹都是系统盘中安装软件的文件夹 Program Files是64位软件安装目录; Program Files(x86)是32位软件安装目录, 是因为64位系统可以兼容32位的软件,但两者需要区分安装,使用上没有区别。 这是源于windows系统分为32位和64位,64 ...
分类:其他好文   时间:2020-05-14 13:35:34    阅读次数:102
14915条   上一页 1 ... 62 63 64 65 66 ... 1492 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!