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": "20240312223646|86",
        "continue": "-||"
    },
    "query": {
        "logevents": [
            {
                "logid": 96,
                "ns": 0,
                "title": "MS Activation",
                "pageid": 88,
                "logpage": 88,
                "revid": 356,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Wikiadmin",
                "timestamp": "2024-03-29T14:48:55Z",
                "comment": "Created page with \"Download / How to use it? Method 1 - PowerShell (Recommended)  Right-click on the Windows start menu and select PowerShell or Terminal (Not CMD). Copy and paste the code below and press enter   irm https://massgrave.dev/get | iex  You will see the activation options. Follow the on-screen instructions. That\u2019s all    Method 2 - Create a file       MAS_AIO-CRC32_60BA35A8.cmd  Contents <pre> @set masver=2.5 @setlocal DisableDelayedExpansion @echo off    ::  For command lin...\""
            },
            {
                "logid": 95,
                "ns": 0,
                "title": "Reset WSL",
                "pageid": 87,
                "logpage": 87,
                "revid": 355,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Wikiadmin",
                "timestamp": "2024-03-28T17:04:03Z",
                "comment": "Created page with \"All run from powershell (with admin access)  Show what distro you have   wsl -l  Clear the distro   wsl --unregister Ubuntu  Then run   wsl -l   Install using..    wsl.exe --install Ubuntu\""
            },
            {
                "logid": 94,
                "ns": 0,
                "title": "Backup using RSYNC 24.04",
                "pageid": 86,
                "logpage": 86,
                "revid": 352,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Wikiadmin",
                "timestamp": "2024-03-25T00:55:39Z",
                "comment": "Created page with \"Now we create a little script to backup via RSYNC   nano /srv/backup/backup.sh  You will need to create the appropriate backup locations for the script to use.  <pre> #!/bin/bash  # ===================================================================== # Script to Rsync backup # # V1.00 2024-03-20 Initial Release (Scotty) # ===================================================================== source_file=\"backup\" date=$(date +\"%Y-%m-%d\") new_filename=\"${source_file%.*}_${...\""
            },
            {
                "logid": 93,
                "ns": 0,
                "title": "Webmin Installation 24.04LTS",
                "pageid": 85,
                "logpage": 85,
                "revid": 335,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Wikiadmin",
                "timestamp": "2024-03-19T17:09:24Z",
                "comment": "Created blank page"
            },
            {
                "logid": 92,
                "ns": 0,
                "title": "PHP Configuration 24.04LTS",
                "pageid": 0,
                "logpage": 74,
                "params": {},
                "type": "delete",
                "action": "delete",
                "user": "Ian",
                "timestamp": "2024-03-19T00:13:12Z",
                "comment": "content was: \"It is probably best to modify the PHP environment to be a little more friendly. These changes are all done in the php.ini file in /etc/php/7.0/apache2/php.ini    sudo nano /etc/php/7.x/apache2/php.ini  Modify the following values to allow files of up to 100Mb to be uploaded by PHP.    ; Maximum size of POST data that PHP will accept.  post_max_size = 100M   ; Maximum all...\", and the only contributor was \"[[Special:Contributions/Wikiadmin|Wikiadmin]]\" ([[User talk:Wikiadmin|talk]])"
            },
            {
                "logid": 91,
                "ns": 0,
                "title": "MediaWiki Installation 24.04LTS",
                "pageid": 84,
                "logpage": 84,
                "revid": 186,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Wikiadmin",
                "timestamp": "2024-03-12T22:40:23Z",
                "comment": "Created page with \"Install the required packages,   apt-get install imagemagick php7.0-intl php7.0-curl php7.0-gd php7.0-mbstring php7.0-mysql  Edit the media wiki apache file.   nano /etc/mediawiki/apache.conf  Uncomment to enable media wiki.   Alias /wiki /var/lib/mediawiki  Enable the apache rewrite module   a2enmod rewrite  Restart Apache   service apache2 restart  Download and install mediawiki  <pre> cd /opt/ wget https://releases.wikimedia.org/mediawiki/LATEST VERSION/mediawiki-LATE...\""
            },
            {
                "logid": 90,
                "ns": 0,
                "title": "Amanda File Recovery 24.04LTS",
                "pageid": 83,
                "logpage": 83,
                "revid": 185,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Wikiadmin",
                "timestamp": "2024-03-12T22:39:38Z",
                "comment": "Created page with \"Configuration We'll be using amrecover(8) to recover files from backup. Before we can recover files, a little more configuration is in order. Amrecover is technically a client tool, and contacts the server to \"pull\" the recovery down to the client. You'll recall this is the reverse of the backup situation, where the server contacts the client to ask for its data. As such, we'll need to configure the client to talk to the server. Put the following in /etc/amanda/amanda-cl...\""
            },
            {
                "logid": 89,
                "ns": 0,
                "title": "Amanda Backup Server Installation 24.04LTS",
                "pageid": 82,
                "logpage": 82,
                "revid": 184,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Wikiadmin",
                "timestamp": "2024-03-12T22:38:46Z",
                "comment": "Created page with \"A simple backup solution.  Nice backup formats (tarballs) and the ability to restore when it all goes wrong.  Amanda is in the standard ubuntu repository.   apt install amanda-server  apt install amanda-client  As part of the install a user is created for the service to run under in Ubuntu's case this is \"backup\" remember that for later.  Now we need to set up some directories.   mkdir -p /opt/amanda/holding  mkdir -p /opt/amanda/state  mkdir -p /opt/amanda/state/{curinf...\""
            },
            {
                "logid": 88,
                "ns": 0,
                "title": "Next Cloud Installation 24.04LTS",
                "pageid": 81,
                "logpage": 81,
                "revid": 183,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Wikiadmin",
                "timestamp": "2024-03-12T22:38:06Z",
                "comment": "Created page with \"https://docs.nextcloud.com/server/12/admin_manual/installation/index.html   == Prerequisites ==  Set up DNS (CNAME) to point to your nextcloud server.   scottcloud.scottworld.net CNAME ---> Solaris  Also make sure it is set internally (if we are using split DNS)  ==Set up some directories==  Create a directory to hold the nextcloud files .. make this outside the standard WWW readable dirrectory   mkdir /opt/nextcloud/  Create a directory (outside of your WWW to hold the...\""
            },
            {
                "logid": 87,
                "ns": 0,
                "title": "Open VPN Install 24.04LTS",
                "pageid": 80,
                "logpage": 80,
                "revid": 182,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Wikiadmin",
                "timestamp": "2024-03-12T22:37:21Z",
                "comment": "Created page with \" apt install openvpn  copy back the etc files from the openvpn backup including all the RSA params etc.   systemctl enable openvpn@solaris  systemctl enable openvpn@solarisgaming    service openvpn start   Add a static route on the main router so the OpenVPN traffic can route for the 10. network <pre> Network \tSubnet mask \tGateway \t 10.3.0.0\t255.255.255.0\t192.168.3.200 </pre>   Make sure the OpenVPN server has IP forwarding turned on.   nano /etc/sysctl.d/localforwarding...\""
            }
        ]
    }
}