Compare commits
3 Commits
5095652b9e
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 985b2a78cb | |||
| 4ae86c6994 | |||
| 96cbde72f0 |
2
AI/n8n/Learning path - n8n Docs.url
Normal file
2
AI/n8n/Learning path - n8n Docs.url
Normal file
@@ -0,0 +1,2 @@
|
||||
[InternetShortcut]
|
||||
URL=https://docs.n8n.io/learning-path/
|
||||
2
AI/n8n/Video courses - n8n Docs.url
Normal file
2
AI/n8n/Video courses - n8n Docs.url
Normal file
@@ -0,0 +1,2 @@
|
||||
[InternetShortcut]
|
||||
URL=https://docs.n8n.io/video-courses/
|
||||
2
AI/n8n/n8n - YouTube.url
Normal file
2
AI/n8n/n8n - YouTube.url
Normal file
@@ -0,0 +1,2 @@
|
||||
[InternetShortcut]
|
||||
URL=https://www.youtube.com/@n8n-io/videos
|
||||
@@ -0,0 +1,2 @@
|
||||
[InternetShortcut]
|
||||
URL=https://www.youtube.com/playlist?list=PLYLEmQupIzOEEvgtBduSgYLaug7LKqlSo
|
||||
Binary file not shown.
2
Docker/Dockhand - Modern Docker Management.url
Normal file
2
Docker/Dockhand - Modern Docker Management.url
Normal file
@@ -0,0 +1,2 @@
|
||||
[InternetShortcut]
|
||||
URL=https://dockhand.pro/
|
||||
14
Proxmox/variousKeysAndIDs.md
Normal file
14
Proxmox/variousKeysAndIDs.md
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
|
||||
|
||||
|
||||
\# homepage
|
||||
|
||||
api homepage
|
||||
|
||||
Token ID: api@pve!homepage
|
||||
|
||||
Secret: 43fac2a0-ab06-42f7-b462-64559156bcfc
|
||||
|
||||
|
||||
|
||||
2
TrueNas/ZFS/ZFS Basecamp - Klara Systems.url
Normal file
2
TrueNas/ZFS/ZFS Basecamp - Klara Systems.url
Normal file
@@ -0,0 +1,2 @@
|
||||
[InternetShortcut]
|
||||
URL=https://klarasystems.com/zfs-basecamp/
|
||||
20
TrueNas/ZFS/ZFS Commands.md
Normal file
20
TrueNas/ZFS/ZFS Commands.md
Normal 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.*
|
||||
20
ssh/List of users and servers.md
Normal file
20
ssh/List of users and servers.md
Normal 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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user