diff --git a/content/posts/adinath.md b/content/posts/adinath.md index 307695c..abb613f 100644 --- a/content/posts/adinath.md +++ b/content/posts/adinath.md @@ -1,6 +1,6 @@ --- -title: "Setup sentinel (Ubuntu Server arm64)" +title: "Setup adinath (Ubuntu Server arm64)" date: 2022-07-23T08:00:20+05:30 draft: false toc: true @@ -31,7 +31,7 @@ sudo eject /dev/XXX ### Set hostname ```bash -sudo hostnamectl set-hostname sentinel +sudo hostnamectl set-hostname adinath ``` ### Set timezone @@ -81,11 +81,10 @@ arm_freq=2000 ```bash cd $HOME/.ssh -ssh-keygen -t ed25519 -f bluefeds +ssh-keygen -t ed25519 -f balaji ssh-keygen -t ed25519 -f gitea ssh-keygen -t ed25519 -f github ssh-keygen -t ed25519 -f gitlab -ssh-keygen -t ed25519 -f sentinel ``` ### Reboot @@ -169,11 +168,14 @@ sudo zfs set primarycache=all vaikuntham sudo zfs set recordsize=1M vaikuntham sudo zfs set xattr=sa vaikuntham +sudo zfs create vaikuntham/backups sudo zfs create vaikuntham/torrents sudo zfs set recordsize=16K vaikuntham sudo chown ubuntu:ubuntu -vR /vaikuntham +sudo zfs allow -u ubuntu compression,mountpoint,create,mount,receive vaikuntham + sudo zpool export vaikuntham sudo zpool import diff --git a/content/posts/balaji.md b/content/posts/balaji.md index 282ef30..75a6ded 100644 --- a/content/posts/balaji.md +++ b/content/posts/balaji.md @@ -1,6 +1,6 @@ --- -title: "Setup bluefeds (Fedora Server arm64)" +title: "Setup balaji (Fedora Server arm64)" date: 2022-07-23T08:00:30+05:30 draft: false toc: true @@ -33,7 +33,7 @@ sudo eject /dev/XXX ### Set hostname ```bash -sudo hostnamectl set-hostname bluefeds +sudo hostnamectl set-hostname balaji ``` @@ -113,11 +113,12 @@ sudo grubby --remove-args=rhgb --update-kernel=ALL ```bash cd $HOME/.ssh +ssh-keygen -t ed25519 -f adinath ssh-keygen -t ed25519 -f gitea ssh-keygen -t ed25519 -f github ssh-keygen -t ed25519 -f gitlab -ssh-keygen -t ed25519 -f flameboi -ssh-keygen -t ed25519 -f sentinel +ssh-keygen -t ed25519 -f harinarayan +ssh-keygen -t ed25519 -f zfs ``` @@ -160,7 +161,7 @@ sudo reboot +0 ### Install packages ```bash -sudo dnf install aardvark-dns aria2 bat btop buildah cockpit cockpit-file-sharing cockpit-machines cockpit-packagekit cockpit-pcp cockpit-podman cockpit-session-recording console-setup cronie cronie-anacron curl fd-find git git-delta hd-idle hdparm htop iotop libvirt-daemon-kvm libwebp-tools neovim nload nodejs openssh-server overpass-mono-fonts perl-Digest-SHA podman podman-compose qemu qemu-kvm qemu-kvm-core qrencode-libs ripgrep rsync samba-common skim slirp4netns smartmontools tmux tree unrar unzip util-linux-user vim-enhanced wget yt-dlp yt-dlp-zsh-completion zsh zsh-syntax-highlighting +sudo dnf install aardvark-dns aria2 bat btop buildah cockpit cockpit-file-sharing cockpit-machines cockpit-packagekit cockpit-pcp cockpit-podman cockpit-session-recording console-setup cronie cronie-anacron curl fd-find git git-delta hd-idle hdparm htop iotop libvirt-daemon-kvm libwebp-tools mediainfo neovim nload nodejs openssh-server overpass-mono-fonts perl-Digest-SHA podman podman-compose qemu qemu-kvm qemu-kvm-core qrencode-libs ripgrep rsync samba-common skim slirp4netns smartmontools ssmtp tmux tree unrar unzip util-linux-user vim-enhanced wget yt-dlp yt-dlp-zsh-completion zsh zsh-syntax-highlighting # sudo dnf install plocate # sudo dnf install qemu-device-display-virtio-gpu @@ -273,6 +274,8 @@ sudo zfs create trayimurti/torrents/config sudo chown pratham:pratham -vR /trayimurti sudo chown pratham:pratham -vR /trayimurti/torrents +sudo zfs allow -u pratham create,destroy,mount,snapshot,send,hold trayimurti + sudo zpool export trayimurti sudo zpool import @@ -343,6 +346,8 @@ sudo zfs create trayimurti/torrents/config sudo chown pratham:pratham -vR /trayimurti/containers/volumes sudo chown pratham:pratham -vR /trayimurti/torrents + +sudo zfs allow -u pratham send,snapshot,hold trayimurti ``` diff --git a/content/posts/harinarayan.md b/content/posts/harinarayan.md index def5157..1dcc459 100644 --- a/content/posts/harinarayan.md +++ b/content/posts/harinarayan.md @@ -1,6 +1,6 @@ --- -title: "Setup flameboi (Pop OS)" +title: "Setup harinarayan (Pop OS)" date: 2022-07-23T08:00:00+05:30 draft: false toc: true @@ -13,7 +13,7 @@ toc: true ### Set hostname ```bash -sudo hostnamectl set-hostname flameboi +sudo hostnamectl set-hostname harinarayan ``` @@ -46,11 +46,11 @@ sudo systemctl enable nvidia-suspend nvidia-hibernate nvidia-resume ```bash cd $HOME/.ssh -ssh-keygen -t ed25519 -f bluefeds +ssh-keygen -t ed25519 -f adinath +ssh-keygen -t ed25519 -f balaji ssh-keygen -t ed25519 -f gitea ssh-keygen -t ed25519 -f github ssh-keygen -t ed25519 -f gitlab -ssh-keygen -t ed25519 -f sentinel ``` ### Reboot diff --git a/content/posts/vidhata.md b/content/posts/vidhata.md index 5658b9d..c79d934 100644 --- a/content/posts/vidhata.md +++ b/content/posts/vidhata.md @@ -1,6 +1,6 @@ --- -title: "Setup ringmaster" +title: "Setup vidhata (macOS)" date: 2022-07-23T08:00:10+05:30 draft: false toc: true