【服务器】服务器管理 - cockpit开启

开启cockpit

#!/bin/bash


sed -i 's/is():where()/is(*):where(*)/' /usr/share/cockpit/static/login.js

systemctl enable --now cockpit.socket #开启cockpit服务

systemctl start cockpit.socket

 登录

https://ip:9090

 

相关推荐

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-01-13 06:34:06       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-01-13 06:34:06       100 阅读
  3. 在Django里面运行非项目文件

    2024-01-13 06:34:06       82 阅读
  4. Python语言-面向对象

    2024-01-13 06:34:06       91 阅读

热门阅读

  1. Android所有版本的存储权限适配

    2024-01-13 06:34:06       37 阅读
  2. Ubuntu上使用Snap安装Docker

    2024-01-13 06:34:06       65 阅读
  3. 系统语言德语时浮点数转化问题

    2024-01-13 06:34:06       57 阅读
  4. MongoDB聚合:$documents

    2024-01-13 06:34:06       56 阅读