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)
  • 15:55, 17 April 2023 Tinker talk contribs created page Torrenting Server (Created page with "= Storage = *Storage space for downloading (Torrents & such) should be done on a dedicated drive. **If setting up on an ESXi-based VM, set up a datastore specifically for this purpose. **Another option is to mount the storage space via NFS. Best solution... Give the VM a fresh new drive of 500GB to 1TB. Format the drive & set it to a sensible mounting method (Identify by label... mount at boot...) chmod -R ugo+rwX /mnt Create "Done" & "WIP" folders on that drive Sha...")
  • 15:46, 17 April 2023 Tinker talk contribs created page OpenVPN Autoconnect - Using NordVPN (Created page with "== Setting up NordVPN in Linux - Mint specifically == This is the basics, there is more info at the NordVPN site, [https://support.nordvpn.com/Connectivity/Linux/1325531132/Installing-and-using-NordVPN-on-Debian-Ubuntu-Elementary-OS-and-Linux-Mint.htm Installing in Debian] To install NordVPN to run in the background of your Linux install, you can either go to their [https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn-release_1.0.0_all.deb download page] OR foll...")
  • 15:44, 17 April 2023 Tinker talk contribs created page OpenVPN Autoconnect - Using PIA (Created page with "=== Autoconnect PIA VPN on Boot === Create the OpenVPN autoconnect init.d startup script file * <code>sudo vim /etc/init.d/openvpnauto</code> Paste this OpenVPN autoconnect startup script, if you do not want to use Sweden.ovpn then replace it in the <code>DAEMON_OPTS</code> line <pre> #!/bin/sh ### BEGIN INIT INFO # Provides: OpenVPN Autoconnect # Required-Start: $local_fs $remote_fs $network # Required-Stop: $local_fs $remote_fs $network # Default-Sta...")
  • 15:42, 17 April 2023 Tinker talk contribs created page OpenVPN Configuration - Using NordVPN (Created page with "== Setting up NordVPN in Linux - Mint specifically == There is quite a bit to enter in here so I am gonna just link to Nord's official setup page...<br> [https://support.nordvpn.com/Connectivity/Linux/1325531132/Installing-and-using-NordVPN-on-Debian-Ubuntu-Elementary-OS-and-Linux-Mint.htm NordVPN Setup in Linux] Which sets you up using NordVPNs own package... For OpenVPN see: [https://support.nordvpn.com/Connectivity/Linux/1047409422/How-can-I-connect-to-NordVPN-using...")
  • 15:41, 17 April 2023 Tinker talk contribs created page OpenVPN Configuration - Using PIA (Created page with "Enter the OpenVPN folder * <code>cd /etc/openvpn</code> Download the Private Internet Access OpenVPN configuration files (extension .ovpn) * <code>sudo wget --no-check-certificate <nowiki>https://www.privateinternetaccess.com/openvpn/openvpn.zip</nowiki></code> Unzip the openvpn configuration files * <code>sudo unzip openvpn.zip</code> You can list all of the countries you can connect to with this command inside the <code>/etc/openvpn</code> folder * <code>ls -lh *.o...")
  • 15:39, 17 April 2023 Tinker talk contribs created page VPN Setup (Created page with "== Install OpenVPN == Install OpenVPN and unzip<br>* <code>sudo apt-get install openvpn unzip -y</code> == Configure OpenVPN == * [[OpenVPN Configuration - Using PIA{{!}}Using PIA]]<br>* [[OpenVPN Configuration - Using NordVPN{{!}}Using NordVPN]] == Test that the VPN is working ==<br>Start the vpn:<br>* <code>sudo openvpn --config /etc/openvpn/Sweden.ovpn --auth-user-pass /etc/openvpn/login.txt</code> Check it (in a second terminal):<br>* &lt...")
  • 23:23, 16 April 2023 Tinker talk contribs created page Proxmox Backup Client (Created page with "= Installation = * <code>wget <nowiki>https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg</nowiki> -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg</code> * <code>vi /etc/apt/sources.list</code> * add in: <syntaxhighlight> # Proxmox Backup Server pbs-no-subscription repository provided by proxmox.com, # NOT recommended for production use deb http://download.proxmox.com/debian/pbs bullseye pbs-no-subscription </syntaxhighlight> * <code>vi /etc/apt/so...")
  • 17:01, 14 April 2023 Tinker talk contribs created page Linux - Stats over MQTT (Created page with "=== /usr/local/bin/MQTTstats.sh === <syntaxhighlight lang="sh" line="1"> # Get uptime if [ -f "/proc/uptime" ]; then uptime=`cat /proc/uptime` uptime=${uptime%%.*} seconds=$(( uptime%60 )) minutes=$(( uptime/60%60 )) hours=$(( uptime/60/60%24 )) days=$(( uptime/60/60/24 )) fi # Get loadavg if [ -f "/proc/loadavg" ]; then OneMin=`cat /proc/loadavg {{!}} cut -b 1-4` FiveMin=`cat /proc/loadavg {{!}} cut -b 6-9` FifteenMin=`cat /proc/loadavg {{!}} cut -b 11-14` fi # Get %...")
  • 15:47, 14 April 2023 Tinker talk contribs created page MQTT monitoring Daemon (Created page with "== Requirements: == * <code>apt install mosquitto-clients</code> * <code>apt install jq</code> == The systemd Unit == <code>/etc/systemd/system/MQTTmon.service</code> <syntaxhighlight lang="bash"> [Unit] Description=MQTT Monitoring Daemon After=network.target Requires=network.target [Service] Type=simple User=root ExecStart=/usr/bin/MQTTmon Restart=always [Install] WantedBy=multi-user.target </syntaxhighlight> * <code>systemctl daemon-reload</code> * <code>systemc...")
  • 15:45, 10 April 2023 Tinker talk contribs moved page PVE Removable Drive Backups to PVE External Drive Backups without leaving a redirect
  • 15:43, 10 April 2023 Tinker talk contribs created page PVE Removable Drive Backups (Created page with "First, need USB drive handling. = A starting point: USBmount = * [https://www.linuxuprising.com/2019/04/automatically-mount-usb-drives-on.html Automatically Mount USB Drives On Ubuntu Or Debian Server With USBmount] ** [https://github.com/rbrito/usbmount USBmount on GitHub] * <code>apt install -y git debhelper build-essential lockfile-progs</code> * <code>mkdir src</code> * <code>cd src</code> * <code>git clone https://github.com/rbrito/usbmount</code> * <code>cd usbmou...")
  • 23:24, 9 April 2023 Tinker talk contribs created page File:Successful-Containers.png
  • 23:24, 9 April 2023 Tinker talk contribs uploaded File:Successful-Containers.png
  • 23:09, 9 April 2023 Tinker talk contribs created page Database - Grafana (Created page with "Originally written by Grant Reed (you will need '''gnupg''') == How To Install Grafana on Linux Mint 20 == https://grafana.com/docs/grafana/latest/installation/debian/ Installation was tested on a fresh VM of Mint 20 so if i screwed something up, it wasn't going to be my Automation server There are 2 versions that could be installed -OSS and Enterprise. It is suggested by Grafana to install the Enterprise version for stability. We will be installing the latest versio...")
  • 23:03, 9 April 2023 Tinker talk contribs created page Database - InfluxDB (Created page with "Originally written by Grant Reed (you will need '''curl''' & '''gnupg''') == Installing InfluxDB on Mint 19.3 and 20 == === Start by adding it to the repository === *<code>echo "deb <nowiki>https://repos.influxdata.com/debian</nowiki> stretch stable" {{!}} sudo tee /etc/apt/sources.list.d/influxdb.list</code> === Install GPG Key === *<code>sudo curl -sL <nowiki>https://repos.influxdata.com/influxdb.key</nowiki> {{!}} sudo apt-key add -</code> === Update the index...")
  • 20:15, 9 April 2023 Tinker talk contribs created page PVE LXC Containers (Created page with "<span style="color: rgb(132, 63, 161);" >Note: I am just beginning to learn the ins & outs of LXC containers.</span> So far, LXC containers are just like regular Linux (for the most part...) & the same procedures apply when building. = Stumbling Blocks = == Standard LXC containers built upon Debian seem to block non-root users from using ping... == '''ping: socket: Operation not permitted''' [https://www.suse.com/support/kb/doc/?id=000020581 Discussion & a solution]...")
  • 13:48, 8 April 2023 Tinker talk contribs deleted page User:WilliamZapata7 (Spam)
  • 13:47, 8 April 2023 Tinker talk contribs blocked WilliamZapata7 talk contribs with an expiry time of indefinite (account creation disabled, email disabled, cannot edit own talk page) (Spammer)
  • 13:45, 8 April 2023 Tinker talk contribs deleted page User:RosellaAlonso (Spam)
  • 13:45, 8 April 2023 Tinker talk contribs deleted page No Credit Check Payday Loans Online Alternatives For Everybody (Spam)
  • 13:44, 8 April 2023 Tinker talk contribs blocked RosellaAlonso talk contribs with an expiry time of indefinite (account creation disabled, cannot edit own talk page) (Spammer)
  • 13:42, 8 April 2023 Tinker talk contribs deleted page Five Methods Of Payday Loans Online Canada Domination (Spam)
  • 04:09, 27 March 2023 RosellaAlonso talk contribs created page No Credit Check Payday Loans Online Alternatives For Everybody (Created page with "Payday loans usually are not a solution to long-term financial problems and may only be used as a last resort. The interest rates on payday loans are normally very high, with APRs (apr interest rates) including 300% to 500% or higher. Some payday lenders may need borrowers to supply a copy with their driver's license or another proof of residence in order to approve the borrowed funds. Borrowers who are considering a pay day loan should be mindful of the potential conseq...")
  • 04:09, 27 March 2023 RosellaAlonso talk contribs created page User:RosellaAlonso (Created page with "Borrowers who will be considering an installment loan should carefully review the fine print of the money, including the interest rate and repayment schedule. Payday loans might have a negative affect a borrower's credit history, particularly if they're unable to repay the credit on time or default about the loan. Payday [https://sites.google.com/view/loans-info/guaranteed-payday-loans guaranteed approval loans for poor credit canada] are generally small loans, starting...")
  • 04:06, 27 March 2023 User account RosellaAlonso talk contribs was created
  • 21:07, 25 March 2023 WilliamZapata7 talk contribs created page Five Methods Of Payday Loans Online Canada Domination (Created page with "Payday loans could possibly be more expensive for borrowers who have no other choices for covering technology expenses or another equipment costs. Borrowers who are can not repay a cash advance may be subject to additional fines, which can increase the cost of the loan. Some lenders may offer payday loans with no appraisal of creditworthiness or minimal documentation, which can cause them to become particularly attractive to people that are in a very hurry to get cash. B...")
  • 21:07, 25 March 2023 WilliamZapata7 talk contribs created page User:WilliamZapata7 (Created page with "Borrowers who use payday cash advances often have low incomes and poor people's credit reports, so that it is difficult to enable them to access other forms of credit. Borrowers who are not able to qualify for the traditional loan or credit card may still manage to access other forms of credit, such as a secured plastic card or a credit builder loan. Some states have implemented stricter regulations on payday lending, in order to guard consumers from predatory practices...")
  • 21:05, 25 March 2023 User account WilliamZapata7 talk contribs was created
  • 01:14, 8 March 2023 Tinker talk contribs created page WIP (Created page with "* WeeWX * TailScale")
  • 01:11, 8 March 2023 Tinker talk contribs created page WeeWX (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> {{!}}} '''<span style="color: rgb(132, 63, 161); font-size: 24pt;" >WIP!!!</span>''' = WeeWX HowTo = <br>")
  • 01:00, 8 March 2023 Tinker talk contribs created page TailScale (Created page with "WIP!!! = TailScale HowTo = WIP!!!")
  • 15:40, 7 March 2023 Tinker talk contribs created page Getting up-to-date NodeJS & NPM (Created page with "= The Old Instructions = <span style="color:#8B0082">'''NOTE:''' The Ubunto repositories serve up an outdated version of Node.js. (v10.19.0)</span> <span style="color:#8B0082">Node-Red 2 requires v12... (and apparently, soon to require newer than that...)</span> [[Getting nodejs v12{{!}}Getting nodejs v12]] <span style="color:#8B0082">To determine what version you actually have once it's installed:</span> * <code><span style="color:#8B0082">nodejs -v</span></code> Any...")
  • 13:45, 5 March 2023 Tinker talk contribs deleted page Proxmox All-in-One 0 (was temporary version)
  • 21:22, 2 March 2023 Tinker talk contribs created page Proxmox All-in-One 0 (Created page with "= Installing PVE = Start with the port you will want as your LAN port (secondary) from pfSense connected to your network Install PVE Fix repositories * Add "pve-no-subscription" * Disable "pve-enterprise" * Refresh updates * Upgrade Add a second Linux Bridge * No addresses or gateways * Assign your, as yet unused, second physical Ethernet port to this bridge = pfSense = Installing [[pfSense{{!}}pfSense]] ([https://getlabsdone.com/how-to-install-pfsense-on-proxmox-step...")
  • 15:42, 25 February 2023 Tinker talk contribs deleted page Turd (content was: "this <span style="color: rgb(22, 145, 121);" >is a</span> test", and the only contributor was "Tinker" (talk))
  • 14:27, 25 February 2023 Tinker talk contribs created page Turd (Created page with "this is a test")
  • 14:05, 25 February 2023 Tinker talk contribs created page Database - MariaDB (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> {{!}}} * <code>sudo apt install mariadb-server mariadb-client php-mysql</code>")
  • 15:50, 20 January 2023 Tinker talk contribs created page File:Logo Windows.png
  • 15:50, 20 January 2023 Tinker talk contribs uploaded File:Logo Windows.png
  • 00:47, 27 November 2022 Tinker talk contribs created page File:Screenshot from 2022-11-27 00-45-29.png
  • 00:47, 27 November 2022 Tinker talk contribs uploaded File:Screenshot from 2022-11-27 00-45-29.png
  • 11:53, 19 October 2022 Tinker talk contribs created page Typographic conventions (Created page with "fffff")
  • 17:23, 23 September 2022 Tinker talk contribs created page HowTo - GIT & GitHub (Created page with "<div>==GitHub==</div><div><br></div><div>* Required tools:</div><div>** <code>sudo apt install git</code></div><div>** [https://github.com/cli/cli/blob/trunk/docs/install_linux.md Installing gh on Linux and BSD]</div><div>***<code>curl -fsSL <nowiki>https://cli.github.com/packages/githubcli-archive-keyring.gpg</nowiki> {{!}} sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg</code></div><div>***<code>sudo chmod go+r /us...")
  • 23:02, 15 September 2022 Tinker talk contribs created page Electronics - Project Thoughts (Created page with "= USB-C PD Lithium Charger = == The Basic Idea ==")
  • 13:30, 12 September 2022 Tinker talk contribs created page KiCad Resources (Created page with "== Installing KiCad 6 == The Debian repositories default to KiCad 5... This is dumb. BUT! KiCad 6 is in the backports & available. So you just have to tell apt to install 6. "To be able to install versions from a official Debian Backport repository you need to extend your sources.list configuration if not yet happen. If you are running Debian Bullseye please create a file /etc/apt/sources.list.d/bullseye-backports.list if you don’t have an similar entry already." TL...")
  • 13:23, 12 September 2022 Tinker talk contribs created page File:KiCad pkg-list.png
  • 13:23, 12 September 2022 Tinker talk contribs uploaded File:KiCad pkg-list.png
  • 13:20, 12 September 2022 Tinker talk contribs created page Electronics Stuff (Created page with "foo")
  • 23:54, 10 September 2022 Tinker talk contribs created page Desktop Frustration Removal (Created page with "Elimination the GNU Keyring Dialog")
  • 12:58, 17 July 2022 Tinker talk contribs created page PVE Troubleshooting (Created page with "For some reason, the denizens of the Internet assume that all difficulties when using PVE stem from screwing up your cluster.  This is kind of odd when you consider that, sometimes, PVE servers run on their own... == qm commands fail hard == Example: <code></code><pre> <code> root@proxmox-pve:~# qm list ipcc_send_rec[1] failed: Connection refused ipcc_send_rec[2] failed: Connection refused ipcc_send_rec[3] failed: Connection refused Unable to load access control li...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)