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)

6 June 2023

  • 08:2008:20, 6 June 2023 diff hist +903 N Nms-databaseCreated page with "=== Database Information === Currently running against database sitting on backup01. This is the old MySQL 5.7. Need to update to MariaDB for both performance as well as possible new datatype support. Work todo: * migrate to recent database release * investigate support of Postgres Reminders: * Nothing database version specific * avoid foreign key constraints. This is not common and ineffecient, however going this route will make the system more forgiving when ran..."
  • 08:1108:11, 6 June 2023 diff hist +58 m Nms-api→‎NMS API notes current
  • 07:5807:58, 6 June 2023 diff hist +825 N Nms-apiCreated page with "=== NMS API notes === Current API is based on Slim4 with PHP7.4. Overall I am satisfied with this but PHP8.X is going to have to be tested. There are some nice methods defined there that can make life easier going forward. However so far sticking with PHP7 is not a problem. Work todo: * documentation * try to standardize the logic and not deviate from it * keep GET to a minimum to hide details of what is being done. No need for unnecessary info bleeding * at least th..."
  • 07:2007:20, 6 June 2023 diff hist +850 N Nms-authenticationCreated page with "=== Notes on Authentication Design === So far no attempt at building an auth system has been implemented 06-06-23. Slim4 has the concept of middleware which appears to be where they want auth to live. As this is on the API side, this should work pretty well. The API and redis will decide who gets to see or do stuff, do not allow overrides on the UI side. Plans: * Redis cache of authed users * guid for apis and automation * guids salted for transfer * planned auth typ..."
  • 07:0607:06, 6 June 2023 diff hist +128 m Nms todo→‎rrdGraph current

5 June 2023

2 June 2023

29 May 2023

  • 11:1011:10, 29 May 2023 diff hist +43 m Rrdtool createNo edit summary current
  • 10:5010:50, 29 May 2023 diff hist +185 m Rrdtool createNo edit summary
  • 10:4810:48, 29 May 2023 diff hist +2,820 N Rrdtool createCreated page with "=== Rrdtool create commands and details === * http://rrdtool.vandenbogaerdt.nl/tutorial/rrdcreate.php * https://apfelboymchen.net/gnu/rrd/create/ DST when to use (Data Storage Type) * GAUGE The input is a rate, e.g. m/s, or should be treated as a rate, e.g. temperature * COUNTER The input is an ever increasing number, e.g. an octet counter in a router. RRDtool should compute the difference between the last update and the current one, and divi..."

28 May 2023

27 May 2023

  • 09:4709: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
  • 09:4409: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

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