diff --git a/Powershell/Notes.md b/Powershell/Notes.md index 799b73dc..001da0ad 100644 --- a/Powershell/Notes.md +++ b/Powershell/Notes.md @@ -7,5 +7,5 @@ ### Create multiple folders named Season 01 through Season 25 ### ``` -1..25|%{md('M:\TV Series\!New\One Piece (1999)\Season {00:d2}'-f$_)} +1..15|%{md('M:\TV Series\!New\One Piece (1999)\Season {00:d2}'-f$_)} ``` diff --git a/Proxmox/QDevice/How to Install and Configure QDevice for a 2-Node Proxmox VE Cluster - Saturn ME.url b/Proxmox/QDevice/How to Install and Configure QDevice for a 2-Node Proxmox VE Cluster - Saturn ME.url new file mode 100644 index 00000000..12653d08 --- /dev/null +++ b/Proxmox/QDevice/How to Install and Configure QDevice for a 2-Node Proxmox VE Cluster - Saturn ME.url @@ -0,0 +1,2 @@ +[InternetShortcut] +URL=https://www.saturnme.com/how-to-install-and-configure-qdevice-for-a-2-node-proxmox-ve-cluster/ diff --git a/Proxmox/QDevice/bcleonard-proxmox-qdevice.url b/Proxmox/QDevice/bcleonard-proxmox-qdevice.url new file mode 100644 index 00000000..8eca34af --- /dev/null +++ b/Proxmox/QDevice/bcleonard-proxmox-qdevice.url @@ -0,0 +1,2 @@ +[InternetShortcut] +URL=https://github.com/bcleonard/proxmox-qdevice diff --git a/Proxmox/QDevice/docker-compose.yml b/Proxmox/QDevice/docker-compose.yml new file mode 100644 index 00000000..afa7a90c --- /dev/null +++ b/Proxmox/QDevice/docker-compose.yml @@ -0,0 +1,30 @@ +services: + qnetd: + container_name: proxmox-qdevice + image: bcleonard/proxmox-qdevice:v2.0 + build: . + ports: + - "22:22" + - "5403:5403" + environment: + - VAR=example + volumes: + - /run/sshd + - :/etc/corosync + restart: unless-stopped + hostname: + networks: + vlan: + ipv4_address: + +networks: + vlan: + driver: macvlan + driver_opts: + parent: + ipam: + driver: default + config: + - subnet: "/32" + gateway: "" diff --git a/Proxmox/move vm to new datastore.md b/Proxmox/Scripts/move vm to new datastore.md similarity index 100% rename from Proxmox/move vm to new datastore.md rename to Proxmox/Scripts/move vm to new datastore.md diff --git a/Proxmox/moveVmToNewDatastore.sh b/Proxmox/Scripts/moveVmToNewDatastore.sh similarity index 100% rename from Proxmox/moveVmToNewDatastore.sh rename to Proxmox/Scripts/moveVmToNewDatastore.sh diff --git a/Proxmox/Scripts/pve-02.wol b/Proxmox/Scripts/pve-02.wol new file mode 100644 index 00000000..7d649411 --- /dev/null +++ b/Proxmox/Scripts/pve-02.wol @@ -0,0 +1,4 @@ + +# WakeOnLan settings for pve-02.home.ramberg.net + +C4:65:16:3A:3D:10 diff --git a/Proxmox/Scripts/startLibreelec.sh b/Proxmox/Scripts/startLibreelec.sh new file mode 100644 index 00000000..b9422770 --- /dev/null +++ b/Proxmox/Scripts/startLibreelec.sh @@ -0,0 +1,6 @@ +if [ "$(qm status 104)" != "status: running" ]; then + echo "VM is not running." + /usr/sbin/qm start 104 # Start up libreelec every morning at 0805 +#else +# echo "VM is running." +fi diff --git a/Proxmox/Scripts/startPVE-02.sh b/Proxmox/Scripts/startPVE-02.sh new file mode 100644 index 00000000..605955e5 --- /dev/null +++ b/Proxmox/Scripts/startPVE-02.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +wakeonlan -f /root/pve-02.wol diff --git a/Proxmox/Scripts/startTruenas.sh b/Proxmox/Scripts/startTruenas.sh new file mode 100644 index 00000000..a8933445 --- /dev/null +++ b/Proxmox/Scripts/startTruenas.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +wakeonlan -f /root/truenas.wol diff --git a/Proxmox/Scripts/truenas.wol b/Proxmox/Scripts/truenas.wol new file mode 100644 index 00000000..156cb352 --- /dev/null +++ b/Proxmox/Scripts/truenas.wol @@ -0,0 +1,4 @@ + +# WakeOnLan settings for truenas-01.home.ramberg.net + +ec:b1:d7:6f:83:6b diff --git a/Windows/YellowKey/GitHub - Nightmare-Eclipse-YellowKey- YellowKey Bitlocker Bypass Vulnerability · GitHub.url b/Windows/YellowKey/GitHub - Nightmare-Eclipse-YellowKey- YellowKey Bitlocker Bypass Vulnerability · GitHub.url new file mode 100644 index 00000000..1f243ec5 --- /dev/null +++ b/Windows/YellowKey/GitHub - Nightmare-Eclipse-YellowKey- YellowKey Bitlocker Bypass Vulnerability · GitHub.url @@ -0,0 +1,2 @@ +[InternetShortcut] +URL=https://github.com/Nightmare-Eclipse/YellowKey/tree/main diff --git a/Windows/YellowKey/YellowKey -pass-123.7z b/Windows/YellowKey/YellowKey -pass-123.7z new file mode 100644 index 00000000..de12dd2e Binary files /dev/null and b/Windows/YellowKey/YellowKey -pass-123.7z differ