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 uploaded File:Logo pfSense.png
- 14:54, 20 October 2024 Tinker talk contribs created page 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>")
- 21:57, 21 September 2024 Guruofnothing talk contribs created page Database - Python-Poetry (Created page with "Python-Poetry is a dependencies manager for Python * <code>curl -sSL https://install.python-poetry.org {{!}} python3 -</code><br>")
- 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:58, 25 April 2024 Maintenance script talk contribs blocked ZHGLeslie08096 talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked XKEValorie talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked YaniraStrzelecki talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked WilmaU9985131341 talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked WillisSims014 talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked WilliemaeJaime talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked WilheminaMachado talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked VitoMunger talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked WardYocum49517 talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked VeroniqueSeaborn talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked UZHLeonora talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked UtaLabarbera630 talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked TyrellLima5 talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked TyrellLemmon talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked TrentBlanks7 talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked TiaVfy341863846 talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked TFMTerry595 talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked StephaniaMacias talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked Stacie5048 talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked StarlaEaw33000 talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked SoniaB07732 talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked SimaGraham30004 talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked Shiela4039 talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked ShellyStephensen talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked ShayneGardiner talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked ShaniBaumann4 talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked SamualO037959 talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked SamiraUjr72471 talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked SadyeKell6 talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked RyderGrooms0695 talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked SadieCeja83 talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked RussellFurphy6 talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked RosalinaNorriss talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 02:58, 25 April 2024 Maintenance script talk contribs blocked RoxannaDipietro talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page)