Main Page
We created QualityBox, a SaaS, enterprise-grade, knowledge platform with Wikipedia at it's core. The source is still available in our github. Much of this site is dedicated to showcasing the features and solutions of "Enterprise MediaWiki" - defined as the Knowledge Platform for organizations.
Check out our latest Videos !
Freephile Wiki
Freephile Wiki is a site about free technology, supporting freedom in general, in life and on the Internet. It was started by Greg Rundlett of eQuality Technology. This site is a wiki that you can edit. Contact Greg to request an account.
People and FREE Directory are available to answer your specific questions and go beyond what you can do on your own. | Applications are specific tools that you can use in business, home, education and life. |
The Help system will get you started quickly, and is a trusty resource whenever you need Help. |
The powerful search in this wiki will help you find whatever you are looking for. See the Index for a complete list of articles. Search is also a complete category. |
What's New
POTD
Articles
3 July 2025
- 06:1106:11, 3 July 2025 Mode setting (hist | edit) [1,388 bytes] Admin (talk | contribs) (extracted from parent) Tag: Visual edit: Switched
- 05:5305:53, 3 July 2025 DKMS (hist | edit) [711 bytes] Admin (talk | contribs) (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")
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
- 16:2316:23, 26 June 2025 Disable-nouveau.conf (hist | edit) [754 bytes] Admin (talk | contribs) (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:5109:51, 26 June 2025 Xorg.log (hist | edit) [113,041 bytes] Admin (talk | contribs) (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
Revisions
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
18 July 2025
3 July 2025
- diffhist N Category:Pages with external content 15:07 +142 Admin talk contribs (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")
- diffhist Terminology 09:39 +443 Admin talk contribs
- diffhist DKMS 09:26 +271 Admin talk contribs (add links)
- diffhist Nvidia on Ubuntu 09:26 +656 Admin talk contribs (link to DKMS) Tag: Visual edit
- diffhist Nvidia on Ubuntu/commands 09:17 +857 Admin talk contribs (add more)
- diffhist Autostart 06:47 +310 Admin talk contribs Tag: Visual edit
- diffhist Packages 06:39 +286 Admin talk contribs Tag: Visual edit
- diffhist Nvidia on Ubuntu/commands 06:28 +75 Admin talk contribs
- diffhist Packages 06:28 +58 Admin talk contribs (link to https://man7.org/linux/man-pages/man1/dpkg.1.html) Tag: Visual edit
Files
See the following links: more
Templates
28 June 2025
- 16:5516:55, 28 June 2025 Template:Subpages/doc (hist | edit) [589 bytes] Admin (talk | contribs) (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")