MediaWiki API result
This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.
Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.
See the complete documentation, or the API help for more information.
{
"batchcomplete": "",
"continue": {
"lecontinue": "20260810001443|5707",
"continue": "-||"
},
"query": {
"logevents": [
{
"logid": 5717,
"ns": 0,
"title": "Tmux",
"pageid": 2395,
"logpage": 2394,
"revid": 10256,
"params": {
"target_ns": 0,
"target_title": "Linux/tmux"
},
"type": "move",
"action": "move",
"user": "Kenneth",
"timestamp": "2026-09-03T21:57:27Z",
"comment": ""
},
{
"logid": 5716,
"ns": 0,
"title": "Tmux",
"pageid": 2395,
"logpage": 2394,
"revid": 10255,
"params": {},
"type": "create",
"action": "create",
"user": "Kenneth",
"timestamp": "2026-09-03T21:56:48Z",
"comment": "Created page with \"== ~/.tmux.conf == Converted from my [[screen#.screenrc]] <pre> $ cat ~/.tmux.conf # My tmux Configuration - $HOME/.tmux.conf # Converted from $HOME/.screenrc # --------------------------------------------------------------------------- # Prefix - match screen's ctrl+a instead of tmux's default ctrl+b # --------------------------------------------------------------------------- unbind C-b set -g prefix C-a bind C-a send-prefix # --------------------------------------...\""
},
{
"logid": 5715,
"ns": 0,
"title": "Pinentry",
"pageid": 2393,
"logpage": 2393,
"revid": 10229,
"params": {},
"type": "create",
"action": "create",
"user": "Kenneth",
"timestamp": "2026-08-26T21:31:14Z",
"comment": "Created page with \" echo -e 'SETTITLE YUBI\\nSETDESC YUBI\\nSETPROMPT YUBI\\nSETERROR YUBI\\nGETPIN\\n' | /usr/bin/pinentry | grep '^D' sample-pinentry.sh :: <pre> #!/bin/bash # Ensure pinentry is installed command -v pinentry >/dev/null 2>&1 || { echo \"ERROR: pinentry not found\" exit 1 } # Talk to pinentry using its text protocol response=$( { echo \"SETTITLE Credential Prompt\" echo \"SETPROMPT Passphrase:\" echo \"SETDESC Please enter your passphrase.\" echo \"GETPIN\" }...\""
},
{
"logid": 5714,
"ns": 0,
"title": "Openjdk",
"pageid": 2392,
"logpage": 1920,
"revid": 10223,
"params": {
"target_ns": 0,
"target_title": "OpenJDK"
},
"type": "move",
"action": "move",
"user": "Kenneth",
"timestamp": "2026-08-26T15:56:11Z",
"comment": "correct letter case"
},
{
"logid": 5713,
"ns": 0,
"title": "Linux/Power Report",
"pageid": 2391,
"logpage": 2391,
"revid": 10218,
"params": {},
"type": "create",
"action": "create",
"user": "Kenneth",
"timestamp": "2026-08-20T08:09:45Z",
"comment": "Created page with \"== Power Reports == <markdown> Ran terminal command: echo \"--- 1 ---\"; ipmitool sensor get \"PW Consumption\" 2>/dev/null | grep -E \"Sensor Reading|Sensor ID\"; echo \"--- 2 ---\"; ipmitool dcmi power reading 2>/dev/null | grep Instantaneous; echo \"--- 3 ---\"; ipmitool sdr type \"Power Supply\" 2>/dev/null; echo \"--- 4 ---\"; nvme get-feature /dev/nvme0 -f 0x02 -H 2>/dev/null | grep \"Power State\"; echo \"--- 5 ---\"; nvme smart-log /dev/nvme0 2>/dev/null | grep -iE \"^temperature...\""
},
{
"logid": 5712,
"ns": 0,
"title": "CentOS/10/Yum",
"pageid": 2390,
"logpage": 2390,
"revid": 10213,
"params": {},
"type": "create",
"action": "create",
"user": "Kenneth",
"timestamp": "2026-08-19T16:11:17Z",
"comment": "Created page with \"=== /etc/yum.repos.d/centos10.repo === ls -l /etc/pki/rpm-gpg rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial-SHA256 rpm -qa gpg-pubkey* | grep -i f4a80e https://www.centos.org/keys/ https://www.centos.org/keys/RPM-GPG-KEY-CentOS-Official-SHA256 curl https://www.centos.org/keys/RPM-GPG-KEY-CentOS-Official-SHA256 -o /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Official curl --fail -s https://www.centos.org/keys/RPM-GPG-KEY-CentOS-Official-SHA256 -o /etc/pki/r...\""
},
{
"logid": 5711,
"ns": 0,
"title": "Windows/Memory",
"pageid": 2389,
"logpage": 2389,
"revid": 10212,
"params": {},
"type": "create",
"action": "create",
"user": "Kenneth",
"timestamp": "2026-08-18T19:06:31Z",
"comment": "Created page with \"https://superuser.com/questions/437918/how-do-i-find-whats-eating-up-all-of-my-systems-memory-not-superfetch <pre> $TypeData = @{ TypeName = 'System.Diagnostics.Process' MemberType = 'ScriptProperty' MemberName = 'CommandLine' Value = {(Get-CimInstance Win32_Process -Filter \"ProcessId = $($this.Id)\").CommandLine} } Update-TypeData @TypeData get-process | sort PagedMemorySize64 -desc | select PagedMemorySize64, ProcessName, CommandLine > processes.txt g...\""
},
{
"logid": 5710,
"ns": 0,
"title": "CentOS/10/Python3.14",
"pageid": 2388,
"logpage": 2388,
"revid": 10200,
"params": {},
"type": "create",
"action": "create",
"user": "Kenneth",
"timestamp": "2026-08-13T01:12:05Z",
"comment": "Created page with \"== Python 3.14 == sudo yum install python3.14 python3.14-pip sudo alternatives --list sudo alternatives --display python3 sudo alternatives --display python sudo alternatives --display pip3 sudo alternatives --display pip # sudo alternatives --config python sudo alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 312 sudo alternatives --install /usr/bin/python3 python3 /usr/bin/python3.14 314 sudo alternatives --set python3 /usr/bin/python3...\""
},
{
"logid": 5709,
"ns": 0,
"title": "Linux/markdown",
"pageid": 2387,
"logpage": 2387,
"revid": 10191,
"params": {},
"type": "create",
"action": "create",
"user": "Kenneth",
"timestamp": "2026-08-11T09:37:44Z",
"comment": "Created page with \"== The Best Markdown Viewers for the Linux Command Line == https://www.adamsdesk.com/posts/linux-markdown-viewers/ https://github.com/Titor8115/mandown https://github.com/Inlyne-Project/inlyne https://github.com/charmbracelet/glow https://github.com/textualize/frogmouth https://github.com/matkrin/mdman\""
},
{
"logid": 5708,
"ns": 0,
"title": "Carbonyl",
"pageid": 2386,
"logpage": 2386,
"revid": 10190,
"params": {},
"type": "create",
"action": "create",
"user": "Kenneth",
"timestamp": "2026-08-10T00:15:59Z",
"comment": "Created page with \"== Carbonyl == https://github.com/fathyb/carbonyl\""
}
]
}
}