User contributions for Root

A user with 2,021 edits. Account created on 15 January 2018.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

28 August 2026

27 August 2026

24 August 2026

16 August 2026

13 August 2026

9 August 2026

4 August 2026

3 August 2026

  • 00:2800:28, 3 August 2026 diff hist +1,554 N Changing the ID of a Storage Source in Proxmox Created page with "How to change the name of a ID for a Proxmox BackUp Server Storage Item / Location: You don't. Why? Who knows. Is there a work around? Yes! === Work Around === <syntaxhighlight lang="text"> OLD='WhatEverSourceName' NEW='WhatEverTargetName' python3 - "$OLD" "$NEW" <<'PY' import shutil import sys from datetime import datetime from pathlib import Path old = sys.argv[1] new = sys.argv[2] cfg = Path("/etc/pve/storage.cfg") secret_dir = Path("/etc/pve/priv/storage") t..." current Tag: Visual edit

27 July 2026

  • 20:4220:42, 27 July 2026 diff hist +2,535 m OpenVPN and Clients and Windows No edit summary current Tag: Visual edit
  • 17:0217:02, 27 July 2026 diff hist +2,100 N OpenVPN and Clients and Windows Created page with "Nothing ever works like one wants it to. Take for instance a client connecting into an OpenVPN server. Communication back to the client? Nah! Who needs that. In the case of Windows, it isn't OpenVPN's fault. If you can't ping from a VPN Server to a Windows Client, try this script on Windows;<syntaxhighlight lang="text">pktmon stop 2>$null pktmon filter remove pktmon filter add "Physical-IP-Ping" -t ICMP -i 192.168.2.51 pktmon filter add "VPN-IP-Ping" -t ICMP -i 17..." Tag: Visual edit

8 July 2026

30 June 2026

29 June 2026

28 June 2026

  • 21:5621:56, 28 June 2026 diff hist +322 N OpenWRT and Copying the OS Created page with "...gotta Linksys WRT1900 series or WRT32X or another Router that has 'Dual Boot Partitions' and want to do a 'bare metal copy' from one MTD 'Partition' to another? === WRT32X Example === <code>mtd dump ubi > /tmp/sda1/mtd6-ubi.bin</code> <code>mtd erase rootfs2 && mtd write /tmp/sda1/mtd6-ubi.bin rootfs2 && sync</code>" current Tag: Visual edit
  • 18:1018:10, 28 June 2026 diff hist 0 m DDNS Monitoring No edit summary current Tag: Visual edit
  • 18:0918:09, 28 June 2026 diff hist +2,715 N DDNS Monitoring Created page with "...wanna see of DDNS is working between NAMED / BIND and OpenWRT's DDNS Service (Scripts)? On the NAMED / BIND Server for monitoring Network Traffic related to DDNS (requires setting up appropriate logging in named.conf, not covered here): <code>tail -n0 -F /WhatEverPath/WhatEverFileName.log 2>/dev/null | grep --line-buffered -Ei 'signer "ddns" approved|update .*approved|updating zone|adding an RR|deleting rrset|BADKEY|BADSIG|BADTIME|NOTAUTH|REFUSED|denied'</code> On t..." Tag: Visual edit

27 June 2026

26 June 2026

25 June 2026

  • 18:5718:57, 25 June 2026 diff hist +2,451 N Webmin and the Standard Module Choice Created page with "Have you ever woken up and wondered why people that are so smart can make such incredibly stupid choices? ==== Scenario ==== Webmin installed on OpenWRT with no "Standard module" choice from the Webmin Modules Form. Apparently that 'feature' / choice was removed a while ago with no consideration for "Generic Linux" installs. Cool. NOT! ==== Solution ==== And the code that'll do everything automatically;<syntaxhighlight lang="text"> WEBMIN_CONF="/etc/webmin" WEBMIN..." Tag: Visual edit

19 June 2026

3 June 2026

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)