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 ```