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).
- 14:13, 28 June 2025 Admin talk contribs imported Template:Information 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 Main Page by file upload (1 revision) (from https://www.mediawiki.org/wiki/Extension:MultimediaViewer/Exported_test_wiki - supposed to add features?)
- 13:52, 28 June 2025 Admin talk contribs created page File:About.this.system.txt (A lot of detailed information about the Graphics subsystem of my Kubuntu desktop aka gdisc PC Build 2024)
- 13:52, 28 June 2025 Admin talk contribs uploaded File:About.this.system.txt (A lot of detailed information about the Graphics subsystem of my Kubuntu desktop aka gdisc PC Build 2024)
- 13:47, 28 June 2025 Admin talk contribs created page About this System (Created page with "In your Linux desktop environment, you can access 'System Settings' -> 'About this System' to display basic info about your Software and Hardware environment including the 'graphics processor'. You can click on 'Show More Information' which reveals a multi-tab dialog with extensive Graphics info for OpenCL OpenGL Vulkan Window Manager and X-Server. The total text content is over 10,000 lines long - so extensive. For my workstation running Kubuntu 24, this is the summary...")
- 11:22, 28 June 2025 Admin talk contribs uploaded a new version of File:Proprietary Drivers selection in Software Sources GUI.png
- 11:19, 28 June 2025 Admin talk contribs created page File:Proprietary Drivers selection in Software Sources GUI.png
- 11:19, 28 June 2025 Admin talk contribs uploaded File:Proprietary Drivers selection in Software Sources GUI.png
- 14:29, 27 June 2025 Admin talk contribs created page Lsiniramfs (Created page with "Just like <code>ls</code>, you can specify the <code>-l</code> option to display long and more verbose listing of initramfs content. ;Inspect the filesystem of the current kernel: :<code>lsinitramfs /boot/initrd.img-$(uname -r)</code> Or, list the files in /boot, and name any as argument(s) {{Collapsible |visible_text=<code>lsinitramfs /boot/initrd.img | less</code> |collapsed_content= <pre> . kernel kernel/x86 kernel/x86/microcode kernel/x86/microcode/AuthenticA...")
- 11:06, 27 June 2025 Admin talk contribs created page Nvidia on Ubuntu/modinfo (Created page with "The <code>modinfo</code> command will tell you glorious details about a kernel module; including the author, version magic, signing key, etc. (snippet) <pre> firmware: nvidia/ga102/sec2/desc.bin license: GPL and additional rights description: nVidia Riva/TNT/GeForce/Quadro/Tesla/Tegra K1+ author: Nouveau Project srcversion: 88187EC4AE73E1281F21DD1 alias: pci:v000012D2d*sv*sd*bc03sc*i* alias: pci:v000010DEd*sv*sd*bc03sc*i* de...")
- 09:30, 27 June 2025 Admin talk contribs created page Nvidia on Ubuntu/ubuntu-drivers (Created page with "<code>ubuntu-drivers</code> is a command that is provided on Ubuntu systems that is designed to take care of installing the device driver for your video card. <code>ubuntu-drivers list</code> will list the drivers available for your video card. <code>ubuntu-drivers devices</code> will list the card and the drivers available for it. e.g. output of <code>ubuntu-drivers devices</code> <pre> == /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 == modalias : pci:v000010D...") Tag: Visual edit: Switched
- 16:23, 26 June 2025 Admin talk contribs created page Disable-nouveau.conf (Created page with "<code>cat /etc/modprobe.d/disable-nouveau.conf</code> (The 'blacklist' and 'options' command lines are commented thus preventing the file from having any effect.)<syntaxhighlight lang="bash"> ## disable the nouveau driver ## and prevent it from doing modeset # blacklist nouveau # options nouveau modeset=0 </syntaxhighlight> Category:System Administration Category:Linux Category:Graphics") Tag: Visual edit
- 09:51, 26 June 2025 Admin talk contribs created page Xorg.log (Created page with "The X.org server log file from my first boot after removing any conflicting Nvidia drivers. <pre> [ 19.041] (--) Log file renamed from "/var/log/Xorg.pid-3147.log" to "/var/log/Xorg.0.log" [ 19.042] X.Org X Server 1.21.1.11 X Protocol Version 11, Revision 0 [ 19.042] Current Operating System: Linux gdisc 6.8.0-62-generic #65-Ubuntu SMP PREEMPT_DYNAMIC Mon May 19 17:15:03 UTC 2025 x86_64 [ 19.042] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.8.0-62-generi...") Tag: Visual edit
- 09:46, 26 June 2025 Admin talk contribs created page Nvidia on Ubuntu (wip) Tag: Visual edit: Switched
- 13:51, 10 June 2025 Admin talk contribs created page OpenSearch standard (Created page with "The OpenSearch page compares and contrasts the various meanings of the term 'OpenSearch'. This page goes into some detail on the "standard" aka syndication format that arose in the timeframe of RSS circa 2005. === Browser extensions / Web Apps === * wp:OpenSearch is a standard for building search plugins, and exposing search services. It is how Firefox is able to hook up with Wikipedia to offer suggestions '''as you type''' in the Wikipedia search toolbar withi...") Tag: Visual edit: Switched
- 12:54, 10 June 2025 Admin talk contribs created page File:Google Custom Search Engine (GSE) appliance.png
- 12:54, 10 June 2025 Admin talk contribs uploaded File:Google Custom Search Engine (GSE) appliance.png
- 12:39, 9 June 2025 Admin talk contribs created page OpenSearch (initial version) Tag: Visual edit: Switched
- 12:07, 9 June 2025 Admin talk contribs created page Opensearch (create lowercase redirect to CamelCase) Tags: New redirect Visual edit
- 10:25, 6 June 2025 Admin talk contribs created page Category Reporter (Created page with "= Enhanced Category Report = First, we need to load external data... in this case we're retrieving from the MediaWiki API: {{#get_web_data: url=https://wiki.freephile.org/wiki/api.php?action=query&list=categorymembers&cmtitle=Category:Documentation&cmtype=page&cmlimit=5000&format=json format=json data=categoryMembers }} Now we can use our Category Reporter module in Lua processing that data: {{#invoke:CategoryReporter|categoryWithExternalData|Documentation}} ==...") Tag: Visual edit: Switched
- 09:52, 6 June 2025 Admin talk contribs created page Module:CategoryReporter (Created page with "-- a module that leverages mw.Api to query Categories local p = {} -- Function to get all subcategories of a category function p.getSubcategories(frame) local categoryName = frame.args[1] or frame:getParent().args[1] if not categoryName then return "Error: Category name must be provided" end -- Remove "Category:" prefix if present categoryName = categoryName:gsub("^Category:", "") local api = mw.Api.new() local data = api:g...")
- 17:38, 5 June 2025 Admin talk contribs created page Property:Semantic Dependency (create for the Semantic Dependency Updater extension)
- 15:17, 5 June 2025 Admin talk contribs created page Categories/javascript (Created page with "JavaScript code like the following uses the internal MediaWiki Api to retrieve the categories and output a table with member page counts. You can see the same info at Special:Categories - but this example gives you another way to slice and dice the information if desired. <syntaxhighlight lang="js"> mw.loader.using('mediawiki.api', function() { var api = new mw.Api(); var $output = $('<div id="category-list"></div>'); $output.append('<h2>Categories in t...")
- 09:58, 4 June 2025 Admin talk contribs uploaded a new version of File:Powered.by.qb.png
- 09:54, 4 June 2025 Admin talk contribs created page File:Powered.by.qb.svg (The clear version)
- 09:54, 4 June 2025 Admin talk contribs uploaded File:Powered.by.qb.svg (The clear version)
- 23:44, 2 June 2025 Admin talk contribs created page Using Mermaid in MediaWiki (Created page with "On the Sales Cycle page, we briefly compare two diagramming extensions for MediaWiki: '''Mermaid''' vs '''Flex Diagrams'''. While Flex Diagrams allows you to create 5 types of diagrams - including all those available through Mermaid, the limitation that you can not combine wiki markup in the 'sandboxed' implementation of Flex Diagrams makes us prefer creating Mermaid diagrams using the Mermaid extension. The Mermaid.js library is capable of generating all these typ...")
- 16:52, 2 June 2025 Admin talk contribs created page Mermaid:Sales Cycle (extract from Sales Cycle)
- 13:36, 30 May 2025 Admin talk contribs created page Stop AI crawlers (Created page with "AI crawlers from all over the world have become a huge problem. They don't play by the (Robots.txt) rules, so it's even worse than old-school indexing by Bing, Google, and Yahoo which were bad enough. In his 2025 MediaWiki User and Developer Workshop presentation<ref>https://www.youtube.com/watch?v=VGS5l3YH2oY</ref> Jeffrey Wang mentions some approaches as inadequate: * Fail2ban * Nepenthes * Varnish and caching == Defenses before MediaWiki ==...") Tag: Visual edit
- 15:29, 29 May 2025 Admin talk contribs created page Netstat (create page) Tag: Visual edit
- 15:38, 27 May 2025 Admin talk contribs created page File:Kibana-self-monitoring.png
- 15:38, 27 May 2025 Admin talk contribs uploaded File:Kibana-self-monitoring.png
- 14:44, 21 May 2025 Admin talk contribs created page Search/glossary (Created page with "See mw:Wikimedia_Search_Platform/Search/Glossary Category:Search")
- 12:18, 20 May 2025 Admin talk contribs created page MediaWiki Users and Developers Workshop Spring 2025 (Created page with "mw:MediaWiki Users and Developers Workshop Spring 2025 links to https://meza.wiki for the '[https://meza.wiki/mwplus/MediaWiki_Users_and_Developers_Workshop_Spring_2025 workshop website]' listing the full itinerary and much more. The YouTube channel has a playlist of the presentations https://www.youtube.com/@emwcon3497/videos == Event-like hooks are changing == There are many, many hooks in MediaWiki core. Some (20%?) are event oriented. Those are changing to use...")
- 11:36, 20 May 2025 Admin talk contribs created page Category:Presentations (Created page with "Either slidedecks themselves, or links and notes about presentations of interest.")
- 14:31, 19 May 2025 Admin talk contribs created page Category:OpenSource (Created page with "A subset of FOSS, "Open Source" means that you can receive and read the source code of a software. The OSI has taken formal ownership of the definition of Open Source.")
- 14:28, 19 May 2025 Admin talk contribs created page Category:FOSS (Created page with "Free and Open Source Software (FOSS) is about Libre Software - software that embodies user's rights over author's rights. Since all software authors are also software users, the rights of users do not take away from the rights of authors. Because the number of users far exceeds the number of authors, it is better to preserve the rights of the larger group - especially so when it can actually benefit the minority group. By preserving user's rights to see and modify the so...")
- 07:50, 16 May 2025 Admin talk contribs created page File:Power point hell meme.png
- 07:50, 16 May 2025 Admin talk contribs uploaded File:Power point hell meme.png
- 13:31, 15 May 2025 Admin talk contribs created page Project management (draft) Tag: Visual edit
- 10:26, 14 May 2025 Admin talk contribs created page Construction (Created page with "The word '''Construction''' and paradigms in the physical world are so often used in various analogies in the digital world that it would be impossible to image software without it. People literally ask "What are you building<ref>In fact, there is literally a process in creating software called 'building' in which the human-friendly computer language is sent through a compiler to be transformed into 'machine language' (compiled code) for languages that are compiled rathe...") Tag: Visual edit
- 10:45, 13 May 2025 Admin talk contribs created page Greg Rundlett/cv (draft) Tag: Visual edit
- 09:34, 11 May 2025 Admin talk contribs created page Vector database (Created page with "Vector databases like Neo4j have been important for quite some time now. They are ever more important now that Artificial Intelligence is mainstream. A vector database is a collection of data stored as mathematical representations. Vector databases make it possible for computer programs to draw comparisons, identify relationships, and understand context. They enable '''Semantic Search''' which is search based on meaning rather than...")
- 15:19, 9 May 2025 Admin talk contribs created page Category:Career (Created page with "placeholder") Tag: Visual edit
- 15:19, 9 May 2025 Admin talk contribs created page Interview (Created page with "== Questions == If you are preparing for an interview, there are several sources where you can preview what potential questions you might face in the interview. This example gives [https://www.jointaro.com/interview-insights/amazon/?selectedInterviewTypes=System+Design Amazon Interview Questions for System Design] (Taro) Category:Career") Tag: Visual edit
- 15:13, 9 May 2025 Admin talk contribs created page AWS/Financial Services (Created page with " = Key AWS Services for Financial Services Workloads = Here are the most important AWS services used in the financial services industry: '''Amazon EC2''' - Elastic compute capacity that provides resizable compute capacity in the cloud. Financial institutions use it for running applications, hosting trading platforms, and risk simulations. '''Amazon S3''' - Scalable object storage for data archiving, backup, and regulatory compliance document storage. Financial companie...") Tag: Visual edit
- 09:56, 9 May 2025 Admin talk contribs created page Category:Architecture (Created page with "Architecture is a fascinating subject - whether you are studying the life of Thomas Jefferson, or cathedrals in 17th century France. Architects work in both the structures we build, as well as in the digital economy. So there is Information Architecture, Data Architecture, Enterprise Architecture, Software Architecture, and Solutions Architecture among others. Aside: if you want to read a book about the real-life interplay...") Tag: Visual edit: Switched
- 16:08, 8 May 2025 Admin talk contribs created page Ollama (first draft) Tag: Visual edit
- 13:04, 8 May 2025 Admin talk contribs created page Category:Artificial Intelligence (Created page with "Not the opposite of '''Natural Intelligence''' but rather a scary and powerful synthesized version of natural intelligence. Science continues to deepen our understanding of the human brain, neural networks, microscopy, chip fabrication and even quantum mechanics - combining it in a race for supremacy, profit and control of the world. One of the 'godfathers of AI' Geoffrey Hinton has shortened the odds of total human extinction in 30 years from AI<ref>https://www.theguard...")
- 11:50, 8 May 2025 Admin talk contribs created page Vectors (Created page with "Disambiguation: The term wp:Vector has many different definitions depending on the context. In biology, a vector is an organism, often an insect or animal, that transmits a disease-causing agent (pathogen) from one host to another. A vector, as related to molecular biology, is a DNA molecule (often plasmid or virus) that is used as a vehicle to carry a particular DNA segment into a host cell as part of a cloning or recombinant DNA technique. The vector typically ass...") Tag: Visual edit: Switched