Compare commits

...

3 Commits

Author SHA1 Message Date
985b2a78cb . 2026-02-02 19:51:22 +01:00
4ae86c6994 . 2026-01-11 17:13:16 +01:00
96cbde72f0 . 2026-01-09 13:41:29 +01:00
16 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
[InternetShortcut]
URL=https://docs.n8n.io/learning-path/

View File

@@ -0,0 +1,2 @@
[InternetShortcut]
URL=https://docs.n8n.io/video-courses/

2
AI/n8n/n8n - YouTube.url Normal file
View File

@@ -0,0 +1,2 @@
[InternetShortcut]
URL=https://www.youtube.com/@n8n-io/videos

View File

@@ -0,0 +1,2 @@
[InternetShortcut]
URL=https://www.youtube.com/playlist?list=PLYLEmQupIzOEEvgtBduSgYLaug7LKqlSo

Binary file not shown.

View File

@@ -0,0 +1,2 @@
[InternetShortcut]
URL=https://dockhand.pro/

View File

@@ -0,0 +1,14 @@
\# homepage
api homepage
Token ID: api@pve!homepage
Secret: 43fac2a0-ab06-42f7-b462-64559156bcfc

View File

@@ -0,0 +1,2 @@
[InternetShortcut]
URL=https://klarasystems.com/zfs-basecamp/

View File

@@ -0,0 +1,20 @@
# ZFS Commands
Use sudo for all commands unless specifically stated.
## Rename dataset
`zfs [-f][-p][-u] rename oldname newname`
(Note: remember to use the full path i.e. tank/oldname etc.)
- `-f`
*to force unmount the dataset if needed (has no effect if used together with `-u`)*
- `-p`
*Creates all the nonexistent parent datasets. Datasets created in this manner are automatically mounted according to the mountpoint property inherited from their parent.*
- `-u`
*Do not remount file systems during rename. If a file system's mountpoint property is set to legacy or none, the file system is not unmounted even if this option is not given*
`zfs -r rename snapshot snapshot`
- `-r`
*Recursively rename the snapshots of all descendent datasets. Snapshots are the only dataset that can be renamed recursively*
## Get compression ratios
`zfs get compressratio [dataset]`
*If no dataset given, the command with list out all datasets and their compressionratios. If dataset given, then only that dataset is returned.*

View File

@@ -0,0 +1,20 @@
# List of users and servers
## Physical Machines
- ### Proxmox 01 server
- ssh rcadmin@pve-01.home.ramberg.net
## Virtual machines
- ### Database server
- ssh rcadmin@database.home.ramberg.net
- ### Docker-01 server
- ssh rcadmin@docker-01.home.ramberg.net
- ### TrueNas Scale server
- ssh truenas\_admin@truenas-01.home.ramberg.net
- ### Proxmox Backup server
- ssh root@pbs.home.ramberg.net