From 1b111b956023168becf79009637f09f7a25c2e00 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sat, 24 Dec 2022 09:40:06 +0530 Subject: [PATCH] bluefeds: add step to enable insights --- content/posts/bluefeds.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/posts/bluefeds.md b/content/posts/bluefeds.md index a9c452e..634e34d 100644 --- a/content/posts/bluefeds.md +++ b/content/posts/bluefeds.md @@ -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 ```