mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-12-27 05:51:43 +00:00
backup, other
This commit is contained in:
20
apps/other/cockpit.md
Normal file
20
apps/other/cockpit.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Cockpit
|
||||
|
||||
|
||||
- [Github repo](https://github.com/cockpit-project/cockpit)
|
||||
- [Docs](https://cockpit-project.org/running.html#ubuntu)
|
||||
|
||||
|
||||
## Installation
|
||||
```sh
|
||||
sudo apt-get install cockpit
|
||||
```
|
||||
|
||||
Then go to `https://<SERVER IP>:9090`
|
||||
|
||||
|
||||
## Tips & Tricks
|
||||
To remove the cockpit's motd (welcome message) automatically added to every ssh login:
|
||||
```sh
|
||||
sudo rm /etc/motd.d/cockpit
|
||||
```
|
||||
Reference in New Issue
Block a user