All public logs
From KlavoWiki
Jump to navigationJump to search
Combined display of all available logs of KlavoWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:07, 14 October 2024 David Sọ̀rọ̀ contribs created page Reolink IP Camera (Created page with " left To obtain the video steam of the the Reolink cameras. RTSP, Clear and Fluent. <pre> rtsp://<username>:<password>@<camera_ip> rtsp://<username>:<password>@<camera_ip>/h264Preview_01_sub </pre> RTMP, Clear and Fluent <pre> rtmp://<camera_ip>/bcs/channel0_main.bcs?channel=0&stream=0&user=<username>&password=<password> rtmp://<camera_ip>/bcs/channel0_sub.bcs?channel=0&stream=1&user=<username>&password=<password> </pre> <br><br>Ima...")
- 23:54, 13 October 2024 David Sọ̀rọ̀ contribs created page File:reolink rlc-1240a.jpg
- 23:54, 13 October 2024 David Sọ̀rọ̀ contribs uploaded File:reolink rlc-1240a.jpg
- 23:53, 18 July 2024 David Sọ̀rọ̀ contribs created page btop (Created page with "btop++ : Resource monitor that shows usage and stats for processor, memory, disks, network and processes<br> To run on a Raspberry Pi, hence aarch64 <pre> cd /opt wget https://github.com/aristocratos/btop/releases/download/v1.3.2/btop-aarch64-linux-musl.tbz tar -xvjf btop-aarch64-linux-musl.tbz ./install.sh cd </pre> <pre> btop </pre> Category : Linux ")
- 03:33, 17 June 2024 David Sọ̀rọ̀ contribs created page RDP Saved Password (Created page with "Using the RDP command MSTSC and trying to save a username and password does not work. = Command = Create a saved password using this method. <pre>cmdkey /generic:TERMSRV/mycomputer.domain.local /user:domainname\username /pass:mysecretpssword</pre> = Show = If the type is Domain Password it seems to fail. Type needs to be Generic. <pre>cmdkey /list:TERMSRV/*</pre> == Domain Password : Will Fail == <pre> Currently stored credentials for TERMSRV/*: Target: TERMSR...")
- 08:16, 31 May 2024 David Sọ̀rọ̀ contribs created page Home Assistant VLAN (Created page with "To create a virtual interface on HassIO. SSH to Server. <pre> ha network vlan end0 15 --ipv4-address 10.13.14.253/24 --ipv6-method disabled </pre> Go into network setting as it seems to make the interface DHCP. Change to static and set the desired IP address.<br><br> To delete just disable interface and it will be removed. Category : HassIO")
- 00:34, 9 March 2024 David Sọ̀rọ̀ contribs created page Sunrise and Sunset Times (sunwait) (Created page with "<pre> cd /opt git clone https://github.com/risacher/sunwait cd sunwait make </pre> <pre> #!/bin/bash # Replace with your actual latitude and longitude # NOTE: the N and E after the lat and long value. # Right click on Google Maps location for coordinates. LATITUDE="48.8566N" LONGITUDE="2.3522E" # Get sunrise and sunset times SUNRISE=$(/opt/sunwait/sunwait list rise offset 0:00:00 $LATITUDE $LONGITUDE) SUNSET=$(/opt/sunwait/sunwait list set offset 0:00:00 $LATITUDE $L...")
- 10:29, 22 February 2024 David Sọ̀rọ̀ contribs created page ssh keygen (Created page with "To generate SSH Keys with RSA ED25519 <pre> ssh-keygen -t ed25519 </pre> Category : Linux ")
- 22:19, 14 January 2024 David Sọ̀rọ̀ contribs created page SSL Certificate : Extract .key and .crt from .pfx (Created page with "<pre> openssl pkcs12 -in [yourfilename.pfx] -nocerts -out [keyfilename-encrypted.key] openssl rsa -in [keyfilename-encrypted.key] -out [keyfilename-decrypted.key] openssl pkcs12 -in [yourfilename.pfx] -clcerts -nokeys -out [certificatename.crt] </pre> Category : Debian")
- 23:38, 21 December 2023 David Sọ̀rọ̀ contribs moved page File Checksum to File Checksum Integrity Verifier without leaving a redirect
- 23:36, 21 December 2023 David Sọ̀rọ̀ contribs created page File Checksum (Created page with "To find the checksum of a file in Windows. = Install = <pre>Install-Module -Name PsFCIV</pre> == Version == <pre>Get-Command -Module PsFCIV</pre> = Usage = <pre>Import-Module PsFCIV</pre> <pre>Start-PsFCIV -Path C:\Users\username\Downloads -Include *.out -XML files.xml -HashAlgorithm MD5, SHA1, SHA256</pre> View the result in the XML file files.xml = Uninstall = <pre>Uninstall-Module PsFCIV<pre> Category : Windows Category : Windows PowerShell")
- 10:00, 4 June 2023 David Sọ̀rọ̀ contribs created page Disabling Windows Defender Credential Guard (Created page with "Disable the Group Policy setting that governs Windows Defender Credential Guard. <pre> gpedit </pre> Navigate to: * Computer Configuration * Administrative Templates * System * Device Guard * Turn on Virtualization Based Security. In the "Credential Guard Configuration" section, set the dropdown value to "Disabled": file:credential-guard.jpg Category : Windows ")
- 09:57, 4 June 2023 David Sọ̀rọ̀ contribs created page File:credential-guard.jpg
- 09:57, 4 June 2023 David Sọ̀rọ̀ contribs uploaded File:credential-guard.jpg
- 09:49, 4 June 2023 David Sọ̀rọ̀ contribs deleted page File:credential-guard.png
- 09:48, 4 June 2023 David Sọ̀rọ̀ contribs created page File:credential-guard.png
- 09:48, 4 June 2023 David Sọ̀rọ̀ contribs uploaded File:credential-guard.png
- 00:24, 3 June 2023 David Sọ̀rọ̀ contribs created page Windows AD DNS Export (Created page with "To export an Activie Directory integrated zone. <pre> Export-DnsServerZone -Name "domainname.com" -FileName "domainname.com.txt" </pre> or <pre> dnscmd /zoneexport domainname.com domainname.com.txt </pre> To ensure you don't receive a permission denied error change folders to C:\windows\system32\dns. If you are located in any other folder when the command is executed the exported file is save to the folder: <pre> c:\windows\system32\dns </pre> Category : Windows ")
- 19:11, 6 May 2023 David Sọ̀rọ̀ contribs created page htpasswd Generator (Created page with "To create an encrypted password: <pre>htpasswd -nbB username password</pre> If you need to install the package: <pre>apt install apache2-utils</pre> Cateogry : Debian")
- 04:20, 6 May 2023 David Sọ̀rọ̀ contribs created page Pi-hole Black List (Created page with "To add a number of Domains to Pi-Hole for blocking. <pre> https://firebog.net/ </pre> From the Pi-Hole admin interface select Adlists and then you can add the urls from firebog. '''Hint''': copy and paste the urls into notepad as one section at a time and add a space between each URL and add them as one entry. category : Pi-Hole")
- 02:52, 19 April 2023 David Sọ̀rọ̀ contribs created page nginx Reverse Proxy (Created page with "This will allow you to host mutliple internal web servers via a single public IP address. The following instrucitons are based on Raspbian 11.6 = Installation = <pre> apt install nginx </pre> == Configuration File == <pre> vi /etc/nginx/sites-available/reverse-proxy </pre> <pre> server { listen 443 ssl; server_name ha.klaverstyn.com.au; ssl_protocols TLSv1.1 TLSv1.2 TLSv1.3; ssl_certificate /etc/nginx/ssl-cert/ha.klaverstyn.com.au.crt; ssl_ce...")
- 01:30, 12 April 2023 David Sọ̀rọ̀ contribs moved page Export/Import Putty Saved Session to Export/Import Putty Saved Sessions and Settings without leaving a redirect
- 01:30, 12 April 2023 David Sọ̀rọ̀ contribs moved page Export Putty Saved Session to Export/Import Putty Saved Session without leaving a redirect
- 01:21, 12 April 2023 David Sọ̀rọ̀ contribs created page Export Putty Saved Session (Created page with "To save and restore PUTTY sessions on a Windows device.<br><br> = Export = == Command Prompt == <pre> reg export 'HKEY_CURRENT_USER\Software\SimonTatham\PuTTY' Desktop\putty.reg </pre> = Import = == Command Prompt == <pre> reg import Desktop/putty.reg </pre> Category : Windows Category : PUTTY")
- 02:40, 13 January 2023 David Sọ̀rọ̀ contribs created page Upgrade Windows Applications (Created page with "To automatically upgrade compatible installed Windows applications. <pre> winget upgrade --all </pre> Category : Windows")
- 02:34, 5 October 2022 David Sọ̀rọ̀ contribs moved page Remove OneDrive from Windows 10 to Remove OneDrive from Windows without leaving a redirect
- 03:35, 8 September 2022 David Sọ̀rọ̀ contribs uploaded a new version of File:WU-Error-DT.jpg
- 03:31, 8 September 2022 David Sọ̀rọ̀ contribs created page File:WU-Error-DT.jpg
- 03:31, 8 September 2022 David Sọ̀rọ̀ contribs uploaded File:WU-Error-DT.jpg
- 03:30, 8 September 2022 David Sọ̀rọ̀ contribs created page Windows Update Error Date/Time (Created page with "This only seems to be a problem with Corporate devices using WSUS. If it happens on a non corporate device just ensure the date/time is actually correct. * Close Windows Update GUI <pre> net stop bits net stop wuauserv net stop cryptsvc </pre> Delete the Windows Registry Folder: <pre>HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate</pre> <pre> net start bits net start wuauserv net start cryptsvc </pre> * Open Windows Update GUI and try again. Category...")
- 01:34, 2 August 2022 David Sọ̀rọ̀ contribs created page Disable SSL in Windows (Created page with "Run the following registry file to disable SSL 2 and SSL 3. <pre> Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols] [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0] [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0\Client] "DisabledByDefault"=dword:00000001 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentCo...")
- 00:13, 29 July 2022 David Sọ̀rọ̀ contribs deleted page USB Boot (Deprecated)
- 22:29, 13 July 2022 David Sọ̀rọ̀ contribs created page TeslaMate (Created page with "= Docker Install = Assuming running Docker and TeslaMate as user pi. <pre> sudo curl -sSL https://get.docker.com | sh sudo usermod -aG docker pi sudo reboot sudo apt install -y libffi-dev libssl-dev python3 python3-pip sudo pip3 -v install docker-compose </pre> = TeslaMate Install = <pre>docker-compose -f /home/pi/docker-compose.yml pull</pre> == crontab == <pre> MAILFROM=no-reply@myemail.com MAILTO=me@myemail.com @reboot sleep 15 && /usr/local/bin/docker-compos...")
- 09:48, 8 July 2022 David Sọ̀rọ̀ contribs created page Home Assistant Installing Specific Version (Created page with "SSH to Installation and run: <pre>ha core update --version 2022.6.7</pre> Category : Home Assistant")
- 00:19, 19 April 2022 David Sọ̀rọ̀ contribs moved page What I don't Like about My Tesla 3 RWD 2022 to What I Don't Like about My Tesla 3 RWD 2022 without leaving a redirect
- 00:18, 19 April 2022 David Sọ̀rọ̀ contribs created page What I don't Like about My Tesla 3 RWD 2022 (Created page with "After having the vehicle now for two months these are the things that I don't like. I'm specifically talking about physical shortcoming that can't be fix by software updates. # 11 kW AC charging. Should be 22 kW. So many free charging location with 22 kW chargers # 250 kw DC charging. Don't bother using a 320 kW chargers expecting faster speeds. # Can't locate the door handles in low light. Category : Tesla")
- 00:52, 24 March 2022 David Sọ̀rọ̀ contribs created page nslookup (Created page with "= Command = <pre>nslookup <options> <domain> <name server></pre> = Options = <pre> -domain=[domain-name] Change the default DNS name. -debug Show debugging information. -port=[port-number] Specify the port for queries. The default port number is 53. -timeout=[seconds] Specify the time allowed for the server to respond. -type=a View information about the DNS A address records. -type=any View all available records. -type=hinfo View hardware-related information about the h...")
- 08:29, 11 January 2022 David Sọ̀rọ̀ contribs created page ramdisk (Created page with "To create a RAM Disk. Create folder for directory linking. <pre> sudo mkdir /tmp/ramdisk sudo chmod 777 /tmp/ramdisk </pre> Manaully mount disk. <pre> mount -t tmpfs -o size=32m ramdisk /tmp/ramdisk </pre> Automatically mount disk at boot. <pre> vi /etc/fstab </pre> <pre> ramdisk /tmp/ramdisk tmpfs defaults,size=32M,x-gvfs-show 0 0 </pre> Category : Linux")
- 04:04, 15 November 2021 David Sọ̀rọ̀ contribs created page Smart Switch Multi Press (Created page with "= Enable Multi Press = To enable the multi press feature on the TASMOTA firmware. <pre> backlog SetOption73 1; SetOption32 10 </pre> * Setoption32 : Number of 0.1 seconds to...")
- 04:01, 15 November 2021 David Sọ̀rọ̀ contribs created page File:action.jpg
- 04:01, 15 November 2021 David Sọ̀rọ̀ contribs uploaded File:action.jpg
- 03:58, 15 November 2021 David Sọ̀rọ̀ contribs created page File:switch.jpg
- 03:58, 15 November 2021 David Sọ̀rọ̀ contribs uploaded File:switch.jpg
- 03:52, 15 November 2021 David Sọ̀rọ̀ contribs created page File:js-data.jpg
- 03:52, 15 November 2021 David Sọ̀rọ̀ contribs uploaded File:js-data.jpg
- 03:50, 15 November 2021 David Sọ̀rọ̀ contribs created page File:json-JS.jpg
- 03:50, 15 November 2021 David Sọ̀rọ̀ contribs uploaded File:json-JS.jpg
- 03:47, 15 November 2021 David Sọ̀rọ̀ contribs created page File:Master MQTT.jpg
- 03:47, 15 November 2021 David Sọ̀rọ̀ contribs uploaded File:Master MQTT.jpg
- 03:40, 15 November 2021 David Sọ̀rọ̀ contribs uploaded a new version of File:Multiprees Example.jpg