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 500 | ) (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

12 May 2021

23 April 2021

18 April 2021

13 April 2021

4 April 2021

3 April 2021

26 March 2021

24 March 2021

23 March 2021

21 March 2021

16 March 2021

11 March 2021

8 March 2021

7 March 2021

21 February 2021

18 February 2021

7 February 2021

10 January 2021

14 September 2020

8 September 2020

27 August 2020

24 August 2020

9 August 2020

8 August 2020

10 June 2020

7 June 2020

  • 00:5200:52, 7 June 2020 diff hist +279 N Shrink VHD VHDXCreated page with "Windows Powershell <pre> Optimize-VHD -Path 'C:\ClusterStorage\HyperV Data\Virtual Hard Disks\myserver.vhdx' -Mode Full </pre> <pre> Get-VHD -Path 'C:\ClusterStorage\HyperV..." current

31 May 2020

25 May 2020

19 May 2020

10 May 2020

9 May 2020

7 May 2020

6 May 2020

  • 06:3906:39, 6 May 2020 diff hist +203 N NTP Settings for CentOSCreated page with "<pre> vi /etc/chrony.con </pre> Interesting settings. <pre> pool au.pool.ntp.org iburst allow 192.168.0.0/16 </pre> <pre> systemctl restart chrony systemctl status chrony <..."
  • 05:5905:59, 6 May 2020 diff hist +276 N CentOS 8 Automatic UpdatesCreated page with "To enable CentOS 8 to auto update. <pre> yum install dnf-automatic </pre> Allow to automatically apply updates <pre> vi /etc/dnf/automatic.conf </pre> <pre> apply_updates =..." current

21 April 2020

11 April 2020

5 April 2020

24 March 2020

27 January 2020

16 January 2020

14 January 2020

25 December 2019

1 December 2019

27 November 2019

24 November 2019

22 November 2019

21 November 2019

20 November 2019

9 November 2019

7 November 2019

5 November 2019

17 September 2019

31 August 2019

30 July 2019

14 July 2019

27 June 2019

24 June 2019

20 June 2019

  • 23:5523:55, 20 June 2019 diff hist +516 N CISCO SPA Regional SettingsCreated page with "Australian regional settings for the Linksys and CISCO SPA devices. {| |style="width:130px"|Dial Tone: |400@-19,425@-19,450@-19;10(*/0/1+2+3) |- |Busy Tone: |425@-19;10(.375/..." current

18 May 2019

13 May 2019

1 May 2019

30 April 2019

27 April 2019

25 April 2019

13 April 2019

4 April 2019

26 March 2019

7 February 2019

5 February 2019

11 January 2019

28 November 2018

23 November 2018

1 November 2018

20 October 2018

10 October 2018

5 September 2018

  • 00:5800:58, 5 September 2018 diff hist +14,238 N Windows Photo ViewerCreated page with "To make Windows Photo Viewer the default viewer for Windows 10 instead of the default application Photos. Refer to [https://www.tenforums.com/tutorials/14312-restore-windows-..." current

20 August 2018

15 August 2018

14 August 2018

7 August 2018

13 June 2018

11 June 2018

16 May 2018

24 April 2018

23 April 2018

17 April 2018

13 April 2018

4 April 2018

17 March 2018

13 March 2018

11 March 2018

7 March 2018

12 January 2018

20 December 2017

18 December 2017

15 December 2017

29 November 2017

  • 03:5803:58, 29 November 2017 diff hist +399 N uTorrent UpdatesCreated page with "For some reason when uTorrent auto updates it does not replace the main executable file with the new version. <br>Replace the latest update file in this path <pre> %APPDATA%\u..."

24 November 2017

  • 09:5209:52, 24 November 2017 diff hist +1,637 N Raspberry Pi FirmwareCreated page with "= Current Version = To show the current installed version <pre> uname -r </pre> = Upgrade = == Install Tool == If the tool rpi-update is not already installed <pre> apt-get -..."

3 November 2017

26 October 2017

19 October 2017

5 October 2017

12 September 2017

5 September 2017

4 September 2017

31 August 2017

  • 08:3908:39, 31 August 2017 diff hist +672 N Image SD CardCreated page with "To write an image of your Raspberry Pi's SD card. <pre> mkdir /mount/smb </pre> <pre> mount -t cifs -o workgroup=workgroup,username=myusername,password=mypassword,vers=3.0 "/..."
  • 08:2208:22, 31 August 2017 diff hist +206 N vimCreated page with "copy and past with vim on Debian 9 (stretch) doesn't work as the previous versions. To change the function to what it use to be. <pre> vim :set mouse=r </pre> Category : D..."
  • 05:1505:15, 31 August 2017 diff hist +220 disable SMBNo edit summary current
  • 05:0605:06, 31 August 2017 diff hist +320 N disable SMBCreated page with "Windows PowerShell as an Administrator Disable SMB1 <pre> Set-SmbServerConfiguration -EnableSMB1Protocol $false </pre> Enable SMB1 <pre> Set-SmbServerConfiguration -EnableSM..."

28 August 2017

23 August 2017

18 August 2017

18 July 2017

15 July 2017

1 July 2017

29 June 2017

23 June 2017

10 June 2017

22 May 2017

24 April 2017

23 April 2017

18 April 2017

6 April 2017

2 April 2017

30 March 2017

  • 10:2510:25, 30 March 2017 diff hist +594 N php7 on RaspbianCreated page with " = sources.list = Add the following lines <pre> sudo vi /etc/apt/sources.list </pre> add <pre> deb http://repozytorium.mati75.eu/raspbian jessie-backports main contrib non-fr..." current

24 March 2017

20 March 2017

4 March 2017

21 February 2017

15 February 2017

13 February 2017

12 February 2017

11 February 2017

10 February 2017

1 February 2017

16 December 2016

29 November 2016

27 November 2016

20 November 2016

  • 01:1501:15, 20 November 2016 diff hist +428 N webminCreated page with "= Raspbian = == Prerequisites == <pre> apt-get install libapt-pkg-perl libauthen-pam-perl libio-pty-perl apt-show-versions </pre> == Download and Install == <pre> wget https..." current

17 November 2016

16 November 2016

15 November 2016

10 November 2016

1 November 2016

30 October 2016

25 October 2016

19 October 2016

11 October 2016

10 October 2016

8 October 2016

7 October 2016

3 October 2016

1 October 2016

26 September 2016

  • 04:3004:30, 26 September 2016 diff hist +259 N Event Viewer Custom SearchCreated page with "= Computer Name = Security Logs by Computer Name <pre> <QueryList> <Query Id="0" Path="Security"> <Select Path="Security">*[EventData[Data[@Name="Workstation"] and (Data..." current

19 September 2016

15 September 2016

14 September 2016

8 September 2016

7 September 2016

1 September 2016

20 August 2016

14 August 2016

10 August 2016

8 August 2016

5 August 2016

4 August 2016

3 August 2016

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