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": "20250402212905|77",
"continue": "-||"
},
"query": {
"logevents": [
{
"logid": 87,
"ns": 0,
"title": "FFMPEG with unix domain sockets",
"pageid": 83,
"logpage": 83,
"revid": 138,
"params": {},
"type": "create",
"action": "create",
"user": "Alex",
"timestamp": "2025-12-16T16:11:49Z",
"comment": "Created page with \"This is some information regarding using ffmpeg and ffplay with unix sockets as input/output. Example path of unix domain socket -i unix:/tmp/video/stream.socket The following options can be used -timeout -listen and -type STREAM socket type=1, DGRAM socket type -2. Listen=1 for server, Listen=0 for client. Note that significant problems were had with DGRAM unix sockets, current assumption is that the ffmpeg/libavformat/unix.c file is not adequate for handling DGRAM...\""
},
{
"logid": 86,
"ns": 0,
"title": "Set up git upstream tracking on local repo",
"pageid": 82,
"logpage": 82,
"revid": 137,
"params": {},
"type": "create",
"action": "create",
"user": "Alex",
"timestamp": "2025-12-11T13:19:43Z",
"comment": "Created page with \"Example of how to do this from previous example: git branch -set-upstream-to=acrodus/dev dev\""
},
{
"logid": 85,
"ns": 0,
"title": "Upgrade debian version",
"pageid": 81,
"logpage": 81,
"revid": 136,
"params": {},
"type": "create",
"action": "create",
"user": "Alex",
"timestamp": "2025-10-12T14:47:38Z",
"comment": "Created page with \"Link to page describing best update practices for upgrading from debian 12 to debian 13. https://www.debian.org/releases/trixie/release-notes/upgrading.en.html\""
},
{
"logid": 84,
"ns": 0,
"title": "Temporarily add port to protocol dissector wireshark",
"pageid": 80,
"logpage": 80,
"revid": 135,
"params": {},
"type": "create",
"action": "create",
"user": "Alex",
"timestamp": "2025-09-04T12:41:15Z",
"comment": "Created page with \"Go to Analyze -> Decode as. Add a rule for a udp port to be linked to a given protocol.\""
},
{
"logid": 83,
"ns": 0,
"title": "Setup apache2 proxy",
"pageid": 79,
"logpage": 79,
"revid": 134,
"params": {},
"type": "create",
"action": "create",
"user": "Alex",
"timestamp": "2025-08-12T15:25:02Z",
"comment": "Created page with \"=Example of how to setup apache2 config= This is an example of the config for Vikunjer apache2 proxy. Vikunjer listens on port 3456, to access this without specifying the port the following config file was added. /etc/apache2/sites-enabled/vikunja.conf <pre> <virtualHost *:80> ServerName task.acrodus.uk ServerAlias www.task.acrodus.uk ProxyPreserveHost On ProxyRequests Off ProxyPass / http://localhost:3456/ ProxyPassReverse / http://localhost:3456/ </pre> Also had to...\""
},
{
"logid": 82,
"ns": 0,
"title": "Set up vikunja with debian package",
"pageid": 78,
"logpage": 78,
"revid": 131,
"params": {},
"type": "create",
"action": "create",
"user": "Alex",
"timestamp": "2025-08-12T14:04:46Z",
"comment": "Created page with \"=Vikunja Setup with Debian= Download debian file from vikunja download page with wget `wget <url>` Install with dpkg `dpkg -i *.deb` Enable and start the systemd service There is one change that is required to the config. Change the timezone from GMT to GB to stop the internal server error warnings. If you have not done this before creating a new user then you must run the following commands. To start the sqlite cli `sudo sqlite3` To connect to the correct database...\""
},
{
"logid": 81,
"ns": 0,
"title": "TCP Windowing",
"pageid": 77,
"logpage": 77,
"revid": 129,
"params": {},
"type": "create",
"action": "create",
"user": "Alex",
"timestamp": "2025-08-05T15:52:38Z",
"comment": "Created page with \"Brief explanation of TCP windowing. It is the number of TCP messages that can be sent without a valid ack being received. It is a method of flow control where a receiver can instruct the sender on how many tcp messages to send without receiving an acknowledgment.\""
},
{
"logid": 80,
"ns": 0,
"title": "Acrodus IP address allocation",
"pageid": 76,
"logpage": 76,
"revid": 123,
"params": {},
"type": "create",
"action": "create",
"user": "Alex",
"timestamp": "2025-08-05T15:36:52Z",
"comment": "Created page with \"=Allocation of IP address= ==IPv4== 81.187.202.233/29 81.187.202.233 router.acrodus.uk 81.187.202.234 dns.acrodus.uk, ns1.acrodus.uk, ns2.acrodus.uk 81.187.202.235 wiki.acrodus.uk, git.acrodus.uk (Multi use webserver) 81.187.202.236 vpn.acrodus.uk 81.187.202.237 mail.acrodus.uk 81.187.202.238 (Allocated to Leigh Brown) ==IPv6== 2001:8b0:1ff5:/48 2001:8b0:1ff5:2020/64 Subnet for dmz equivalent ipv4 range 2001:8b0:1ff5:2020 router.acrodus.uk 2001:8b0:1ff5:2020:81:187:202...\""
},
{
"logid": 79,
"ns": 0,
"title": "Clean uninstall of WSL",
"pageid": 75,
"logpage": 75,
"revid": 119,
"params": {},
"type": "create",
"action": "create",
"user": "Alex",
"timestamp": "2025-05-29T09:19:57Z",
"comment": "Created page with \"Got this from a blog somewhere. It worked to uninstall WSL when it was being a bitch. In powershell (as admin) # list all installed distros wsl -l -v # destroy distros wsl --unregister Ubuntu wsl --unregister Debian # and so on In Settings > Apps > Apps & Features search for Ubuntu (then Debian, etc), and if something is found, click on uninstall search for Linux, and if something is found, click on uninstall on all results In Start Menu > Turn Windows Features o...\""
},
{
"logid": 78,
"ns": 0,
"title": "Apache2 config to allow directory access",
"pageid": 74,
"logpage": 74,
"revid": 118,
"params": {},
"type": "create",
"action": "create",
"user": "Alex",
"timestamp": "2025-04-22T12:14:12Z",
"comment": "Created page with \"Hello Alex, this is going to save you approximatley 2 hours of your life. Example apache2.conf <pre> # This is the main Apache server configuration file. It contains the # configuration directives that give the server its instructions. # See http://httpd.apache.org/docs/2.4/ for detailed information about # the directives and /usr/share/doc/apache2/README.Debian about Debian specific # hints. # # # Summary of how the Apache 2 configuration works in Debian: # The Apache...\""
}
]
}
}