9

Centos8 安装备忘

 2 years ago
source link: https://3mile.github.io/archives/2019/1107115421/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

A beautiful sunrise

Centos8 安装并启用SSHD

  1. 安装sshd

    dnf install openssh-server
    
  2. 执行sshd服务

    systemctl start sshd
    
  3. 检查sshd服务状态

    systemctl status sshd
    
    sshd.service - OpenSSH server daemon
    Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled; vendor preset: enabled)
    Active: active (running) since Thu 2019-11-07 10:35:16 CST; 1h 22min ago
     Docs: man:sshd(8)
           man:sshd_config(5)
    Main PID: 977 (sshd)
    Tasks: 1 (limit: 23144)
     Memory: 5.1M
    CGroup: /system.slice/sshd.service
           └─977 /usr/sbin/sshd -D [email protected],[email protected],aes256>
    
  4. 允许sshd服务自启动

    systemctl enable sshd
    
  5. 设置防火墙

    firewall-cmd --zone=public --permanent --add-service=ssh
    

Centos8 安装telegram

  1. 启用getpagespeed 扩展存储库

    dnf install -y https://extras.getpagespeed.com/release-el8-latest.rpm
    
  2. 安装telegram

    dnf install -y telegram-desktop
    
  3. 从桌面菜单或在终端上输入以下命令,启动Telegram Messenger。请注意,首次启动Telegram 可能需要一些时间:

    telegram
    

Centos8 安装VirtualBox

  1. 添加VirtualBox存储库:

    dnf config-manager --add-repo=https://download.virtualbox.org/virtualbox/rpm/el/virtualbox.repo
    
  2. 导入VirtualBox签名密钥:

    rpm --import https://www.virtualbox.org/download/oracle_vbox.asc
    
  3. 使用dnf命令安装软件包 VirtualBox 。 首先,检查可用的Virtualbox版本:

    dnf search virtualbox
    
    VirtualBox-6.0.x86_64 : Oracle VM VirtualBox
    

    选择版本并执行安装:

    dnf install VirtualBox-6.0
    
  4. 启动VirtualBox

    virtualbox
    

标签
Centos8

文章阅读量 1000000
Code -1: Request has been terminated
Possible causes: the network is offline, Origin is not allowed by Access-Control-Allow-Origin, the page is being unloaded, etc. [N/A GET https://us.avoscloud.com/1.1/classes/Comment]
Powered By Valine
v1.4.4

© 2020 By 3mile


Recommend

  • 65

    (1)准备数据目录#fdisk-l#fdisk/dev/sdb#pvcreate/dev/sdb1#vgs#vgcreateyuyang/dev/sdb1#lvcreate-L10G-nmydatayuyang#yuminstallxfsprogs#modprobexfs#mkfs.xfs/dev/yuyang/mydata#mkdir/mydata#vim/etc/fstab#添加/dev/yu

  • 97

    安装nginx的依赖包(pcre-developenssl-devel)---假设不进行安装yuminstall-ypcre-developenssl-devel

  • 9
    • www.wyr.me 3 years ago
    • Cache

    CentOS8卸载podman安装docker

    CentOS8卸载podman安装docker - 轶哥CentOS8卸载podman安装docker由于CentOS8默认安装了podman,因此在CentOS8中安装docker会导致冲突引发如下异常。 Error: Problem 1: problem with installed package podman-2.0.5-5.module_el8...

  • 8
    • www.daozhao.com 3 years ago
    • Cache

    centos8以源码方式安装php7.4

    centos8以源码方式安装php7.4如果您发现本文排版有问题,可以先点击下面的链接切换至老版...

  • 8

    Centos8 安装 Caddy Web服务器,你会了吗?-51CTO.COM Centos8 安装 Caddy Web服务器,你会了吗? 作者:逄增宝 2022-02-21 08:31:49 服务器

  • 10

    如何在Fedora33/CentOS8上安装Charles根证书 2020-12-20 :: 荒野無燈 :: Mod 2020-12-20(db0d966) #Fedora  #Charles

  • 29

    vm虚拟机安装CentOS8.2服务器系统 原创 长沙红胖子 2022-03-11 17:18:53...

  • 9

      在服务器CentOs8.2上安装geant4软件,但是运行不起来,所以本节开始主要是安装qt,测试qt基本功能。 <br>   添加qt环境到系统环境中,是geant4启动qt的必要条件。 <br> 下载Qt在线安装程序   Qt在线安装包...

  • 10
    • ocdman.github.io 2 years ago
    • Cache

    CentOS8下如何安装K8S

    什么是K8SK8S,全称Kubernetes,在希腊语中代表了舵手的意思,是一个大规模的容器集群管理系统。它的前身是Google的Borg系统,所以可以认为是开源版本的Borg系统。2014年Google决定对其进行开源。 ###K8S有什么用 K8S可以实现容器集群...

  • 10
    • 3mile.github.io 2 years ago
    • Cache

    Centos8 安装LAMP

    Centos8 安装LAMP 2019-11-07 发布在

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK