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).
- 11: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>")
- 16:42, 15 May 2025 Simon talk contribs created page File:65f65808-7046-4d17-920c-040239fa6282.jpg
- 16:42, 15 May 2025 Simon talk contribs uploaded File:65f65808-7046-4d17-920c-040239fa6282.jpg
- 16: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...")