Город МОСКОВСКИЙ
00:24:28

How To Install CockPit On Ubuntu Server

Аватар
Python: Кодовое преобразование
Просмотры:
35
Дата загрузки:
04.12.2023 00:10
Длительность:
00:24:28
Категория:
Технологии и интернет

Описание

This video I will show you how to Install CockPit on your Ubuntu Server so that you will be able to manage a fleet of Servers from one plane of glass I you will build out your Network of Linux Servers.


Links:
CockPit - https://cockpit-project.org/running.html#ubuntu

Ubuntu Server - https://releases.ubuntu.com/20.04.4/ubuntu-20.04.4-live-server-amd64.iso

Ubuntu Server CLI pro tips - https://assets.ubuntu.com/v1/f401c3f4-Ubuntu_Server_CLI_pro_tips_2020-04.pdf

Configs Add "renderer: NetworkManager" To Config Below:
----------------------------------------------------------------------------------------------

cve@vulnerabilty:~$ cd /etc/netplan/
cve@vulnerabilty:/etc/netplan$ cat 00-installer-config.yaml
# This is the network config written by 'subiquity'
network:
ethernets:
ens160:
addresses:
- 172.16.100.7/24
gateway4: 172.16.100.1
nameservers:
addresses:
- 172.16.100.8
search:
- watsoninfosec.ops
version: 2
renderer: NetworkManager
-----------------------------------------------------------------------------------------------

Рекомендуемые видео