Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Simon's Help System. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:22, 9 August 2025 Simon talk contribs created page Fix JTOP (Created page with "To modify the jetson_variables.py file, you would need to: Locate the file: The file is likely located in the /usr/local/lib/python3.10/dist-packages/jtop/core/ directory, as specified in the question. Edit the file: Open the file in a text editor and navigate to line 45. Add the new line: <pre>"36.4.4": "6.2.1",")
- 15:11, 9 August 2025 Simon talk contribs created page Chromium will not start (Created page with "Just run <pre> snap download snapd --revision=24724 sudo snap ack snapd_24724.assert sudo snap install snapd_24724.snap sudo sudo snap refresh --hold snapd</pre>")
- 11:37, 6 August 2025 Simon talk contribs reverted File:JTOP.png to an old version (Reverted to version as of 16:46, 19 April 2024 (NZST))
- 18:04, 26 July 2025 Simon talk contribs created page MobiFlight (Created page with "<pre> <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <MobiflightConnector> <outputs> <config guid="7da5c890-2ac6-47b2-8021-241f4f5a4b5c"> <active>true</active> <description>ActiveFrequency</description> <settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=10.5.2.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <source type="SimConnect" VarType="CODE" Value="(...")
- 18:02, 26 July 2025 Simon talk contribs created page Flight Simulator (Created page with " Fix Flight Simulator")
- 12:39, 11 June 2025 Simon talk contribs created page Ubuntu notes (Created page with "== Cron Jobs == When creating a cron job using ''crontab -e'' always log in as ''sudo su'' first. This makes sure the tasks are run at the administrator level ---- == SQL Dump== Its in /home/hassio/temp as ''simon.sql'' == Find Command== <pre> find -iname temp.smb 2>/dev/null </pre>")
- 17:42, 15 May 2025 Simon talk contribs created page File:65f65808-7046-4d17-920c-040239fa6282.jpg
- 17:42, 15 May 2025 Simon talk contribs uploaded File:65f65808-7046-4d17-920c-040239fa6282.jpg
- 17:38, 15 May 2025 Simon talk contribs created page Nginx reverse proxy (Created page with "The reverse proxy is set up as a conf file in /etc/nginx/conf.d/bunnfamily.nz.conf certbot keeps the certificates: Use: <pre> sudo certbot certonly --force-renew -d bunnfamily.nz -d www.bunnfamily.nz -d chrono.bunnfamily.nz -d grafana.bunnfamily.nz -d wiki.bunnfamily.nz -d pumpcompare.aquadvanced.online -d comfyui.bunnfamily.nz -d mine.bunnfamily.nz -d bunnserver.bunnfamily.nz -d hassio.bunnfamily.nz -d node-red.bunnfamily.nz</pre> Mediawiki uses php and this uses a li...")