User contributions for Tinker
Jump to navigation
Jump to search
- 17:03, 14 April 2023 diff hist +571 MQTT monitoring Daemon
- 16:51, 14 April 2023 diff hist +86 MQTT monitoring Daemon →The systemd Unit
- 16:48, 14 April 2023 diff hist +61 MQTT monitoring Daemon
- 16:47, 14 April 2023 diff hist +2,091 N 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..."
- 16:46, 14 April 2023 diff hist +48 Linux Stuff →System Setup
- 14:09, 14 April 2023 diff hist +122 PVE LXC Containers →DHCP / DNS Difficulties
- 14:00, 14 April 2023 diff hist +190 PVE LXC Containers →Stumbling Blocks & Oddities
- 15:00, 12 April 2023 diff hist +154 PVE LXC Containers →Stumbling Blocks & Oddities
- 14:57, 12 April 2023 diff hist +11 PVE LXC Containers →Stumbling Blocks
- 19:06, 10 April 2023 diff hist −1 PVE External Drive Backups →Putting this to use current
- 19:05, 10 April 2023 diff hist +87 PVE External Drive Backups →Putting this to use
- 19:00, 10 April 2023 diff hist +69 PVE External Drive Backups →Putting this to use
- 18:34, 10 April 2023 diff hist +71 PVE External Drive Backups →TBD
- 18:29, 10 April 2023 diff hist +255 PVE External Drive Backups →TBD
- 16:46, 10 April 2023 diff hist −2 Proxmox Stuff →Proxmox Virtual Environment
- 16:45, 10 April 2023 diff hist 0 m PVE External Drive Backups Tinker moved page PVE Removable Drive Backups to PVE External Drive Backups without leaving a redirect
- 16:43, 10 April 2023 diff hist +3,371 N PVE External 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..."
- 16:40, 10 April 2023 diff hist +62 Proxmox Stuff →Proxmox Virtual Environment
- 00:29, 10 April 2023 diff hist +56 PVE LXC Containers
- 00:24, 10 April 2023 diff hist 0 N File:Successful-Containers.png current
- 00:12, 10 April 2023 diff hist +11 Database - InfluxDB →Using this with Grafana
- 00:10, 10 April 2023 diff hist −11 Database - InfluxDB →Using this with Grafana Tag: Manual revert
- 00:09, 10 April 2023 diff hist +5,149 N 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..."
- 00:08, 10 April 2023 diff hist +11 Database - InfluxDB →Using this with Grafana Tag: Reverted
- 00:07, 10 April 2023 diff hist +1 Database - InfluxDB →Using this with Node Red
- 00:04, 10 April 2023 diff hist +10 Database - InfluxDB →Using this with Node Red
- 00:03, 10 April 2023 diff hist +2,313 N 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..."
- 00:01, 10 April 2023 diff hist +162 PVE LXC Containers
- 23:56, 9 April 2023 diff hist +199 PVE LXC Containers →Configuring & Using the Container
- 23:53, 9 April 2023 diff hist +288 PVE LXC Containers →Creating the Container
- 23:48, 9 April 2023 diff hist +199 PVE LXC Containers →Configuring & Using the Container
- 23:43, 9 April 2023 diff hist +41 PVE LXC Containers →Creating the Container
- 23:42, 9 April 2023 diff hist +1,000 PVE LXC Containers →Creating the Container
- 23:19, 9 April 2023 diff hist +425 PVE LXC Containers →Templates
- 21:53, 9 April 2023 diff hist +72 PVE LXC Containers
- 21:30, 9 April 2023 diff hist −1 PVE LXC Containers →Stumbling Blocks
- 21:18, 9 April 2023 diff hist −26 PVE LXC Containers
- 21:15, 9 April 2023 diff hist +584 N 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]..."
- 21:08, 9 April 2023 diff hist −7 Bootable Thumbdrives current
- 21:07, 9 April 2023 diff hist +25 Proxmox Stuff
- 21:05, 9 April 2023 diff hist +60 Proxmox Stuff
- 21:01, 9 April 2023 diff hist +44 Proxmox Stuff
- 15:08, 9 April 2023 diff hist +7 WebServer - Basic LAMP Stack Install →Install the packages
- 15:06, 9 April 2023 diff hist +399 WebServer - Basic LAMP Stack Install →Install the packages
- 01:14, 9 April 2023 diff hist +17 Getting up-to-date NodeJS & NPM →A WORKING Set of install instructions
- 17:16, 7 April 2023 diff hist +96 Proxmox All-in-One →Installing PVE
- 13:19, 7 April 2023 diff hist +5 Adding a new drive from the command line →Label the drive
- 13:18, 7 April 2023 diff hist +149 Adding a new drive from the command line →Some Links
- 13:16, 7 April 2023 diff hist +216 Adding a new drive from the command line →Label the drive
- 13:14, 7 April 2023 diff hist +163 Adding a new drive from the command line →Label the drive