User contributions for David
From KlavoWiki
Jump to navigationJump to search
25 June 2023
- 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
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
26 May 2022
- 05:2605:26, 26 May 2022 diff hist +50 What I Don't Like about My Tesla 3 RWD 2022 No edit summary current
- 05:2305:23, 26 May 2022 diff hist 0 What I Don't Like about My Tesla 3 RWD 2022 No edit summary
19 April 2022
- 00:1900:19, 19 April 2022 diff hist 0 m What I Don't Like about My Tesla 3 RWD 2022 David 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:1800:18, 19 April 2022 diff hist +420 N 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"
24 March 2022
- 00:5200:52, 24 March 2022 diff hist +954 N 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..." current
13 February 2022
31 January 2022
- 10:1110:11, 31 January 2022 diff hist 0 ramdisk No edit summary current
11 January 2022
- 08:2908:29, 11 January 2022 diff hist +373 N 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"
15 November 2021
- 04:0904:09, 15 November 2021 diff hist +278 Smart Switch Multi Press →Node-Red Button Control current
- 04:0404:04, 15 November 2021 diff hist +1,658 N 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:0104:01, 15 November 2021 diff hist 0 N File:action.jpg No edit summary current
- 03:5803:58, 15 November 2021 diff hist 0 N File:switch.jpg No edit summary current
- 03:5203:52, 15 November 2021 diff hist 0 N File:js-data.jpg No edit summary current
- 03:5003:50, 15 November 2021 diff hist 0 N File:json-JS.jpg No edit summary current
- 03:4703:47, 15 November 2021 diff hist 0 N File:Master MQTT.jpg No edit summary current
- 03:4003:40, 15 November 2021 diff hist 0 File:Multiprees Example.jpg David uploaded a new version of File:Multiprees Example.jpg current
- 03:2503:25, 15 November 2021 diff hist 0 N File:Multiprees Example.jpg No edit summary
10 November 2021
- 04:3004:30, 10 November 2021 diff hist +52 Raspberry Pi Firmware →Cleaning
- 04:2904:29, 10 November 2021 diff hist +70 Raspberry Pi Firmware →Upgrade