User contributions for Chubbard

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

28 May 2023

  • 18:1818:18, 28 May 2023 diff hist +26 N RrdtoolChubbard moved page Rrdtool to Rrdtool info current Tag: New redirect
  • 18:1818:18, 28 May 2023 diff hist 0 m Rrdtool infoChubbard moved page Rrdtool to Rrdtool info
  • 18:1718:17, 28 May 2023 diff hist +40 N Category:RrdCreated page with "All the rrdtool should link back to here" current
  • 18:1718:17, 28 May 2023 diff hist +1,860 N Rrdtool infoCreated page with "=== Landing point for RRD commands and examples === print the base info from an RRD database * Looks like a cheap way to get last values from the database possibly to store for status dashboard without the graph generation * This should be easily parsed in both bash and PHP for <b>ds[NAME].last_ds</b> <pre> rrdtool info /opt/nmsApi/rrd/database.rrd filename = "/opt/nmsApi/rrd/database.rrd" rrd_version = "0003" step = 1 last_update = 1685326405 header_size = 1472 ds[tempe..."
  • 13:3713:37, 28 May 2023 diff hist +72 N Category:CameraCreated page with "Dealing with WebCams, v4l, or ONVIF for security cameras. All goes here" current
  • 13:3613:36, 28 May 2023 diff hist +287 m OnvifNo edit summary
  • 10:3910:39, 28 May 2023 diff hist +5,369 m OnvifNo edit summary
  • 10:3610:36, 28 May 2023 diff hist +6,435 N OnvifCreated page with "=== Things to remember when with ONVIF === Generic notes and reminders since onvif compatible systems are usually not documented well and have different syntax. Also some manufacturers LIE, the bastards! First NMAP the subnet looking for the camera <pre> sudo nmap 192.168.15.218 Starting Nmap 7.80 ( https://nmap.org ) at 2023-05-28 11:22 PDT Nmap scan report for 192.168.15.218 Host is up (0.013s latency). Not shown: 997 closed ports PORT STATE SERVICE 554/tcp open..."

27 May 2023

  • 08:4708:47, 27 May 2023 diff hist +382 N AI SourcesCreated page with "=== List of AI Links === AI generators that seem at lest marginally useful for generating example code and are generally free. Not adding paid AI generators as I am a cheap bastard and dont really care about giving more money out since I am looking for example code or how-to, and not end product code. * https://chat.openai.com/ * https://bard.google.com/ Category:Links" current
  • 08:4408:44, 27 May 2023 diff hist +255 N Bash and grepCreated page with "=== Common grep switches === Show line number of match <pre> grep -n <string> <file(s)> </pre> Insensitive match <pre> grep -i <string> <file(s)> </pre> Before and after # lines from match <pre> grep -A# -B# <string> <file(s)> </pre> Category:Bash"

19 May 2023

17 May 2023

8 May 2023

24 April 2023

  • 09:2509:25, 24 April 2023 diff hist +897 N OpensslCreated page with "===Stuff you need to remember for openssl=== For creating a self signed certificate chain, having a password makes things more of a PITA.. * Process to create chain without a password: <pre> openssl genrsa -out ca.key 4096 openssl req -new -x509 -days 36500 -key ca.key -out ca.crt openssl genrsa -out client.key 4096 openssl req -new -key client.key -out client.csr openssl x509 -req -days 36500 -in client.csr -CA ca.crt -CAkey ca.key -set_serial 01 -out client...."
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)