1
0
Fork 0

forgot to git add

This commit is contained in:
Pratham Patel 2022-08-23 16:57:44 +05:30
parent e8eaa6d8f4
commit 49d66175c7
4 changed files with 21 additions and 14 deletions

View File

@ -1,6 +1,6 @@
--- ---
title: "Setup sentinel (Ubuntu Server arm64)" title: "Setup adinath (Ubuntu Server arm64)"
date: 2022-07-23T08:00:20+05:30 date: 2022-07-23T08:00:20+05:30
draft: false draft: false
toc: true toc: true
@ -31,7 +31,7 @@ sudo eject /dev/XXX
### Set hostname ### Set hostname
```bash ```bash
sudo hostnamectl set-hostname sentinel sudo hostnamectl set-hostname adinath
``` ```
### Set timezone ### Set timezone
@ -81,11 +81,10 @@ arm_freq=2000
```bash ```bash
cd $HOME/.ssh 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 gitea
ssh-keygen -t ed25519 -f github ssh-keygen -t ed25519 -f github
ssh-keygen -t ed25519 -f gitlab ssh-keygen -t ed25519 -f gitlab
ssh-keygen -t ed25519 -f sentinel
``` ```
### Reboot ### Reboot
@ -169,11 +168,14 @@ sudo zfs set primarycache=all vaikuntham
sudo zfs set recordsize=1M vaikuntham sudo zfs set recordsize=1M vaikuntham
sudo zfs set xattr=sa vaikuntham sudo zfs set xattr=sa vaikuntham
sudo zfs create vaikuntham/backups
sudo zfs create vaikuntham/torrents sudo zfs create vaikuntham/torrents
sudo zfs set recordsize=16K vaikuntham sudo zfs set recordsize=16K vaikuntham
sudo chown ubuntu:ubuntu -vR /vaikuntham sudo chown ubuntu:ubuntu -vR /vaikuntham
sudo zfs allow -u ubuntu compression,mountpoint,create,mount,receive vaikuntham
sudo zpool export vaikuntham sudo zpool export vaikuntham
sudo zpool import sudo zpool import

View File

@ -1,6 +1,6 @@
--- ---
title: "Setup bluefeds (Fedora Server arm64)" title: "Setup balaji (Fedora Server arm64)"
date: 2022-07-23T08:00:30+05:30 date: 2022-07-23T08:00:30+05:30
draft: false draft: false
toc: true toc: true
@ -33,7 +33,7 @@ sudo eject /dev/XXX
### Set hostname ### Set hostname
```bash ```bash
sudo hostnamectl set-hostname bluefeds sudo hostnamectl set-hostname balaji
``` ```
@ -113,11 +113,12 @@ sudo grubby --remove-args=rhgb --update-kernel=ALL
```bash ```bash
cd $HOME/.ssh cd $HOME/.ssh
ssh-keygen -t ed25519 -f adinath
ssh-keygen -t ed25519 -f gitea ssh-keygen -t ed25519 -f gitea
ssh-keygen -t ed25519 -f github ssh-keygen -t ed25519 -f github
ssh-keygen -t ed25519 -f gitlab ssh-keygen -t ed25519 -f gitlab
ssh-keygen -t ed25519 -f flameboi ssh-keygen -t ed25519 -f harinarayan
ssh-keygen -t ed25519 -f sentinel ssh-keygen -t ed25519 -f zfs
``` ```
@ -160,7 +161,7 @@ sudo reboot +0
### Install packages ### Install packages
```bash ```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 plocate
# sudo dnf install qemu-device-display-virtio-gpu # 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
sudo chown pratham:pratham -vR /trayimurti/torrents 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 export trayimurti
sudo zpool import 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/containers/volumes
sudo chown pratham:pratham -vR /trayimurti/torrents sudo chown pratham:pratham -vR /trayimurti/torrents
sudo zfs allow -u pratham send,snapshot,hold trayimurti
``` ```

View File

@ -1,6 +1,6 @@
--- ---
title: "Setup flameboi (Pop OS)" title: "Setup harinarayan (Pop OS)"
date: 2022-07-23T08:00:00+05:30 date: 2022-07-23T08:00:00+05:30
draft: false draft: false
toc: true toc: true
@ -13,7 +13,7 @@ toc: true
### Set hostname ### Set hostname
```bash ```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 ```bash
cd $HOME/.ssh 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 gitea
ssh-keygen -t ed25519 -f github ssh-keygen -t ed25519 -f github
ssh-keygen -t ed25519 -f gitlab ssh-keygen -t ed25519 -f gitlab
ssh-keygen -t ed25519 -f sentinel
``` ```
### Reboot ### Reboot

View File

@ -1,6 +1,6 @@
--- ---
title: "Setup ringmaster" title: "Setup vidhata (macOS)"
date: 2022-07-23T08:00:10+05:30 date: 2022-07-23T08:00:10+05:30
draft: false draft: false
toc: true toc: true