将/etc/profile文件拷贝到/tmp下,并用vim打开/tmp/profile在命令模式下删除行首的空白字符[root@centos7~]#cp/etc/profile/tmp/profile[root@centos7~]#cat/tmp/profile#/etc/profile#Systemwideenvironmentandstartupprograms,forloginsetup#F
分类:
系统相关 时间:
2020-06-22 09:18:53
阅读次数:
95
(在学习,尽情期待) 系统环境:CentOS7.6软件版本:MySQL7.6.28(2)清理历史环境rpm -qa |grep mariadbmariadb-libs-5.5.64-1.e17.x86_64yum remove mariadb-libs -y ...
分类:
数据库 时间:
2020-06-21 23:06:22
阅读次数:
93
前置条件: (1)、安装了VMware (2)、安装了centos7,其他操作系统也可以 1、从官网jdk下载安装包 http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 我用的包名:j ...
分类:
系统相关 时间:
2020-06-21 20:28:49
阅读次数:
71
操作系统 : CentOS7.7.1908_x64 gcc版本 :4.8.5 Python 版本 : 3.6.8 安装语音识别环境: virtualenv -p /usr/bin/python3 py36asr source py36asr/bin/activate pip install Spee ...
分类:
其他好文 时间:
2020-06-21 19:51:38
阅读次数:
211
debug PostgreSQL 9.6.18 using Eclipse IDE on CentOS7 1.概览 这个文档指导如何在Centos7下,使用Eclipse IDE 调试PostgreSQL Linux: CentOS7 Postgres: postgresql-9.6.18.tar. ...
分类:
数据库 时间:
2020-06-21 19:35:23
阅读次数:
59
一、JDK安装思路1、下载JDK:JDK官网下载地址:https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html请根据自己服务器情况下载对应版本,linux是下载tar.gz结尾的包 2、上 ...
分类:
系统相关 时间:
2020-06-21 13:55:56
阅读次数:
66
1- CentOS7 1.1- 国内清华源 rm -rf /etc/yum.repos.d/* curl -o /etc/yum.repos.d/CentOS-Base.repo https://files-cdn.cnblogs.com/files/lemanlai/CentOS-7.repo.s ...
分类:
其他好文 时间:
2020-06-21 11:58:31
阅读次数:
78
[userdir模块]通过userdir模块,共享目录资料,配置步骤如下编辑userdir配置文件,修改如下参数vim /etc/httpd/conf.d/userdir.conf1.启用userdir,<IfModule mod_userdir.c> # # UserDir is disabled ...
分类:
Web程序 时间:
2020-06-21 11:57:28
阅读次数:
122
rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org rpm -Uvh http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm yum --enablerepo= ...
分类:
其他好文 时间:
2020-06-21 11:37:48
阅读次数:
79
1、安装环境 此处在Centos7进行安装,可以使用以下命令查看CentOS版本 lsb_release -a 在 CentOS 7安装docker要求系统为64位、系统内核版本为 3.10 以上,可以使用以下命令查看 uname -r 2、用yum源安装 2.1 查看是否已安装docker列表 y ...
分类:
其他好文 时间:
2020-06-21 11:30:28
阅读次数:
46