All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Da Nerd Mage Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 11:05, 26 October 2024 Tinker talk contribs created page PVE Node Rename Test (Created page with "* <span style="color: rgb(0, 128, 128);" >service pve-cluster stop</span> * <span style="color: rgb(0, 128, 128);" >pmxcfs --local</span> * cp -r /etc/pve/nodes/BunnyToots/ /etc/pve/nodes/RabbitFarts * vi /etc/hosts /etc/hostname /etc/mailname /etc/postfix/main.cf /etc/pve/corosync.conf ** Change '''BunnyToots''' to '''RabbitFarts''' ** (Also, increment '''config_version''') * <span style="color: rgb(0, 128, 128);" >service pve-cluster stop</span> * <span style="color: r...")
- 11:04, 26 October 2024 Tinker talk contribs created page Renaming a Node (Created page with "[https://forum.proxmox.com/threads/changing-name-of-nodes-in-cluster.136623/#post-707583 Original Source] [[PVE Node Rename Test{{!}}Working? Sample]] Stopped all VMs [ Also Moved all important VM to another Node for my peace of mind] Actually... Just back them up. They're gonna bork anyhow... From the node terminal which I want to rename, I ran these and made changes for '''new_hostname''' * <span style="color: rgb(0, 128, 128);">cp -r /etc/pve /root/pve_backup</spa...")
- 14:54, 20 October 2024 Tinker talk contribs created page File:Logo pfSense.png
- 14:54, 20 October 2024 Tinker talk contribs uploaded File:Logo pfSense.png
- 12:33, 28 September 2024 Tinker talk contribs created page PVE Backup Failure Issues (Created page with "Problem: "Status: Stopped, Config locked (backup)" if it's a VM: * <code>qm unlock <vmid></code> * <code>qm start <vmid></code> if it's a LXC: * <code>pct unlock <vmid></code> * <code>pct start <vmid></code>")
- 17:18, 15 August 2024 Tinker talk contribs created page TFTP Serving (Created page with "{{{!}} class="wikitable" style="float: right; width: 322px;" border="2" {{!}}+ Proven on: {{!}}- --="" debian="" {{!}} style="text-align: center; width: 60px;" {{!}} [[File:Logo Debian.png{{!}}60px{{!}}link=https://www.debian.org/{{!}}center{{!}}middle{{!}}frameless]] {{!}} style="text-align: center; width: 40px;" {{!}} 11 (bullseye) {{!}} <br> {{!}}} = Reference Material = * TecMint: [https://www.tecmint.com/install-tftp-server-on-ubuntu-debian/ How to Install and Co...")
- 14:08, 3 August 2024 Tinker talk contribs created page Building a Storage Server (Created page with "{{{!}} class="wikitable" style="float: right; width: 322px;" border="2" {{!}}+ Proven on: {{!}}- --="" debian="" {{!}} style="text-align: center; width: 60px;" {{!}} [[File:Logo Debian.png{{!}}60px{{!}}link=https://www.debian.org/{{!}}center{{!}}middle{{!}}frameless]] {{!}} style="text-align: center; width: 40px;" {{!}} 12 (bookworm) {{!}} <br> {{!}}} We will be creating our storage server as an LXC under Proxmox with dedicated physical drives on the physical server....")
- 15:26, 1 August 2024 Tinker talk contribs created page Installing Docker on a Debian-based system (Created page with "Add Docker's official GPG key: * <code>sudo apt-get update</code> * <code>sudo apt-get install ca-certificates curl</code> * <code>sudo install -m 0755 -d /etc/apt/keyrings</code> * <code>sudo curl -fsSL <nowiki>https://download.docker.com/linux/debian/gpg</nowiki> -o /etc/apt/keyrings/docker.asc</code> * <code>sudo chmod a+r /etc/apt/keyrings/docker.asc</code> Add the repository to Apt sources: * <code>echo \</code> ** <code>"deb [arch=$(dpkg --print-architecture) signe...")
- 13:14, 1 July 2024 Tinker talk contribs created page Building ConfigurableFirmata under PlatformIO instead of Tarduino IDE (Created page with "<u>Note: this is being done on a LMDE machine.</u> Clone the repo: * <code>git clone -b master https://github.com/firmata/ConfigurableFirmata.git</code> Create a '''platformio.ini''' file in the root of the folder: <SyntaxHighlight lang="ini" line> [env:RP2040_Zero] platform = https://github.com/maxgerhardt/platform-raspberrypi.git platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git framework = arduino board = waveshare_rp2040...")
- 14:56, 24 June 2024 Tinker talk contribs created page Linux - Screen Control (Created page with "* <code>sudo apt install vbetool</code> The following script needs to run as root... * <code>sudo vi /usr/local/bin/screenremote.py</code> #!/usr/bin/env python import paho.mqtt.client as mqttClient import time import os import subprocess import socket ################################################################################################### hostname = socket.gethostname() broker_address = "skynet" port = 1883 topic = hostname + "/#" user = "...")
- 15:57, 9 June 2024 Tinker talk contribs created page Downloading KiCAD files for LCSC components (Created page with "<pre> #!/usr/bin/bash ######################################################## ### This little script wraps around ### ### https://github.com/uPesy/easyeda2kicad.py ### ### and provides a much more usable set of downloads ### ### ### ### Before using, either create an LCSC folder in ### ### your Documents or edit the OUTPUT= line below. ### #####################################################...")
- 17:30, 16 May 2024 Tinker talk contribs created page File:SMBIOS Settings.png
- 17:30, 16 May 2024 Tinker talk contribs uploaded File:SMBIOS Settings.png
- 17:30, 16 May 2024 Tinker talk contribs created page PVE Guest crash detection (Created page with "= The Problem = Sometimes VMs/LXCs crash & there's no way to have Proxmox detect & reset them... = Possible Solution(s) = Have the VM/LXC itself run a watchdog & send a message regularly to Proxmox. Then... Have Proxmox watch for stale messages & reset any VMs/LXCs that are out of date by some specific time limit. = Questions = What messaging tools are built-in to Proxmox AND suitable? One option is MQTT. But I'd rather keep this entirely contained to the PVE server...")
- 17:29, 16 May 2024 Tinker talk contribs created page Proxmox Problem Solving (Created page with "PVE Guest crash detection")
- 02:18, 25 April 2024 Tinker talk contribs restored page User:Guruofnothing (1 revision) (oops)
- 02:17, 25 April 2024 Tinker talk contribs created page User:MediaWiki default (Created page with "meh...")
- 02:17, 25 April 2024 Tinker talk contribs created page User:Tinker (Created page with "Strange dude that owns this place...")
- 02:16, 25 April 2024 Tinker talk contribs created page User:Bart (Created page with "This is Bart")
- 01:23, 25 April 2024 Tinker talk contribs restored page Specialised Servers - LogicalDOC (9 revisions) (oops)
- 01:08, 25 April 2024 Tinker talk contribs deleted page Understanding Web Sports Betting Options (Mass deletion of recently added pages)
- 01:07, 25 April 2024 Tinker talk contribs deleted page How To Determine A Reduction Supplement Product (Mass deletion of recently added pages)
- 01:07, 25 April 2024 Tinker talk contribs deleted page Why Is Blackjack Online So Favored (Mass deletion of recently added pages)
- 01:06, 25 April 2024 Tinker talk contribs deleted page Want A Straightforward Fix On Your Better Call Saul Season 6 Read This (Mass deletion of recently added pages)
- 01:06, 25 April 2024 Tinker talk contribs deleted page Online Casinos - Good Safe Fun (Mass deletion of recently added pages)
- 01:05, 25 April 2024 Tinker talk contribs deleted page The Incredible Hulk - Now In Fruit Machine Format (Mass deletion of recently added pages)
- 01:05, 25 April 2024 Tinker talk contribs deleted page Online Sports Betting On A Glance (Mass deletion of recently added pages)
- 01:04, 25 April 2024 Tinker talk contribs deleted page Payouts On Video Slots - To Understand Know (Mass deletion of recently added pages)
- 01:04, 25 April 2024 Tinker talk contribs deleted page Play Online Slots On The Internet Slots Tournament (Mass deletion of recently added pages)
- 01:04, 25 April 2024 Tinker talk contribs deleted page Weight Loss Medication Pros And Cons (Mass deletion of recently added pages)
- 01:04, 25 April 2024 Tinker talk contribs deleted page Jungle Wild Slots - A Slot Player Favorite (Mass deletion of recently added pages)
- 01:03, 25 April 2024 Tinker talk contribs deleted page Tips November 23 Big At Slots - Win Playing Slot Machines (Mass deletion of recently added pages)
- 01:03, 25 April 2024 Tinker talk contribs deleted page Online Poker From Home Is Just That Much Fun (Mass deletion of recently added pages)
- 01:02, 25 April 2024 Tinker talk contribs deleted page Salt Lake City For Freshmen And Everybody Else (Mass deletion of recently added pages)
- 01:02, 25 April 2024 Tinker talk contribs deleted page So Extra Flab To Play Online Bingo (Mass deletion of recently added pages)
- 01:02, 25 April 2024 Tinker talk contribs deleted page Indicators You Made An Ideal Affect On Fifa World Cup (Mass deletion of recently added pages)
- 01:02, 25 April 2024 Tinker talk contribs deleted page Glaceau Vitamin Water (Mass deletion of recently added pages)
- 01:01, 25 April 2024 Tinker talk contribs deleted page Four An Individual Should Become Familiar With Slot Machines (Mass deletion of recently added pages)
- 01:01, 25 April 2024 Tinker talk contribs deleted page Plenty Of Fish Secrets Revealed (Mass deletion of recently added pages)
- 01:01, 25 April 2024 Tinker talk contribs deleted page Tekken Skill Stop Slot Machine Critical Overview (Mass deletion of recently added pages)
- 01:01, 25 April 2024 Tinker talk contribs deleted page When Ups Drop Off Near Me Companies Grow Too Shortly (Mass deletion of recently added pages)
- 01:00, 25 April 2024 Tinker talk contribs deleted page Nine Effective Ways To Get More Out Of Euro To Usd (Mass deletion of recently added pages)
- 01:00, 25 April 2024 Tinker talk contribs deleted page Tips Perform Online Blackjack (Mass deletion of recently added pages)
- 00:59, 25 April 2024 Tinker talk contribs deleted page How To Name The Best Pick 4 Lottery Strategy System (Mass deletion of recently added pages)
- 00:59, 25 April 2024 Tinker talk contribs deleted page What Will Be Most Popular Lotto Results (Mass deletion of recently added pages)
- 00:59, 25 April 2024 Tinker talk contribs deleted page The Lotto Black The Review - Winning Lotto Function (Mass deletion of recently added pages)
- 00:57, 25 April 2024 Tinker talk contribs deleted page Video Poker Machines: Machine Overview (Mass deletion of recently added pages)
- 00:56, 25 April 2024 Tinker talk contribs deleted page Learning Arithmetic Online (Mass deletion of recently added pages)
- 00:56, 25 April 2024 Tinker talk contribs deleted page Real Benifit Of Win The Lottery (Mass deletion of recently added pages)
- 00:56, 25 April 2024 Tinker talk contribs deleted page Michigan Classic Lotto - Learn The Way To Win Today (Mass deletion of recently added pages)