^linux; ^network

This commit is contained in:
rskntroot
2025-02-20 20:42:14 -07:00
parent 5fca1188b5
commit fc7ab1c10a
2 changed files with 35 additions and 16 deletions

View File

@@ -95,9 +95,30 @@ sudo apt install -y \
### Shortcuts
- see [fastfetch](https://github.com/fastfetch-cli/fastfetch) for more info
=== "ARM_64"
``` bash
mkdir ~/Downloads/ && cd Downloads
curl -L https://github.com/fastfetch-cli/fastfetch/releases/download/2.37.0/fastfetch-linux-aarch64.deb -o fastfetch-linux-aarch64.deb
sudo dpkg -i fastfetch-linux-aarch64.deb
cd ~
```
=== "x86_64"
``` bash
mkdir ~/Downloads/ && cd Downloads
curl -L https://github.com/fastfetch-cli/fastfetch/releases/download/2.37.0/fastfetch-linux-amd64.deb -o fastfetch-linux-amd64.deb
sudo dpkg -i fastfetch-linux-amd64.deb
cd ~
```
``` bash
cat <<%% >> ~/.bashrc
# RSKIO
fastfetch
alias q="exit"
%%
source ~/.bashrc

View File

@@ -24,13 +24,11 @@ Unifi [G5 Bullet](https://techspecs.ui.com/unifi/cameras-nvrs/uvc-g5-bullet) x6
### Network Attached Storage
=== "6-Bay"
UGREEN [DXP6800 PRO](https://www.ugreen.com/collections/nas-storage/products/ugreen-nasync-dxp6800-pro-nas-storage)
see [Personal NAS](../storage/personal_nas.md)
=== "8-Bay"
UGREEN [DXP9800 PRO](https://www.ugreen.com/collections/nas-storage/products/ugreen-nasync-dxp8800-plus-nas-storage)
see [Enterprise NAS](../storage/enterprise_nas.md)