Removed mklink for git

This commit is contained in:
2024-11-06 12:39:13 -07:00
parent a6071a4073
commit 11bb8c848c
263 changed files with 19951 additions and 1508 deletions

29
_-Review/cockpit.md Normal file
View File

@ -0,0 +1,29 @@
---
assigned: ''
created: 2024-07-26T23:21:44.132Z
progress: 0
tags:
- Hosts
type: note
updated: 2024-08-05T21:04:41.300Z
---
# Cockpit
- [cockpit](https://cockpit-project.org/)
- [podman](https://192.168.11.2:9090/podman#/?container=all)
```bash Fri Jul 26 2024 15:45:00 GMT-0700 (Mountain Standard Time)
apt-cache rdepends cockpit
apt install cockpit -y
passwd phares
apt-get install cockpit cockpit-podman -y
systemctl enable --now cockpit.socket
```