User contributions for David

From KlavoWiki
A user with 2,456 edits. Account created on 18 August 2007.
Jump to navigationJump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 100 | ) (20 | 50 | 100 | 250 | 500)

28 March 2024

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

14 January 2024

21 December 2023

1 December 2023

27 November 2023

12 November 2023

4 November 2023

20 October 2023

19 September 2023

13 July 2023

25 June 2023

20 June 2023

19 June 2023

4 June 2023

3 June 2023

  • 00:2400:24, 3 June 2023 diff hist +478 N Windows AD DNS ExportCreated 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 April 2023

  • 03:1903:19, 19 April 2023 diff hist +313 nginx Reverse ProxyNo edit summary
  • 03:0603:06, 19 April 2023 diff hist +111 nginx Reverse ProxyNo edit summary
  • 02:5202:52, 19 April 2023 diff hist +3,162 N nginx Reverse ProxyCreated 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

13 January 2023

5 October 2022

8 September 2022

3 August 2022

2 August 2022

  • 01:3401:34, 2 August 2022 diff hist +976 N Disable SSL in WindowsCreated 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

15 July 2022

13 July 2022

  • 22:2922:29, 13 July 2022 diff hist 0 TeslaMateNo edit summary
  • 22:2922:29, 13 July 2022 diff hist +1,779 N TeslaMateCreated 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

26 May 2022

19 April 2022

24 March 2022

  • 00:5200:52, 24 March 2022 diff hist +954 N nslookupCreated 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

11 January 2022

  • 08:2908:29, 11 January 2022 diff hist +373 N ramdiskCreated 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

10 November 2021

27 October 2021

7 September 2021

21 August 2021

8 August 2021

4 August 2021

7 July 2021

4 July 2021

3 July 2021

26 June 2021

24 June 2021

19 June 2021

18 June 2021

15 June 2021

7 June 2021

28 May 2021

(newest | oldest) View (newer 100 | ) (20 | 50 | 100 | 250 | 500)