Main public logs
From Freephile Wiki
Combined display of all available logs of Freephile Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:25, 15 September 2025 Admin talk contribs created page SBOM (Created page with "thumb|link=wp:Reproducible_builds|SBOM is related to Reproducible Builds - see https://reproducible-builds.org/ A Software Bill of Materials (SBOM) is like an ingredient list for your software. It's a detailed inventory that shows exactly what components, libraries, and dependencies make up your software installation, including their versions, licenses, and often contains any known security vulnerabilities. We recently add...") Tag: Visual edit
- 14:24, 12 September 2025 Admin talk contribs created page Template:Timeline (Created page with "<includeonly> {{#if:{{{image}}}|[[{{{image}}}|100px|left|link=]]}} </includeonly> <noinclude>This template formats the timelines. </noinclude>")
- 13:19, 12 September 2025 Admin talk contribs created page Property:Has image (Created a property of type Page)
- 10:58, 12 September 2025 Admin talk contribs created page Timeline (Created page with "{{Feature |description=Produce timelines from data |examples=<pre> {{#ask: Modification date::+ |format=moderntimeline |?Modification date }} </pre> }} {{#ask: Modification date::+ |format=moderntimeline |?Modification date }}")
- 10:47, 12 September 2025 Admin talk contribs created page RebuildData (add content from GitHub Issue) Tag: Visual edit
- 15:24, 11 September 2025 Admin talk contribs created page Category:Pages with syntax highlighting errors (Created page with "Pages with syntax highlighting errors")
- 11:41, 11 September 2025 Admin talk contribs created page SemVer (Redirected page to Semantic Versioning) Tag: New redirect
- 11:38, 11 September 2025 Admin talk contribs created page Semantic Versioning (extracted from the Composer article) Tag: Visual edit
- 14:45, 8 September 2025 Admin talk contribs created page MediaWiki:Timeless.css (Created page with "All CSS here will be loaded for users of the Timeless skin: Indefinite content width: @media screen and (min-width: 851px) { .color-middle-container, .ts-inner { max-width: none; } } One-sided navigation menu: @media (min-width: 1340px) { #mw-content-block { display: block; } #mw-content, #content-bottom-stuff { margin-left: 14em; } #mw-content-wrapper { float: right; margin-left: -14em; width: 100%; } #mw-relat...")
- 14:38, 8 September 2025 Admin talk contribs created page Template talk:Feature (Collection could be removed: new section) Tag: New topic
- 13:38, 8 September 2025 Admin talk contribs created page Property:Feature title (Created page with "This is a property of type Has type::Text.")
- 13:37, 8 September 2025 Admin talk contribs created page Property:Has image description (Created a property of type Text)
- 20:45, 5 September 2025 Admin talk contribs created page File:Newrsynclogo.png
- 20:45, 5 September 2025 Admin talk contribs uploaded File:Newrsynclogo.png
- 11:22, 5 September 2025 Admin talk contribs moved page Abuse to Abuse Filter (use the more descriptive name to avoid misunderstanding)
- 11:18, 5 September 2025 Admin talk contribs created page Abuse (create new feature page for Abuse Filter)
- 10:54, 5 September 2025 Admin talk contribs created page User:Admin/common.js (Created page with "mw.loader.load("//pl.wikipedia.org/w/index.php?title=Wikipedysta:Msz2001/abusefilter-analyzer-primer.js&action=raw&ctype=text/javascript");")
- 21:14, 4 September 2025 Admin talk contribs created page Freephile Wiki:ToDo (Created page with "# Need to convert any usage of SMW property annotation to use the parser-friendly #set parser function syntax") Tag: Visual edit
- 14:50, 4 September 2025 Admin talk contribs created page Subpages (create new feature page)
- 10:11, 4 September 2025 Admin talk contribs created page Leadership Principles (Redirected page to AWS/LP) Tag: New redirect
- 06:49, 4 September 2025 Admin talk contribs created page Category:Imported help (Created page with "In 2009 I imported some help content from MediaWiki.org")
- 21:06, 3 September 2025 Admin talk contribs created page Template:Messagebox/doc (Created page with " This template is for generating nicely formatted message boxes in articles, or even other templates. == Usage == The template takes three named parameters that can be given in any order. ; text : (required) is the message ; type : (optional) determines the presentation using pre-defined styling. One of :* success - to indicate what success means :* warning - to alert the user about preventing problems :* failure - to dialog about when something fails :* restricted - sh...")
- 21:05, 3 September 2025 Admin talk contribs created page Template:Messagebox/styles.css (extracted from MediaWiki:Common.css)
- 09:36, 27 August 2025 Admin talk contribs created page Semantic MediaWiki administration (Created page with "Semantic MediaWiki is arguably the single best extension to MediaWiki because it allows for so much additional functionality not found in core. With great power comes great responsibility and so there are best practices to follow when administering your SMW-enabled wiki. Since Meza includes SMW, we need to articulate and/or formulate what aspects of those best practices are baked in to Meza. While we have already enable direct access to the Special:SemanticMed...") Tag: Visual edit
- 15:02, 21 August 2025 Admin talk contribs created page Git/pre-commit (initial version) Tag: Visual edit
- 11:56, 19 August 2025 Admin talk contribs created page Category:Meza (Created page with "Related to Meza") Tag: Visual edit
- 11:55, 19 August 2025 Admin talk contribs created page Meza 43.x (create a summary 43.x Release Notes in the format of "Adds, Removes, Fixes, Updates") Tag: Visual edit
- 00:21, 19 August 2025 Admin talk contribs created page Git/log (Created page with " For example: {{Collapsible |visible_text=git log --pretty feature-kibana..HEAD |collapsed_content= <pre> commit 7bc8622d5fa46f7cbfb001b45c04fcdb4d55ed0c (HEAD -> qb-1.43, tag: 43.4.7, origin/qb-1.43) Author: Greg Rundlett <greg.rundlett@gmail.com> Date: Fri Jan 24 02:18:59 2025 +0000 Finish off Maintenance Script improvements Last commits for this round of maintenance script operations Fixes Issue #142 commit 7cb9091831caf8a3f72d9c8de44310f5c9e1ad9...")
- 09:28, 16 August 2025 Admin talk contribs created page Ansible-lint (Created page with "thumb When developing Meza (or other Ansible project) on your local workstation without a virtual environment (e.g. VirtualBox) or VM, or Docker container - IOW, hacking old-school with just a git checkout - you will still want to have <code>ansible-lint</code>. To do this, create a Python Virtual Environment for your project and activate it. And then install ansible-lint in the Virtual Environment. Meza is pre-co...") Tag: Visual edit
- 06:26, 16 August 2025 Admin talk contribs changed group membership for Admin from Image-reviewer, bureaucrat, check user, confirmed, interface administrator, administrator (Semantic MediaWiki), curator (Semantic MediaWiki), editor (Semantic MediaWiki), staff, suppressor, sysadmin, administrator, uploadaccess, upwizcampeditors and widget editor to Image-reviewer, bureaucrat, check user, confirmed, interface administrator, administrator (Semantic MediaWiki), curator (Semantic MediaWiki), editor (Semantic MediaWiki), staff, suppressor, sysadmin, administrator, uploadaccess, upwizcampeditors, widget editor, push subscription manager and moderator (CommentStreams)
- 23:15, 15 August 2025 Admin talk contribs created page Dnf (Redirected page to dnf) Tag: New redirect
- 09:06, 15 August 2025 Admin talk contribs created page Partridge Brook Park Disc Golf Course (Add green layout distance table) Tag: Visual edit
- 21:55, 14 August 2025 Admin talk contribs created page File:Partridge Brook Park Disc Golf Course 18-hole layout.png
- 21:55, 14 August 2025 Admin talk contribs uploaded File:Partridge Brook Park Disc Golf Course 18-hole layout.png
- 08:54, 4 August 2025 Admin talk contribs created page Blubber (Created page with "thumb|the Blubber name is an obvious play on the Docker whale. '''Wikimedia Release Engineering's Blubber: a BuildKit frontend''' Blubber ([https://gitlab.wikimedia.org/repos/releng/blubber GitLab repo]) ([https://github.com/wikimedia/blubber GitHub mirror repo]) is a BuildKit frontend developed by Wikimedia Release Engineering for building application container images. Its core functionality lies in defining container images from a minimal...") Tag: Visual edit: Switched
- 09:51, 30 July 2025 Admin talk contribs created page Ripgrep (Created page with "thumb '''[https://github.com/BurntSushi/ripgrep ripgrep]''' <code>rg</code> is a recursive grep (or search) tool that is particularly fast. It also observes any <code>.gitignore</code> automatically, making it particularly useful as a programmers grep. Is it better? Maybe. It depends on your needs and use case. Here's a [https://beyondgrep.com/feature-comparison/ Feature comparison of ack, ag, git-grep, GNU grep and ripgrep] by the author...") Tag: Visual edit
- 10:21, 25 July 2025 Admin talk contribs created page Using Leaflet to design a Disc Golf Course (Created page with "Using the Maps Extension, and with some help from GeoJson.io to quickly come up with the JSON, you can design a 'back of the napkin' sketch of a Disc Golf Course very easily compared to some of the other tools. Example: {{#display_map: center=Salisbury MA | geojson=PartridgeBrookParkDG | service=leaflet }} == See Also == Using OpenStreetMaps to design a Disc Golf Course {{References}} Category:Disc Golf Category:Maps")
- 00:36, 25 July 2025 Admin talk contribs created page GeoJson:PartridgeBrookParkDG (Created GeoJSON page)
- 23:44, 24 July 2025 Admin talk contribs created page GeoJson:Berlin (testing Berlin map from https://maps.extension.wiki/wiki/Leaflet_GeoJSON)
- 23:03, 22 July 2025 Admin talk contribs created page Category:Ansible (Created page with "Ansible is for automation") Tag: Visual edit
- 15:07, 3 July 2025 Admin talk contribs created page Category:Pages with external content (Created page with "These pages use the ExternalContent extension to embed remote content in the wiki - usually Markdown READMEs from GitHub or other source repos")
- 06:11, 3 July 2025 Admin talk contribs created page Mode setting (extracted from parent) Tag: Visual edit: Switched
- 05:53, 3 July 2025 Admin talk contribs created page DKMS (Created page with "wp:DKMS is a technology developed by Dell. Over at their GitHub site, https://github.com/dell/dkms, they provide info {{#embed:https://github.com/dell/dkms}} Category:System Administration Category:Linux Category:Graphics Category:CLI")
- 16:35, 1 July 2025 Admin talk contribs created page Nvidia on Ubuntu/Kernel modules (Created page with "I came across an issue on a https://github.com/linux-surface/linux-surface/issues/906 I modified /etc/dkms/framework.conf to specify the "existing" certs that were generated by DKMS on Ubuntu:<pre> # mok_signing_key=/var/lib/dkms/mok.key mok_signing_key="/var/lib/shim-signed/mok/MOK.priv" # mok_certificate=/var/lib/dkms/mok.pub mok_signing_key="/var/lib/shim-signed/mok/MOK.der" </pre>Then I issued an <pre> sudo update-secureboot-policy --enroll-key </pre>gave it a passw...") Tag: Visual edit
- 08:53, 29 June 2025 Admin talk contribs created page Nvidia on Ubuntu/commands (Created page with "<syntaxhighlight lang="bash">#!/bin/bash # some CLI commands used while installing / removing the NVIDIA driver version 570 on a Debian-based system. # most commands should be executed as root # RTFM # less /usr/share/doc/nvidia-driver-570/README.txt.gz # switch to root user sudo su - # echo "Disabling nouveau driver" # bash -c "echo 'blacklist nouveau' >> /etc/modprobe.d/disable-nouveau.conf" # bash -c "echo 'options nouveau modeset=0' >> /etc/modprobe.d/disable-nou...") Tag: Visual edit
- 06:33, 29 June 2025 Admin talk contribs created page Category:Hardware (Created page with "Machines in use, or just sitting out back in a field on concrete blocks ;-)") Tag: Visual edit
- 16:55, 28 June 2025 Admin talk contribs created page Template:Subpages/doc (Created page with "BROKEN This template outputs a list rather than links. If you use the #subpages parser hook IN a page, it works as intended, outputting page links. The parser hook used comes from the Subpages extension, and the documentation example seems to indicate that you can format output with a template, but doesn't say anything about using the parser function from a template. https://github.com/ProfessionalWiki/SubPageList/blob/master/doc/USAGE.md")
- 14:13, 28 June 2025 Admin talk contribs imported Template:Own by file upload (1 revision) (from https://www.mediawiki.org/wiki/Extension:MultimediaViewer/Exported_test_wiki - supposed to add features?)
- 14:13, 28 June 2025 Admin talk contribs imported Template:De by file upload (1 revision) (from https://www.mediawiki.org/wiki/Extension:MultimediaViewer/Exported_test_wiki - supposed to add features?)
- 14:13, 28 June 2025 Admin talk contribs imported Template:En by file upload (1 revision) (from https://www.mediawiki.org/wiki/Extension:MultimediaViewer/Exported_test_wiki - supposed to add features?)