New pages
26 October 2025
- 18:3018:30, 26 October 2025 Google Cloud - Upgrade PHP version (hist | edit) [964 bytes] Jeanknapp (talk | contribs) (Created page with "== Add PPA for PHP 8.2 == <syntaxhighlight lang="bash"> sudo apt install software-properties-common sudo add-apt-repository ppa:ondrej/php sudo apt update </syntaxhighlight> ## Install PHP 8.2 for Apache ``` sudo apt install php8.2 ``` ## Install PHP 8.2 Extensions ``` sudo apt install php8.2-common php8.2-mysql php8.2-xml php8.2-xmlrpc php8.2-curl php8.2-gd php8.2-imagick php8.2-cli php8.2-dev php8.2-imap php8.2-mbstring php8.2-opcache php8.2-soap php8.2-zip php8.2-i...") Tag: Visual edit
- 18:2618:26, 26 October 2025 Google Cloud - Create a virtual machine (hist | edit) [522 bytes] Jeanknapp (talk | contribs) (Created page with "== Access the Console == Log into the https://cloud.google.com. Access the https://console.cloud.google.com/ == Create the project == Navigate to https://console.cloud.google.com/projectcreate == Create a virtual machine == Navigate to the https://console.cloud.google.com/marketplace and search for LAMP Stack. Select LAMP Stack, by Google Click to Deploy. Click '''Launch'''. Set the...") Tag: Visual edit
19 October 2025
- 19:5419:54, 19 October 2025 MediaWiki - Configure Theme (hist | edit) [1,672 bytes] Jeanknapp (talk | contribs) (Created page with "== LocalSettings.php == Download LocalSettings.php, apply the changes below and reupload it to the root folder of the Wiki. === Enable the modern version of the Vector skin === Set the following commands:<pre>$wgDefaultSkin = "vector-2022"; $wgVectorNightMode['beta'] = true; $wgVectorNightMode['logged_out'] = true; $wgVectorNightMode['logged_in'] = true;</pre> === Enable Dark Mode === Set the following command:<pre> $wgDefaultUserOptions['vector-theme'] = 'night'; </pr...") Tag: Visual edit
- 19:0919:09, 19 October 2025 MediaWiki - Installation (hist | edit) [2,822 bytes] Jeanknapp (talk | contribs) (Created page with "DISPLAYTITLE == 1. Update your server == Run the following command in Terminal: <pre> sudo apt update && sudo apt upgrade -y </pre> == 2. Verify PHP modules == Run the following command in Terminal: <pre> sudo apt install php-intl php-xml php-mbstring php-json php-curl php-gd php-apcu -y </pre> == 3. Create a database for MediaWiki == Run the following command in Terminal: <pre> sudo mysql -u root -p </pre> Then run the folllowing SQL command: <pre> CREATE DATABASE w...") Tag: Visual edit: Switched originally created as "MediaWiki/Installation"