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).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 13:14, 5 July 2022 Tinker talk contribs created page PVE From Scratch (Created page with "= PVE From Scratch =")
  • 13:52, 30 June 2022 Tinker talk contribs created page Where PVE stores stuff internally (Created page with "PVE starts off with 2 datastores. == local == This is just space on the root partition of the install drive.  It's actually located at '''/var/lib/vz/''' == local-lvm == This is a virtual drive volume. On a default install of PVE, it is set up to use the remaining space on the install drive.")
  • 13:28, 29 June 2022 Tinker talk contribs created page A Solution for Getting Proper Certs (Created page with "You will need certbot installed on a machine. As of June 2022, it is again possible to simply install it on a Debian machine. * <code>apt install certbot</code> = First Method: Working from the '''machine with certbot''' installed on it = * <code>certbot -d server0.tinkernet.ca,server1.tinkernet.ca,server2.tinkernet.ca,server3.tinkernet.ca --manual --preferred-challenges dns certonly</code> * <code>scp -R /etc/letsencrypt/live/server0.tinkernet.ca/ server0:/etc/letsenc...")
  • 20:14, 28 June 2022 Tinker talk contribs created page Bootable Thumbdrives (Created page with "Pretty much all I use for booting from ISOs these days... * [https://www.ventoy.net/en/index.html Ventoy]<br>** Rather handy little multi-platform tool for making bootable thumbdrives from ISO(s)<br>")
  • 16:45, 28 June 2022 Tinker talk contribs created page Proxmox Fix Update Repositories (Created page with "* By default, PVE sets up & enables the '''pve-enterprise''' repositories.  Which you cannot use until you pay for a subscription... * So...  You'll need to go in & disable that. * Then, add & enable the '''pve-no-subscription''' repositories.")
  • 16:35, 28 June 2022 Tinker talk contribs created page Proxmox Subscription Notice Removal (Created page with "They like to make this rather difficult... Here're a few links: * [https://johnscs.com/remove-proxmox51-subscription-notice/ Remove Proxmox Subscription Notice (Tested to 7.1-10)] ** <code>sed -Ezi.bak "s/(Ext.Msg.show\(\{\s+title: gettext\('No valid sub)/void\(\{ \/\/\1/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service</code> * [https://www.reddit.com/r/Proxmox/comments/tgojp1/removing_proxmox_subscription_notice/ Removi...")
  • 15:12, 28 June 2022 Tinker talk contribs created page Proxmox All-in-One (Created page with " * Install pfSense ([https://getlabsdone.com/how-to-install-pfsense-on-proxmox-step-by-step/ a link]) ** Set up a second network bridge internally (& give it a secondary physical NIC if you have one) ** Build the pfSense VM *** 8GB drive, 4 cores, 4096MB RAM *** Add a second network device (on the second bridge... duh...) ** Do a BACKUP ** boot the VM & run through the defaults ** Do a BACKUP *** Open the VM console & pretent you're building a normal pfSense router ****...")
  • 14:57, 28 June 2022 Tinker talk contribs created page Proxmox Server DHCP (Created page with "Edit the interfaces file: * <code>vi /etc/network/interfaces</code> & change auto vmbr0 iface vmbr0 inet static address 192.168.8.12/23 gateway 192.168.8.1 bridge-ports eno1 bridge-stp off bridge-fd 0 to auto vmbr0 iface vmbr0 inet dhcp bridge-ports eno1 bridge-stp off bridge-fd 0 Then ignore the address it shows on the console. (Until I figure out where in hell it's storing that...)")
  • 14:21, 28 June 2022 Tinker talk contribs created page Proxmox VE (Created page with "=PVE From Scratch= * Install PVE ** [https://www.proxmox.com/en/downloads/category/proxmox-virtual-environment Download] ** Put it on a thumbdrive & boot the machine from it ** follow the defaults on screen * Set up Passwordless SSH * Config like mini-deb * Switch to DHCP * Get rid of subscription notice ** [https://johnscs.com/remove-proxmox51-subscription-notice/ Remove Proxmox Subscription Notice (Tested to 7.1-10)] *** <code>sed -Ezi.bak "s/(Ext...")
  • 15:53, 20 May 2022 Tinker talk contribs created page PVE WIP (Created page with "PVE - Backups")
  • 15:11, 20 May 2022 Tinker talk contribs created page Proxmox Stuff (Created page with "Workin' on it... If you have LabNotes privileges, try [[labnotes:Hypervisors - Proxmox{{!}}HERE]].")
  • 01:37, 19 May 2022 Tinker talk contribs created page Setting up NFS for file sharing (Created page with "Setting up NFS")
  • 22:07, 18 May 2022 Tinker talk contribs added prefix "labnotes" (https://labnotes.tinkernet.ca/index.php/$1) (trans: 0; local: 0) to the interwiki table
  • 14:31, 16 May 2022 Tinker talk contribs created page Linux - A better .bashrc for root (Created page with "<span ><code class="mwt-code" ></code></span> # ~/.bashrc: executed by bash(1) for non-login shells. <span ><code class="mwt-code" ></code></span> <br>PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' <span ><code class="mwt-code" ></code></span> <br># If this is an xterm set the title to user@host:dir<br>case "$TERM" in<br>xterm*{{!}}rxvt*)<br>    PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h:...")
  • 16:36, 15 May 2022 Tinker talk contribs created page PVE - Backups (Created page with "Backups are important. '''Incredibly important.''' <span style="color: rgb(255, 0, 0);" data-mce-style="color: #ff0000;">'''Do Your Backups!'''</span> That said, manual backups kinda suck. & PVE backups through the Web UI are manual backups. If you want to do automated backups, you'll do them through the CLI (Probably using cron...) The tool PVE provides is [https://pve.proxmox.com/pve-docs/vzdump.1.html vzdump]. ==...")
  • 13:02, 14 May 2022 Tinker talk contribs created page File:Node-red install output (2022-05-14).png
  • 13:02, 14 May 2022 Tinker talk contribs uploaded File:Node-red install output (2022-05-14).png
  • 20:57, 9 April 2022 Tinker talk contribs created page Setting up a NUT Client (Created page with "fffff")
  • 20:50, 9 April 2022 Tinker talk contribs created page Setting up a NUT Server (Created page with "fffff")
  • 00:05, 25 February 2022 Tinker talk contribs uploaded a new version of File:Screenshot from 2020-06-08 14-31-42.png
  • 19:01, 15 February 2022 Tinker talk contribs created page File:Tinypoop.png
  • 19:01, 15 February 2022 Tinker talk contribs uploaded File:Tinypoop.png
  • 19:01, 15 February 2022 Tinker talk contribs created page File:Poop.png
  • 19:01, 15 February 2022 Tinker talk contribs uploaded File:Poop.png
  • 22:25, 11 February 2022 Tinker talk contribs created page ESXi - 6.7 esxcli storage core device setconfig (Created page with " --detached=<bool> Mark device as detached. -d{{!}}--device=<str> The device upon which to operate. This can be any of the UIDs that a device reports. (required) --perennially-reserved=<bool> Mark device as perennially reserved. --shared-clusterwide=<bool> Mark device as not shared clusterwide. Examples: Mark device naa.1234 as persistently detached # esxcli storage core device se...")
  • 20:30, 11 February 2022 Tinker talk contribs created page ESXi - 6.7 esxcli storage core claimrule add (Created page with " -A{{!}}--adapter=<str> Indicate the adapter of the paths to use in this operation. -u{{!}}--autoassign The system will auto assign a rule id. -C{{!}}--channel=<long> Indicate the channel of the paths to use in this operation. -c{{!}}--claimrule-class=<str> Indicate the claim rule class to use in this operation [MP, Filter, VAAI]. -d{{!}}--device=<str>...")
  • 20:35, 10 February 2022 Tinker talk contribs created page ESXi - 6.7 storage (Created page with "VMKernel system properties and commands for configuring properties of the kernel core system and related system services. == core == == filesystem == == hpp == == iofilter == == nfs == == nfs41 == == nmp == == san == == vflash == == vmfs == == vvol ==")
  • 19:24, 10 February 2022 Tinker talk contribs created page ESXi - 6.7 software (Created page with "Manage the ESXi software image and packages<br> == acceptance == get Gets the host acceptance level. This controls what VIBs will be allowed on a host. set Sets the host acceptance level. This controls what VIBs will be allowed on a host. == profile == get Display the installed image profile. install Installs or applies an image profile from a depot to this host. This command completely replaces the installed image with the image defined by the new image profile, a...")
  • 18:17, 10 February 2022 Tinker talk contribs created page ESXi - 6.7 sched (Created page with "= sched = VMKernel system properties and commands for configuring scheduling related functionality. (Really... If you say so... Don't look like that to me...) == reliablemem == get == swap == === system === get set")
  • 17:49, 10 February 2022 Tinker talk contribs created page ESXi - 6.7 rdma (Created page with "= rdma = Operations that pertain to remote direct memory access (RDMA) protocol stack on an ESX host.<br> == device == list === protocol === list === stats === get === vmknic === list == iser == add delete")
  • 14:54, 10 February 2022 Tinker talk contribs created page ESXi - 6.7 nvme (Created page with "= nvme = VMware NVMe driver esxcli extensions")
  • 15:51, 9 February 2022 Tinker talk contribs created page ESXi - 6.7 network (Created page with "= network = Operations that pertain to the maintenance of networking on an ESX host. This includes a wide variety of commands to manipulate virtual networking components (vswitch, portgroup, etc) as well as local host IP, DNS and general host networking settings.<br>")
  • 02:20, 9 February 2022 Tinker talk contribs created page ESXi - 6.7 iscsi (Created page with "= iscsi = VMware iSCSI commands.<br>")
  • 02:11, 9 February 2022 Tinker talk contribs moved page ESXi - 6.7 esxcli Command List3 to ESXi - 6.7 esxcli Command List without leaving a redirect
  • 02:11, 9 February 2022 Tinker talk contribs deleted page ESXi - 6.7 esxcli Command List (content was: " Usage: esxcli [options] {namespace}+ {cmd} [cmd options] Options: --formatter=FORMATTER Override the formatter to use for a given command. Available formatter: keyvalue, csv, xml --debug Enable debug or internal use options --version Display version information for the script -?, --help...", and the only contributor was "Tinker" (talk))
  • 02:11, 9 February 2022 Tinker talk contribs deleted page ESXi - 6.7 esxcli Command List2 (content was: "The '''esxcli''' command set is based in a "namespace" model. It's kinda weird & convoluted. = Usage = Usage: esxcli [options] {namespace}+ {cmd} [cmd options] Options: --formatter=FORMATTER Override the formatter to use for a given command. Available formatter: keyvalue, csv, xml --debug Enable debug or i...", and the only contributor was "Tinker" (talk))
  • 00:24, 9 February 2022 Tinker talk contribs created page ESXi - 6.7 esxcli hardware (Created page with "= hardware = Device manager commands == bootdevice == == clock == == cpu == == ipmi == == memory == == pci == == platform == == power == == smartcard == == tpm == == trustedboot == == usb ==")
  • 22:23, 8 February 2022 Tinker talk contribs created page ESXi - 6.7 esxcli graphics (Created page with "= graphics = VMware graphics commands.")
  • 21:01, 8 February 2022 Tinker talk contribs created page ESXi - 6.7 esxcli fcoe (Created page with "= fcoe =")
  • 20:51, 8 February 2022 Tinker talk contribs created page ESXi - 6.7 esxcli esxcli (Created page with "= esxcli = Commands that operate on the esxcli system itself allowing users to get additional information. == command == * '''list''' : List all of the esxcli commands. :* <code>esxcli esxcli command list</code>")
  • 19:58, 8 February 2022 Tinker talk contribs created page ESXi - 6.7 esxcli device (Created page with "= device = Device manager commands * '''add''' : Add a device to enable a software device driver. :* <code>esxcli device add '''-d IDENTIFIER [-i ADDRESS]'''</code> == alias == * '''get''' : Display hardware location info for a device alias. :* <code>esxcli device alias get '''-n ALIAS'''</code> '''list''' :: List device aliases. ::* <code>esxcli device alias list</code> == driver == :* '''list''' :: Show driver status for specific devices. ::* <code>esxcli device dri...")
  • 19:41, 8 February 2022 Tinker talk contribs created page ESXi - 6.7 esxcli Command List3 (Created page with "The '''esxcli''' command set is based in a "namespace" model. It's kinda weird & convoluted. = Usage = Usage: esxcli [options] {namespace}+ {cmd} [cmd options] Options: --formatter=FORMATTER Override the formatter to use for a given command. Available formatter: keyvalue, csv, xml --debug Enable debug or internal use options --version Display version information for the script -?...")
  • 18:53, 8 February 2022 Tinker talk contribs created page ESXi - 6.7 esxcli Command List2 (Created page with "= device = Device manager commands * device add Add a device to enable a software device driver. * device.alias get Display hardware location info for a device alias. * device.alias list List device aliases. * device.driver list Show driver status for specific devices. * devi...")
  • 14:15, 8 February 2022 Tinker talk contribs created page ESXi - 6.7 esxcli Command List (Created page with "fffff")
  • 14:12, 8 February 2022 Tinker talk contribs created page ESXi - esxcli (Created page with "= Some Handy Commands = *Available Commands **<code>esxcli esxcli command list</code> ***[[ESXi - 6.7 esxcli Command List{{!}}6.7]] *Listing DataStores **<code>esxcli storage vmfs extent list</code> *Listing VMs **<code>esxcli vm process list</code> ***Gives you a list of '''Running''' VMs & various useful bits of information about them. ***Appears to list them in the order in which they where started. *Stopping / Starting VMs **<code>esxcli vm process kill –type=[sof...")
  • 14:09, 8 February 2022 Tinker talk contribs created page ESXi - vim-cmd (Created page with "= Some Handy Commands = *List available VMs **<code>vim-cmd vmsvc/getallvms</code> *Check the power state of a VM **<code>vim-cmd vmsvc/power.getstate [VMID]</code> ***'''VMID:''' Found in list from <code>vim-cmd vmsvc/getallvms</code> *Power on a VM **<code>vim-cmd vmsvc/power.on [VMID]</code> ***'''VMID:''' Found in list from <code>vim-cmd vmsvc/getallvms</code> *Power off a VM **<code>vim-cmd vmsvc/power.shutdown [VMID]</code> ***'''VMID:''' Found in list from <code>...")
  • 18:52, 3 February 2022 Tinker talk contribs created page UPS Handling with NUT (Created page with "* <code>sudo apt install nut</code> * <code>ll /etc/nut/</code> * <code>vi /etc/nut/nut.conf</code> * <code>sudo vi /etc/nut/nut.conf</code> * <code>sudo vi /etc/nut/ups.conf</code> * <code>sudo upsdrvctl start</code> * <code>ip a</code> * <code>sudo vi /etc/nut/upsd.conf</code> * <code>sudo vi /etc/nut/upsd.users</code> * <code>sudo vi /etc/nut/upsmon.conf</code> * <code>sudo service nut-server restart</code> * <code>sudo service nut-server status</code> * <code>upsc...")
  • 01:09, 2 February 2022 Tinker talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: Collapsible elements. Toggle-link moved to left. /* Margin around it adjusted.: .mw-collapsible span.mw-collapsible-toggle { float:left; margin-left:0; margin-right:1em; }")
  • 18:48, 1 February 2022 Tinker talk contribs created page Setup a VPN (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) {{!}} {{!}}} {{{!}} class="wikitable" style="border-collapse: collapse; width: 33%; left;" {{!}}- style="text-align: center;" ! style="...")
  • 18:41, 27 January 2022 Tinker talk contribs created page Linux - Shell Scripts (Created page with "= Links to some useful shell scripting tutorials = * [https://bash.cyberciti.biz/guide/Menu_driven_scripts Menu driven scripts] = Links to some useful shell scripts = *[http://linoxide.com/linux-shell-script/shell-script-check-linux-system-health/ Shell Script to Check Linux System Health] *[http://linoxide.com/linux-shell-script/kernel-version-multiple/ Linux Shell Script To Find Kernel Version From Multiple Servers] *[http://linoxide.com/linux-shell-script/shell-scr...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)