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": {
        "gapcontinue": "Ubuntu_18.04_phpMyAdmin",
        "continue": "gapcontinue||"
    },
    "warnings": {
        "main": {
            "*": "Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/> for notice of API deprecations and breaking changes."
        },
        "revisions": {
            "*": "Because \"rvslots\" was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used."
        }
    },
    "query": {
        "pages": {
            "2": {
                "pageid": 2,
                "ns": 0,
                "title": "Ubuntu 18.04 CheckPoint SNX",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "\nCheckPoint's Linux-based SNX client is downloadable from your organisation's VPN portal.  The file will be called 'snx_install.sh'.\n\nOnce downloaded run 'sudo bash' to become 'root' user.\n\nChange the permissions on the setup script* with 'chmod +x snx_install.sh' and then run it as './snx_install.sh'.\n\nIf you run the 'snx' command you may receive a value error \"bash: /usr/bin/snx: No such file or directory\".  This, not entirely clear error, means you need the following dependencies, installed using this command:\n \n* apt install lib32stdc++6 lib32z1 lib32readline7 lib32gcc1 libpam0g:i386 libstdc++5:i386 libx11-6:i386\n\nThis will enable SNX to be run and connectivity is done as follows:\n\n* snx -s vpn.portal.domain.com -u username\n\nDisconnecting is done by:\n\n* snx -d\n\nConnecting using CheckPoint .p12 certificates is possible with '-c' parameter.  For all other options use '-h' for help.\n\n[[Category:Ubuntu 18.04 LTS]] [[Category:Quick Fixes]]"
                    }
                ]
            },
            "7": {
                "pageid": 7,
                "ns": 0,
                "title": "Ubuntu 18.04 GNOME like Unity (with Microsoft Windows Keyboard Shortcuts)",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "Some tweaks I learned about to make Ubuntu 18.04 Gnome behave more like Unity did, for those with 'muscle memory'.\n\n= Prerequisites =\n\nThe following requirements need to be installed first:\n\n# Open a Terminal window;\n# Type:\n## sudo apt install gnome-tweaks dconf-editor\n# Accept installation of these and any dependencies;\n\n= Unity (Compiz) Spread Mode =\n\nOpen Gnome Tweak Tool (called just 'Tweaks' in the Application Launcher.\n\n# Navigate to ''''Top Bar'''';\n# Enable ''''Activities Overview Hot Corner'''';\n# Click on the tick-box icon on the lower edge of the window to apply.\n\nMoving the mouse and holding pushed into the upper-left corner will spread out all windows.\n\n= Unity Application Launcher top-left =\n\nOpen DConf Editor (called 'dconf Editor' in the Application Launcher).\n\n# Navigate to '''org / gnome / shell / extensions / dash-to-dock''';\n# Set value ''''show-apps-at-top'''' to ''''On'''';\n# Click on the tick-box icon on the lower edge of the window to apply.\n\n= Unity Windows controls left =\n\nOpen DConf Editor.\n\n# Navigate to '''org / gnome / desktop / wm / preferences / button-layout''';\n# Click '''Use default value''' to '''Off''';\n# Change '''Custom value''' from \"''':minimize,maximize,close'''\" to \"'''close,minimize,maximize:'''\" (note the ''':''' colon and how you can specify the ordering to suit);\n# Click on the tick-box icon on the lower edge of the window to apply.\n\n= Task Switcher show all (ungroup) applications =\n\nBy default the '''<Alt> + <Tab>''' Task Switcher function groups together similar application windows, such as Terminal sessions.  The following makes the Task Switcher show all open applications.\n\nOpen DConf Editor.\n\n# Navigate to '''org / gnome / desktop / vm / keybindings / switch-applications'''\n# Click '''Use default value''' to '''Off''';\n# Remove ''''<Alt>Tab'''' leaving just '''['<Super>Tab']''';\n# Click on the tick-box icon on the lower edge of the window to apply;\n# Navigate to '''org / gnome / desktop / vm / keybindings / switch-applications-backward'''\n# Click '''Use default value''' to '''Off''';\n# Remove ''''<Shift><Alt>Tab'''' leaving just '''['<Shift><Super>Tab']''';\n# Click on the tick-box icon on the lower edge of the window to apply;\n# Navigate to '''org / gnome / desktop / vm / keybindings / switch-windows'''\n# Click '''Use default value''' to '''Off''';\n# Insert '''['<Alt>Tab']''';\n# Click on the tick-box icon on the lower edge of the window to apply;\n# Navigate to '''org / gnome / desktop / vm / keybindings / switch-windows-backward'''\n# Click '''Use default value''' to '''Off''';\n# Insert '''['<Shift><Alt>Tab']''';\n# Click on the tick-box icon on the lower edge of the window to apply;\n\n= Gnome with Windows Shortcuts =\n\nIf, like me, you're accustomed to the Windows ways of <Windows Key> + <M> for minimize all to desktop you'll find it opens the Message Tray (center-top drop-down with Calendar and Activities) instead.  The actual key combination is set to <Super> + <D> ('Super' being the Linux term for 'Windows Key', because, reasons).\n\n== Message Tray ==\n\nThe first thing that needs changing is the key binding presently assuming the <Super> + <M> combination.  Open DConf Editor (called 'dconf Editor' in the Application Launcher).\n\n# Navigate to '''org / gnome / shell / keybindings / toggle-message-tray''';\n# Set ''''Use default value'''' to ''''Off'''';\n# Edit the ''''Custom value'''' box to contain just '''['<Super>t']''' (including the square brackets, per the original content);\n# Click on the tick-box icon on the lower edge of the window to apply.\n\n'''Note:''' The <Super> + <T> combination was selected partly because it still reflects the 'T' of 'Message Tray' (or 'Tasks') and because it appears unassigned to any other use.\n\n== Minimize All ==\n\nStill within DConf Editor and <Super> + <M> freed-up in the previous steps:\n\n# Navigate to '''org / gnome / desktop / wm / keybindings / show-desktop''';\n# Set ''''Use default value'''' to ''''Off'''';\n# Edit the ''''Custom value'''' box to contain just '''['<Super>m']''' (including the square brackets, per the original content);\n# Click on the tick-box icon on the lower edge of the window to apply.\n\n== 'Start / Run' ==\n\nContinuing the Windows-learned key behaviours, <Windows> + <R> for 'Start / Run' is another memory muscle go-to combination.\n\nOnce again, within DConf Editor:\n\n# Navigate to '''org / gnome / shell / keybindings / toggle-application-view''';\n# Set ''''Use default value'''' to ''''Off'''';\n# Edit the ''''Custom value'''' box to contain just '''['<Super>r']''' (including the square brackets, per the original content);\n# Click on the tick-box icon on the lower edge of the window to apply.\n\nThis will be the equivalent of clicking on the Application Launcher; however, you can start typing in commands and the text-box automatically gains focus.\n\n== File Explorer ==\n\nOn Windows the File Explorer can be opened with the <Super> + <E> combination.\n\nThis time, within Settings:\n\n# Navigate to '''Devices''';\n# Click on '''Keyboard''';\n# Scroll all the way down to a '''\"+\"''' ('plus') sign and click on it;\n# Fill in the following:\n## '''Name:''' File Manager;\n## '''Command:''' nautilus -w;\n## '''Shortcut:''' (click '''Set Shortcut...''') and press <Super> + <E>;\n## Click '''Add'''.\n\n'''Notes:''' 'Name' can be anything you prefer; while 'nautilus' is the default Gnome file manager, it can be substituted for your preferred alternative tool.  The use of the '-w' parameter causes Nautilus to open as a new window, mirroring the Windows behaviour.\n\n== Lock Screen ==\n\nThankfully this one is already catered for, so nothing to do here!\n\n[[Category:Ubuntu 18.04 LTS]]"
                    }
                ]
            }
        }
    }
}