CentOS 8 的一大改变是可以通过自带的Cockpit ,用Web界面管理服务器,还可以直接在浏览器里输入命令行,非常直观。

[chuyuan@localhost ~]$ systemctl enable cockpit.socket
Created symlink /etc/systemd/system/sockets.target.wants/cockpit.socket → /usr/lib/systemd/system/cockpit.socket.
[chuyuan@localhost ~]$ systemctl start cockpit.socket
[chuyuan@localhost ~]$ 

启动服务之后,在浏览器里输入http://127.0.0.1:9090,就可以登陆。账户密码和你登陆该系统的一样。

 

Centos8 cockpit Web 管理机器

相关文章:

  • 2022-12-23
  • 2021-12-21
  • 2021-06-05
  • 2022-12-23
  • 2021-07-03
  • 2021-10-19
  • 2022-12-23
猜你喜欢
  • 2021-08-13
  • 2021-09-26
  • 2022-12-23
  • 2022-12-23
  • 2021-08-22
  • 2022-12-23
  • 2021-08-01
相关资源
相似解决方案