^linux; ^network
This commit is contained in:
@@ -95,9 +95,30 @@ sudo apt install -y \
|
|||||||
|
|
||||||
### Shortcuts
|
### 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
|
``` bash
|
||||||
cat <<%% >> ~/.bashrc
|
cat <<%% >> ~/.bashrc
|
||||||
# RSKIO
|
# RSKIO
|
||||||
|
fastfetch
|
||||||
alias q="exit"
|
alias q="exit"
|
||||||
%%
|
%%
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
|
|||||||
@@ -24,13 +24,11 @@ Unifi [G5 Bullet](https://techspecs.ui.com/unifi/cameras-nvrs/uvc-g5-bullet) x6
|
|||||||
### Network Attached Storage
|
### Network Attached Storage
|
||||||
|
|
||||||
=== "6-Bay"
|
=== "6-Bay"
|
||||||
|
|
||||||
UGREEN [DXP6800 PRO](https://www.ugreen.com/collections/nas-storage/products/ugreen-nasync-dxp6800-pro-nas-storage)
|
UGREEN [DXP6800 PRO](https://www.ugreen.com/collections/nas-storage/products/ugreen-nasync-dxp6800-pro-nas-storage)
|
||||||
|
|
||||||
see [Personal NAS](../storage/personal_nas.md)
|
see [Personal NAS](../storage/personal_nas.md)
|
||||||
|
|
||||||
=== "8-Bay"
|
=== "8-Bay"
|
||||||
|
|
||||||
UGREEN [DXP9800 PRO](https://www.ugreen.com/collections/nas-storage/products/ugreen-nasync-dxp8800-plus-nas-storage)
|
UGREEN [DXP9800 PRO](https://www.ugreen.com/collections/nas-storage/products/ugreen-nasync-dxp8800-plus-nas-storage)
|
||||||
|
|
||||||
see [Enterprise NAS](../storage/enterprise_nas.md)
|
see [Enterprise NAS](../storage/enterprise_nas.md)
|
||||||
|
|||||||
Reference in New Issue
Block a user