User contributions for David

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

10 November 2024

5 November 2024

  • 21:5321:53, 5 November 2024 diff hist −43 Debian IPv6 Network ManagerNo edit summary current
  • 21:5121:51, 5 November 2024 diff hist +1,151 N Debian IPv6 Network ManagerCreated page with "= Intro = On Debian 12 or more specifically Raspbian 12 Bookworm whenever I created a static IPv6 address router advertisement would cease to work. I could not find a solution while using network manager, so I decided to remove it. This solved my problem. If you are doing this on a remote system it can be done in the following order as not to loose connectivity to IPv4 or IPv6. = Configure Static IPs = <pre>vi /etc/network/interfaces</pre> <pre> auto eth0 iface eth0..."

29 October 2024

14 October 2024

  • 00:0700:07, 14 October 2024 diff hist +615 N Reolink IP CameraCreated 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..." current

13 October 2024

27 September 2024

13 September 2024

21 July 2024

18 July 2024

  • 23:5923:59, 18 July 2024 diff hist +63 btopNo edit summary
  • 23:5523:55, 18 July 2024 diff hist +42 btopNo edit summary
  • 23:5323:53, 18 July 2024 diff hist +361 N btopCreated 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 "

17 June 2024

  • 03:4103:41, 17 June 2024 diff hist +6 RDP Saved PasswordNo edit summary current
  • 03:3303:33, 17 June 2024 diff hist +792 N RDP Saved PasswordCreated 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..."

11 June 2024

9 June 2024

31 May 2024

  • 08:1608:16, 31 May 2024 diff hist +350 N Home Assistant VLANCreated 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" current

19 May 2024

7 May 2024

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

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