環境: CentOS Linux release 7.6.1810 (Core) JumpServer 1.4.8 Python 3.6.X MariaDB 編譯安裝Python3.6 首先,下載Python 3.6.9的tar包。鏈接地址為:https ...
. jumpserver安裝 同步時間:ntpdate ntp .aliyun.com 關閉selinux 關閉防火牆 系統字體修改成英文 . . 安裝依賴 前提需要epel源 yum install y git python pip mariadb devel gcc automake autoconf python devel vim sshpass lresz readline devel ...
2018-03-19 17:56 0 1061 推薦指數:
環境: CentOS Linux release 7.6.1810 (Core) JumpServer 1.4.8 Python 3.6.X MariaDB 編譯安裝Python3.6 首先,下載Python 3.6.9的tar包。鏈接地址為:https ...
一、系統環境准備1、查看系統版本 2、關閉selinux和防火牆 3、修改字符集因為日志里打印了中文,否則肯能報錯:input/output error問題 ...
編譯安裝httpd http://apr.apache.org/download.cgi 按裝依賴 安裝apr 安裝arp-util 安裝httpd ...
Centos6安裝的時候是按照網上的步驟, yum install -y epel-release yum install -y docker -io service docker start 失敗了,說是未被識別的服務,接下來 yum remove docker yum remove ...
參考: http://blog.51cto.com/wzlinux/1731324 http://blog.csdn.net/ztynet/article/details/54952425 ...
linux綜合架構敲門磚 先給SentOS7安裝自動補全的安裝包。 yum install bash-completion -y 安裝以后退出,重新登錄安裝包才會生效。 CentOS7版本與CentOS6有着些許的區別。 一、本地yum 1、CentOS6必須自己編譯repo ...
CentOS7 修改網卡名稱為eth0、eth1 方法1 修改網卡名稱 cd /etc/sysconfig/network-scripts/ mv ifcfg-eno16777736 ifcfg-eth0 ...