User contributions for David
From KlavoWiki
Jump to navigationJump to search
28 March 2024
- 07:5807:58, 28 March 2024 diff hist −13 TeslaMate →TeslaMate Install current
9 March 2024
- 00:3500:35, 9 March 2024 diff hist −1 Sunrise and Sunset Times (sunwait) No edit summary current
- 00:3400:34, 9 March 2024 diff hist +590 N 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..."
22 February 2024
- 10:2910:29, 22 February 2024 diff hist +95 N ssh keygen Created page with "To generate SSH Keys with RSA ED25519 <pre> ssh-keygen -t ed25519 </pre> Category : Linux " current
14 January 2024
- 22:4122:41, 14 January 2024 diff hist +174 SSL Certificate : Extract .key and .crt from .pfx No edit summary current
- 22:1922:19, 14 January 2024 diff hist +320 N 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"
21 December 2023
- 23:3823:38, 21 December 2023 diff hist 0 m File Checksum Integrity Verifier David moved page File Checksum to File Checksum Integrity Verifier without leaving a redirect current
- 23:3823:38, 21 December 2023 diff hist +104 File Checksum Integrity Verifier No edit summary
- 23:3623:36, 21 December 2023 diff hist +1 File Checksum Integrity Verifier →Uninstall
- 23:3623:36, 21 December 2023 diff hist +462 N File Checksum Integrity Verifier 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"
1 December 2023
- 00:0700:07, 1 December 2023 diff hist +48 Raspberry Pi Firmware →Upgrade current
27 November 2023
- 01:1701:17, 27 November 2023 diff hist +221 TeslaMate No edit summary
12 November 2023
- 09:4209:42, 12 November 2023 diff hist +67 TeslaMate →Docker Install
4 November 2023
- 05:5305:53, 4 November 2023 diff hist +781 Static IP Address for Raspbian No edit summary
20 October 2023
- 03:4603:46, 20 October 2023 diff hist −15 Export/Import Putty Saved Sessions and Settings →Command Prompt current
19 September 2023
- 00:3900:39, 19 September 2023 diff hist +188 TeslaMate No edit summary
13 July 2023
- 05:2205:22, 13 July 2023 diff hist −8 nginx Reverse Proxy →Configuration File current
- 05:2105:21, 13 July 2023 diff hist −8 nginx Reverse Proxy →Configuration File
25 June 2023
- 04:4704:47, 25 June 2023 diff hist +5 Raspberry Pi Firmware →Reference
- 04:4504:45, 25 June 2023 diff hist +18 Raspberry Pi Firmware →Manual Install
- 04:4404:44, 25 June 2023 diff hist +8 Raspberry Pi Firmware No edit summary
20 June 2023
- 04:5104:51, 20 June 2023 diff hist +59 Raspberry Pi Model No edit summary current
19 June 2023
- 23:0423:04, 19 June 2023 diff hist +108 Firewall for Windows No edit summary current
4 June 2023
- 10:0010:00, 4 June 2023 diff hist +378 N 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 " current
- 09:5709:57, 4 June 2023 diff hist 0 N File:credential-guard.jpg No edit summary current
3 June 2023
- 00:2400:24, 3 June 2023 diff hist +478 N 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 " current
6 May 2023
- 19:1119:11, 6 May 2023 diff hist 0 htpasswd Generator No edit summary current
- 19:1119:11, 6 May 2023 diff hist +172 N 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:2004:20, 6 May 2023 diff hist +338 N 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" current
19 April 2023
- 03:1903:19, 19 April 2023 diff hist +313 nginx Reverse Proxy No edit summary
- 03:0603:06, 19 April 2023 diff hist +111 nginx Reverse Proxy No edit summary
- 02:5202:52, 19 April 2023 diff hist +3,162 N 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..."
12 April 2023
- 01:3001:30, 12 April 2023 diff hist 0 m Export/Import Putty Saved Sessions and Settings David moved page Export/Import Putty Saved Session to Export/Import Putty Saved Sessions and Settings without leaving a redirect
- 01:3001:30, 12 April 2023 diff hist 0 m Export/Import Putty Saved Sessions and Settings David moved page Export Putty Saved Session to Export/Import Putty Saved Session without leaving a redirect
- 01:2101:21, 12 April 2023 diff hist +305 N Export/Import Putty Saved Sessions and Settings 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"
13 January 2023
- 02:4002:40, 13 January 2023 diff hist +126 N Upgrade Windows Applications Created page with "To automatically upgrade compatible installed Windows applications. <pre> winget upgrade --all </pre> Category : Windows" current
5 October 2022
- 02:4302:43, 5 October 2022 diff hist +274 Remove OneDrive from Windows No edit summary current
- 02:3402:34, 5 October 2022 diff hist 0 m Remove OneDrive from Windows David moved page Remove OneDrive from Windows 10 to Remove OneDrive from Windows without leaving a redirect
8 September 2022
- 03:3503:35, 8 September 2022 diff hist 0 File:WU-Error-DT.jpg David uploaded a new version of File:WU-Error-DT.jpg current
- 03:3503:35, 8 September 2022 diff hist +31 Windows Update Error Date/Time No edit summary current
- 03:3103:31, 8 September 2022 diff hist 0 N File:WU-Error-DT.jpg No edit summary
- 03:3003:30, 8 September 2022 diff hist +487 N 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..."
3 August 2022
- 04:4104:41, 3 August 2022 diff hist +1,218 Expand Raspbian Partition No edit summary current
2 August 2022
- 01:3401:34, 2 August 2022 diff hist +976 N 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..." current
22 July 2022
- 13:1413:14, 22 July 2022 diff hist +4 TeslaMate No edit summary
- 13:0913:09, 22 July 2022 diff hist +1,831 TeslaMate No edit summary
15 July 2022
- 10:3710:37, 15 July 2022 diff hist −2 TeslaMate →Commands
13 July 2022
- 22:2922:29, 13 July 2022 diff hist 0 TeslaMate No edit summary
- 22:2922:29, 13 July 2022 diff hist +1,779 N 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..."
8 July 2022
- 09:4809:48, 8 July 2022 diff hist +105 N 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" current