New pages

From Freephile Wiki
New pages
Hide bots | Show redirects

15 September 2025

12 September 2025

11 September 2025

5 September 2025

4 September 2025

27 August 2025

  • 09:3609:36, 27 August 2025 Semantic MediaWiki administration (hist | edit) [1,010 bytes] Admin (talk | contribs) (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

21 August 2025

19 August 2025

  • 11:5511:55, 19 August 2025 Meza 43.x (hist | edit) [5,379 bytes] Admin (talk | contribs) (create a summary 43.x Release Notes in the format of "Adds, Removes, Fixes, Updates") Tag: Visual edit
  • 00:2100:21, 19 August 2025 Git/log (hist | edit) [13,065 bytes] Admin (talk | contribs) (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...")

16 August 2025

  • 09:2809:28, 16 August 2025 Ansible-lint (hist | edit) [1,272 bytes] Admin (talk | contribs) (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

15 August 2025

4 August 2025

30 July 2025

  • 09:5109:51, 30 July 2025 Ripgrep (hist | edit) [700 bytes] Admin (talk | contribs) (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

25 July 2025

3 July 2025

1 July 2025

  • 16:3516:35, 1 July 2025 Nvidia on Ubuntu/Kernel modules (hist | edit) [3,762 bytes] Admin (talk | contribs) (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

29 June 2025

  • 08:5308:53, 29 June 2025 Nvidia on Ubuntu/commands (hist | edit) [3,003 bytes] Admin (talk | contribs) (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

28 June 2025

  • 13:4713:47, 28 June 2025 About this System (hist | edit) [1,118 bytes] Admin (talk | contribs) (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...")

27 June 2025

  • 14:2914:29, 27 June 2025 Lsiniramfs (hist | edit) [2,649 bytes] Admin (talk | contribs) (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:0611:06, 27 June 2025 Nvidia on Ubuntu/modinfo (hist | edit) [25,664 bytes] Admin (talk | contribs) (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:3009:30, 27 June 2025 Nvidia on Ubuntu/ubuntu-drivers (hist | edit) [35,778 bytes] Admin (talk | contribs) (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

26 June 2025