All 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).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 15:55, 30 August 2024 Simon talk contribs created page RDP Access (Created page with "You will need a GNOME Shell extension to solve this problem. First, install install gnome-shell-extension-manager with this command: ```sudo apt install gnome-shell-extension-manager``` The open the newly installed app called Extension in the GUI. Within this app, search for and install the Allow locked Remote Desktop GNOME Shell extension. Now you will be able to remotely connect to this computer even when the screen is locked. You will still need to be logged in loc...")
- 20:35, 19 April 2024 Simon talk contribs created page Opencv with cuda support (Created page with "Install JTOP <pre>sudo apt install python3-pip</pre> After pip installs: <pre>sudo pip3 install -U jetson-stats</pre> Install jetson containers <pre> # install the container tools git clone https://github.com/dusty-nv/jetson-containers bash jetson-containers/install.sh </pre> Then staying in the home directory <pre> sudo ./jetson-containers/packages/opencv/opencv_install.sh https://nvidia.box.com/shared/static/ngp26xb9hb7dqbu6pbs7cs9flztmqwg0.gz OpenCV-4.8.1-aarch64.t...")
- 17:46, 19 April 2024 Simon talk contribs created page File:JTOP.png
- 17:46, 19 April 2024 Simon talk contribs uploaded File:JTOP.png
- 09:08, 20 March 2024 Simon talk contribs created page File:Front gate.png
- 09:08, 20 March 2024 Simon talk contribs uploaded File:Front gate.png
- 09:06, 20 March 2024 Simon talk contribs created page Front Gate (Created page with "Jeatone is the supplier Setup information can be found at http://www.jeatone.com/col.jsp?spm=a2g0s.imconversation.0.0.74f63e5f7uslaH&id=110 Select SIP villa multiple matching sets operation PIN Code is 666666")
- 13:05, 2 March 2024 Simon talk contribs created page Fix Docker (Created page with "Use the following commands <pre> sudo update-alternatives --set iptables /usr/sbin/iptables-legacy sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy sudo systemctl restart docker </pre>")
- 10:28, 24 February 2024 Simon talk contribs created page Enable CSI Camera via header pins (Created page with "Got to https://docs.nvidia.com/jetson/archives/r36.2/DeveloperGuide/HR/ConfiguringTheJetsonExpansionHeaders.html?highlight=jetson%20io#running-jetson-io run ```sudo /opt/nvidia/jetson-io/jetson-io.py```")
- 14:34, 23 February 2024 Simon talk contribs created page File:Ttn1.png (The things network security)
- 14:34, 23 February 2024 Simon talk contribs uploaded File:Ttn1.png (The things network security)
- 14:06, 21 January 2024 Simon talk contribs created page Compile opencv with cuda support (Created page with "https://www.youtube.com/watch?v=art0-99fFa8 https://github.com/mdegans/nano_build_opencv/tree/master You want to change line 114 in opencv/modules/dnn/src/cuda4dnn/primitives/normalize_bbox.hpp: from: <pre> if (weight != 1.0)</pre> to: <pre> if (weight != static_cast<T>(1.0))</pre> As well as line 124 in opencv/modules/dnn/src/cuda4dnn/primitives/region.hpp (due to a similar error): from: <pre> if (nms_iou_threshold > 0) {</pre> to: <pre> if (nms_iou_threshold > stat...")
- 14:03, 21 January 2024 Simon talk contribs created page Jetson Orin Nano (Created page with "You want to change line 114 in opencv/modules/dnn/src/cuda4dnn/primitives/normalize_bbox.hpp: from: if (weight != 1.0) to: if (weight != static_cast<T>(1.0)) As well as line 124 in opencv/modules/dnn/src/cuda4dnn/primitives/region.hpp (due to a similar error): from: if (nms_iou_threshold > 0) { to: if (nms_iou_threshold > static_cast<T>(0)) { Explanation: Since both variables, weight and nms_iou_threshold, are templated and finally boil down to a primitive type during...")
- 15:39, 15 January 2024 Simon talk contribs created page File:Node-red6.png
- 15:39, 15 January 2024 Simon talk contribs uploaded File:Node-red6.png
- 15:29, 15 January 2024 Simon talk contribs created page File:Node-red2.png
- 15:29, 15 January 2024 Simon talk contribs uploaded File:Node-red2.png
- 15:18, 15 January 2024 Simon talk contribs created page File:Node-red5.png
- 15:18, 15 January 2024 Simon talk contribs uploaded File:Node-red5.png
- 15:15, 15 January 2024 Simon talk contribs uploaded a new version of File:Node-red1.png
- 15:15, 15 January 2024 Simon talk contribs created page File:Node-red4.png
- 15:15, 15 January 2024 Simon talk contribs uploaded File:Node-red4.png
- 15:14, 15 January 2024 Simon talk contribs created page File:Node-red3.png
- 15:14, 15 January 2024 Simon talk contribs uploaded File:Node-red3.png
- 13:49, 28 August 2023 Simon talk contribs created page Change the media wiki password (Created page with "change directory <pre> cd /var/www/mediawiki/maintenance/ php changePassword.php --user=Simon --password=xxxxxx </pre>]]")
- 13:48, 28 August 2023 Simon talk contribs created page Router - setting up from fresh (Created page with "The Asus GT-AC5300 will not connect to UFB by default. Choose 'LAN' then IPTV and add the following: temp")
- 13:42, 28 August 2023 Simon talk contribs created page MediaWiki - enable file upload (Created page with "Images are stored in /var/www/mediawiki/images Go to /var/www/mediawiki and type <pre> sudo chmod -R 755 ./images/ sudo chown -R www-data:www-data images/ </pre> Also make sure php.ini (/etc/php/8.0/cli/php.ini) has FileUploads set to true")
- 11:48, 28 August 2023 Simon talk contribs created page Node-red (Created page with "=Node Red= Backup all flows using 'export' and save as a file (flows.json) If you have to remove any old versions of node-red <pre> sudo systemctl disable nodered.service sudo npm -g remove node-red rm -R ~/.node-red</pre> Update node <pre>curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash - sudo apt-get install -y nodejs</pre> Then to update node-red go to https://nodered.org/docs/getting-started/raspberrypi and run the bash script <pre>bash <(...")
- 11:45, 28 August 2023 Simon talk contribs created page Lora Gateway and Nodes (Created page with "==Lora Gateway== '''Setup of the MicroTik wAP LR9''' Access the Things Network Portal on https://au1.cloud.thethings.network/console/ ([https://au1.cloud.thethings.network/console/ (link)] Add a gateway, but you must use the Gateway EUI which comes from WinBox File:MikroTik1.png Then add this Gateway EUI to the Gateways setting in TTN Portal<br> Also add the gateway Server Address to the au1.cloud.thethings.network File:MikroTik3.png File:MikroTik2.png...")
- 11:36, 28 August 2023 Simon talk contribs created page Fix corrupted drive at startup (Created page with "<pre> systemctl stop systemd-journald umount -A /dev/disk/by-label/hassos-data fsck.ext4 /dev/disk/by-label/hassos-data </pre>]]")
- 11:35, 28 August 2023 Simon talk contribs created page LouvreTec (Created page with "=LouvreTec= The Nodo device was purchased from the Netherlands (https://www.nodo-shop.nl/nl/21-rflink-gateway) This uses an Arduino Mega 2560 board and adds a 443MHz radio file:rflink.jpg There is native support for this device in home assistant. Search the /dev/serial/by-id/ folder to identify the name. It will also show any simlink into tty. In my case this was /dev/ttyACM0 Follow the instructions at https://github.com/filipmaelbrancke/ha-rflink-rts to pair...")
- 11:33, 28 August 2023 Simon talk contribs created page Solar Panels (Created page with "The main code used for the solar system comes from two devices == SolaX Inveters == The invertors are queried using REST and return a JSON package POSTMAN has been pre-configured to do the same queries <pre> ######################################################### # # # SOLAX CLOUD Rear Unit # # # ################################...")
- 11:28, 28 August 2023 Simon talk contribs created page Towel rails logic (Created page with "The towel rails can be scheduled (scheduler) or turned ON and OFF by the measurement of excess solar power. During the day is the incoming solar is greater than 800 watts for 1 minute then all of the rails are turned on directly, using the switch turn_on command. <pre> alias: Heated rails on description: "" trigger: - platform: numeric_state entity_id: sensor.grid_feed_in above: "800" for: "00:01:00" condition: [] action: - service: switch.turn_on t...")
- 11:24, 28 August 2023 Simon talk contribs created page UPS (Created page with "== UPS == Here is my configuration.yaml for a cyberpower and the entities card setup. First you need to download and install the latest CyberPower Panel Business V4 at https://www.cyberpowersystems.com/products/software/power-panel-business/ I installed this on my Windows 10 computer (IP 192.168.1.7). I disabled Personal Edition of CyberPower in my startup services and installed Version 4 of the Business edition that I downloaded from the link above (ppb440-setup.ex...")
- 10:18, 28 August 2023 Simon talk contribs created page Home Assistant (Created page with "= Home Assistant = Here is my configuration.yaml for a cyberpower and the entities card setup. First you need to download and install the latest CyberPower Panel Business V4 at https://www.cyberpowersystems.com/products/software/power-panel-business/ I installed this on my Windows 10 computer (IP 192.168.1.7). I disabled Personal Edition of CyberPower in my startup services and installed Version 4 of the Business edition that I downloaded from the link above (ppb440...")
- 10:08, 28 August 2023 Simon talk contribs created page Notes (Created page with "= Notes= == 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 /tmp as ''simon.sql''")
- 09:49, 28 August 2023 Simon talk contribs created page Webhooks and Portainer (Created page with "'''IFTTT webhook''' https://hooks.nabu.casa/gAAAAABezcuTtDXy0gnNtq9YipEXNRWB1obDTcAETJ6CbFBLayQipUQLHfFQpTtp-fgPhcJ3qbrfHXoaT9qciSq0Nnx5cMydbeE4Qj4VpGSqN0hc5Kty5kvvfwwR5JcW2PvcXDDKWDpKUT2-H65i9UC3zPxIkfDeLQpOw8BieQPT2mAp8l-Y-Ac= '''OwnTracks webhook''' https://hooks.nabu.casa/gAAAAABezcrmp3_myfiYOMn86uFXlPwgxQkn1tapI5qUTZTluXR-Djk7c0QUeJgmQjcuaUuXgEKe5rdcfm00Y277c_lEP1TpC1Cz1x3fnkHWMSK2YGcOdB8rBuKDzz67asHV3Vwc9gYijkTsIsWf9C8wE2jFQGi3wgpzdisOYb4eGVIcCuStOm4= '''Google w...")
- 09:38, 28 August 2023 Simon talk contribs created page File:Ups2.png
- 09:38, 28 August 2023 Simon talk contribs uploaded File:Ups2.png
- 09:38, 28 August 2023 Simon talk contribs created page File:Total.png
- 09:38, 28 August 2023 Simon talk contribs uploaded File:Total.png
- 09:38, 28 August 2023 Simon talk contribs created page File:Solargraph1.png
- 09:38, 28 August 2023 Simon talk contribs uploaded File:Solargraph1.png
- 09:38, 28 August 2023 Simon talk contribs created page File:Solar new.jpg
- 09:38, 28 August 2023 Simon talk contribs uploaded File:Solar new.jpg
- 09:37, 28 August 2023 Simon talk contribs created page File:Powerflow.png
- 09:37, 28 August 2023 Simon talk contribs uploaded File:Powerflow.png
- 09:37, 28 August 2023 Simon talk contribs created page File:Node-red1.png
- 09:37, 28 August 2023 Simon talk contribs uploaded File:Node-red1.png
- 09:37, 28 August 2023 Simon talk contribs created page File:MikroTik3.png