<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux &#8211; it.megocollector.com</title>
	<atom:link href="https://it.megocollector.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://it.megocollector.com</link>
	<description>The information technology compendium</description>
	<lastBuildDate>Sun, 26 Jul 2026 00:43:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.3</generator>
	<item>
		<title>Python Virtual Environments on Debian 12</title>
		<link>https://it.megocollector.com/linux/python-virtual-environments-on-debian-12/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 26 Jul 2026 00:43:23 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[venv]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=7159</guid>

					<description><![CDATA[Notes on setting up and managing Python virtual environments on Debian 12 (bookworm), including what to do with a venv copied from another machine. System Python Debian 12 ships Python 3.11 as the system Python. There is no python3.12 package in the bookworm repos (3.12 arrives with Debian 13). python3 --version # Python 3.11.x Copied Venvs Don&#8217;t Work If a...]]></description>
		
		
		
			</item>
		<item>
		<title>NUC Audio Failure After Reboot — Debian 13, PipeWire, and the Missing Session</title>
		<link>https://it.megocollector.com/linux/nuc-audio-failure-after-reboot/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 26 Jul 2026 00:04:55 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[driver]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=7148</guid>

					<description><![CDATA[The Problem An Intel NUC running Debian 13 had been playing music continuously for weeks without issue. One morning the music stopped. A reboot did not restore audio — the system came up normally, but no sound played. Environment Intel NUC, Realtek ALC283 codec (HDA Intel PCH), analog output + 3 HDMI outputs Debian 13 with LightDM and a desktop...]]></description>
		
		
		
			</item>
		<item>
		<title>How to install npm on Ubuntu 24.04</title>
		<link>https://it.megocollector.com/linux/how-to-install-npm-on-ubuntu-24-04/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 10 Apr 2026 22:13:09 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[nodej]]></category>
		<category><![CDATA[npm]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=6717</guid>

					<description><![CDATA[Using NVM (Recommended for Developers) Node Version Manager (NVM) lets you install and switch between multiple versions of Node.js and npm on the same machine — useful when different projects require different Node versions. Download and run the NVM installation script: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh &#124; bash Apply the changes to your current shell session: source ~/.bashrc Install the latest Long-Term...]]></description>
		
		
		
			</item>
		<item>
		<title>Proxmox: List all Running VMs with IPs</title>
		<link>https://it.megocollector.com/linux/proxmox-list-all-running-vms-with-ips/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 14 Jan 2026 12:40:38 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[proxmox]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=6534</guid>

					<description><![CDATA[This shell loop queries Proxmox for the IPv4 addresses of all currently running virtual machines by leveraging the QEMU Guest Agent. It first lists running VMs using qm list, extracts their VMIDs, and then iterates over each one. For every VM, the command qm guest cmd &#60;vmid&#62; network-get-interfaces asks the guest agent inside the VM to report its network interfaces...]]></description>
		
		
		
			</item>
		<item>
		<title>Listing Non-User System Groups with GID ≥ 1000</title>
		<link>https://it.megocollector.com/linux/listing-non-user-system-groups-with-gid-%e2%89%a5-1000/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 25 Feb 2025 13:56:49 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[permissions]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=6512</guid>

					<description><![CDATA[In modern Linux systems, both users and groups are assigned numeric IDs. Users have UIDs, and groups have GIDs. By convention, system accounts typically use IDs below 1000, while regular user accounts use IDs 1000 and above. When a user account is created, a corresponding group with the same name is usually created as the user&#8217;s primary group. To identify...]]></description>
		
		
		
			</item>
		<item>
		<title>Install ffmpeg on Rocky Linux 8</title>
		<link>https://it.megocollector.com/media/install-ffmpeg-on-rocky-linux-8/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 27 Jan 2023 20:55:12 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[codec]]></category>
		<category><![CDATA[codex]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[rocky]]></category>
		<category><![CDATA[video]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=5382</guid>

					<description><![CDATA[There are several guides that I followed in attempts to install ffmpeg without success. There were issues with the incorrect cases of the names, like using PowerTools instead of powertools or leaving out much needed repos to make it possible to install. This guide will install ffmpeg on a Rocky Linux 8 linux machine. Install The following commands will install...]]></description>
		
		
		
			</item>
		<item>
		<title>Rocky Linux is Ready to Download</title>
		<link>https://it.megocollector.com/linux/rocky-linux-is-ready-to-download/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 01 May 2021 11:39:15 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[rocky]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=4900</guid>

					<description><![CDATA[After months of waiting and after refreshing the twitter feeds, news groups, Reddit, and Rocky Linux homepage, Rocky Linux is now available for download.&#160; DistroWatch.com doesn&#8217;t even have it listed yet as it is so new. While it is a Release Candidate, it is only hours old at the time of this writing 7:32 AM on May 1, 2021!&#160; I...]]></description>
		
		
		
			</item>
		<item>
		<title>Disk Full Error: Cannot logon via SSH</title>
		<link>https://it.megocollector.com/linux/disk-full-error-cannot-logon-via-ssh/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 04 Apr 2019 17:30:58 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[recovery]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=4081</guid>

					<description><![CDATA[The issue is that there may be a policy in place to prevent logons if there is any mount that is full.  There are a couple of approaches towards resolution.  Both approaches require a system shutdown.  One approach requires access to the ISO, which leaves a plausible solution. reboot Hit CTL+X to edit the boot kernel ##CHECK THIS ONE, MIGHT...]]></description>
		
		
		
			</item>
		<item>
		<title>How to add desktop icons on CentOS 7</title>
		<link>https://it.megocollector.com/tips-and-tricks/how-to-add-desktop-icons-on-centos-7/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 27 Jun 2018 12:48:38 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[gui]]></category>
		<guid isPermaLink="false">http://it.megocollector.com/?p=3852</guid>

					<description><![CDATA[For the most part, I prefer to work using the terminal on a minimal install of Linux; however, there are those occasional times where the GUI is necessary.&#160; Recently faced with having to add a few desktop shortcuts to the Desktop posed a bit of a problem for me. Basically, wanted to achieve two things, a Desktop icon to launch...]]></description>
		
		
		
			</item>
		<item>
		<title>Linux: How to logout a user</title>
		<link>https://it.megocollector.com/tips-and-tricks/linux-how-to-logout-a-user/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 07 Jun 2018 12:53:02 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[logout]]></category>
		<guid isPermaLink="false">http://it.megocollector.com/?p=3839</guid>

					<description><![CDATA[A user was logged in via XRDP and the screen locked.&#160; Each attempt to logon also resulted in a locked screen.&#160; Rebooting is not an option.&#160; There needed to be a way to identify the user and forcibly log them off, and there is. Logged on as root and typing the who command lists users and logons.  A great working...]]></description>
		
		
		
			</item>
	</channel>
</rss>
