New pages

From Freephile Wiki
New pages
Hide bots | Show redirects

10 February 2025

4 February 2025

  • 11:5711:57, 4 February 2025 Terraform (hist | edit) [614 bytes] Admin (talk | contribs) (Created page with "Terraform <blockquote>Terraform is an infrastructure-as-code software tool created by HashiCorp. Users define and provide data center infrastructure using a declarative configuration language known as HashiCorp Configuration Language (HCL), or optionally JSON.</blockquote> Although Terraform is the dominant leader in the space (citation needed), there has been some general community forming behind the [https://opentofu.org/ OpenTofu] project...")

31 January 2025

30 January 2025

  • 15:4015:40, 30 January 2025 JavaScript/hacks (hist | edit) [2,608 bytes] Admin (talk | contribs) (Created page with "A collection of little JavaScript hacks. == Pull headings out of a page == <syntaxhighlight lang="javascript">Array.from(document.getElementsByTagName("h1")).forEach(function (item) { console.log(item.textContent); });</syntaxhighlight>Using the browser's developer console, you can pop this one-liner in to see the list of '''headings''' in your web page. * <code>document.getElementsByTagName("h1")</code> returns an [https://developer.mozilla.org/en-US/docs/Web/API/HTML...") Tag: Visual edit

23 January 2025

22 January 2025

16 January 2025

14 January 2025

  • 09:1909:19, 14 January 2025 Docker Desktop (hist | edit) [9,079 bytes] Admin (talk | contribs) (Created page with "(Intro needed about Docker Desktop) == Docker Desktop not working on Ubuntu 24.04 == Docker Desktop apparently has a problem running on Ubuntu 24.04 (and Kubuntu 24.04) You can tell because when you launch Docker Desktop, nothing happens (the dockerd daemon does not start, and the GUI does not appear). You can also tell because if you try to do anything from the command line (e.g. <code>docker run hello-world</code>), or otherwise involve Docker, you will get the...") Tag: Visual edit: Switched

10 January 2025

2 January 2025

17 December 2024

  • 22:1222:12, 17 December 2024 Kibana (hist | edit) [2,139 bytes] Admin (talk | contribs) (Created page with " To use Kibana with MediaWiki CirrusSearch, you need to configure your MediaWiki installation to send search data to an Elasticsearch cluster (which is what CirrusSearch uses), and then access that data through Kibana by setting up a connection to the Elasticsearch instance, allowing you to visualize and analyze your MediaWiki search queries and results within Kibana's interface. == Key steps involved == * '''Install CirrusSearch extension on MediaWiki:''' ** Download...") Tag: Visual edit: Switched

19 November 2024

  • 09:3709:37, 19 November 2024 Composer/autoloading (hist | edit) [2,787 bytes] Admin (talk | contribs) (Created page with "MediaWiki has a full autoloading regimen that follows PSR standards<ref>https://www.mediawiki.org/wiki/Manual:$wgAutoloadClasses</ref><ref>https://www.mediawiki.org/wiki/Manual:$wgAutoloadLocalClasses</ref><ref>https://www.mediawiki.org/wiki/Manual:GenerateLocalAutoload.php</ref><ref>https://phabricator.wikimedia.org/source/mediawiki/browse/master/maintenance/generateLocalAutoload.php</ref><ref>https://www.mediawiki.org/wiki/Manual:AutoLoader.php</ref>. Jeroen DeDauw...") Tag: Visual edit