1
0
Fork 0

bluefeds: add step to enable insights

This commit is contained in:
Pratham Patel 2022-12-24 09:40:06 +05:30
parent 4d14ca2db0
commit 1b111b9560
1 changed files with 10 additions and 0 deletions

View File

@ -158,7 +158,17 @@ sudo reboot +0
```bash
sudo dnf install aardvark-dns bat bind-utils btop cockpit console-setup fd-find git hdparm htop iotop insights-client mlocate neovim nfs-utils nload openssh-server podman podman-compose ripgrep rsync samba-common slirp4netns smartmontools tmux tree unrar unzip util-linux-user wget yt-dlp yt-dlp-zsh-completion zsh
```
### Enable insights
```bash
sudo insights-client --register
```
### Change shell to zsh
```bash
chsh -s $(which zsh) pratham
```