Difference between revisions of "DevOps"

From PKC
Jump to navigation Jump to search
BenKoo>Benkoo
BenKoo>Benkoo
Line 13: Line 13:
=Bash Commands=
=Bash Commands=


https://stackoverflow.com/questions/3427872/whats-the-difference-between-and-in-bash
[https://stackoverflow.com/questions/3427872/whats-the-difference-between-and-in-bash The Difference between \[ and \[[ in Bash]


=References=
=References=

Revision as of 03:45, 30 April 2021

LocalSettings.php

The LocalSettings.php page on MW:MediaWiki is the first and foremost important document to study when configuring and operating a MediaWiki service.

The special sections that must be brought to your attention are:

  1. Setting Copyright for the site
  2. User rights

Login Features

OAuth2Client

How to Disable Login/Logout in MediaWiki? [1]

Bash Commands

The Difference between \[ and \[[ in Bash

References