linux相关环境配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux相关环境配置相关的知识,希望对你有一定的参考价值。

linux相关环境配置

  • 环境说明
[[email protected] Python-3.6.6]# cat /etc/redhat-release 
Red Hat Enterprise Linux Server release 7.4 (Maipo)
[[email protected] Python-3.6.6]# uname -a
Linux localhost.localdomain 3.10.0-693.el7.x86_64 #1 SMP Thu Jul 6 19:56:57 EDT 2017 x86_64 x86_64 x86_64 GNU/Linux
[[email protected] Python-3.6.6]# getenforce 
Disabled
[[email protected] Python-3.6.6]# systemctl status firewalld.service 
● firewalld.service - firewalld - dynamic firewall daemon
   Loaded: loaded (/usr/lib/systemd/system/firewalld.service; disabled; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:firewalld(1)
[[email protected] Python-3.6.6]# 
  • 配置yum源
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
cd /etc/yum.repos.d/
vim 163.repo
    [163]
    name=163
    baseurl=http://mirrors.163.com/centos/7/os/x86_64/
    gpgcheck=0
    enabled=1
vim google-chrome.repo
[google-chrome]
    name=google-chrome
    baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
    enabled=1
    gpgcheck=1
    gpgkey=https://dl.google.com/linux/linux_signing_key.pub
  • 安装桌面环境
yum groupinstall -y  "Server with GUI"

以上是关于linux相关环境配置的主要内容,如果未能解决你的问题,请参考以下文章

从零开始配置vim(27)——代码片段

linux串口编程(termios)相关的使用问题

linux相关环境配置

vscode配置c++环境竟然是有手就行 !¿?!

linux安装配置python环境以及虚拟环境和django下载

Linux 环境下载allure-commandline环境相关问题配置环境变量问题