Main public logs
Combined display of all available logs of jeankn.app WIKI. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:32, 26 October 2025 Jeanknapp talk contribs created page Category:PHP (Created page with "* Upgrade PHP version * Change upload_max_filesize") Tag: Visual edit
- 18:30, 26 October 2025 Jeanknapp talk contribs created page Google Cloud - Upgrade PHP version (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:26, 26 October 2025 Jeanknapp talk contribs created page Google Cloud - Create a virtual machine (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:54, 19 October 2025 Jeanknapp talk contribs created page MediaWiki - Configure Theme (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:48, 19 October 2025 Jeanknapp talk contribs moved page MediaWiki Installation to MediaWiki - Installation without leaving a redirect
- 19:47, 19 October 2025 Jeanknapp talk contribs moved page MediaWiki/Installation to MediaWiki Installation without leaving a redirect
- 19:24, 19 October 2025 Jeanknapp talk contribs created page Category:MediaWiki (Created page with "MediaWiki") Tag: Visual edit
- 19:14, 19 October 2025 Jeanknapp talk contribs created page Category:Google Cloud (Created page with "== MediaWiki == * Installation * Configure Theme")
- 19:14, 19 October 2025 Jeanknapp talk contribs deleted page Google Cloud (content was: "== MediaWiki == * Installation * Configure Theme", and the only contributor was "Jeanknapp" (talk))
- 19:09, 19 October 2025 Jeanknapp talk contribs created page MediaWiki/Installation (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
- 19:03, 19 October 2025 Jeanknapp talk contribs created page Google Cloud (Added Installation and Configure Theme links to MediaWiki) Tag: Visual edit
- 18:29, 19 October 2025 Jeanknapp talk contribs created page MediaWiki:Sidebar (Created page with " * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges * SEARCH * TOOLBOX * LANGUAGES")
- 17:25, 19 October 2025 Jeanknapp talk contribs created page MediaWiki:Common.css (Created page with "Change background and link colors globally: body { background-color: #f5f6fa; color: #1b1b1b; } a, a:visited { color: #0078d7; } a:hover { color: #004d99; } Sidebar color: #mw-panel { background: #002b36; } Header background: #mw-head { background: #003c4f; }")
- 17:09, 19 October 2025 MediaWiki default talk contribs created page Main Page