<?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>it.megocollector.com</title>
	<atom:link href="https://it.megocollector.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://it.megocollector.com</link>
	<description>The information technology compendium</description>
	<lastBuildDate>Tue, 31 Mar 2026 22:13:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Powershell Script to write M3U playlists</title>
		<link>https://it.megocollector.com/scripts/powershell-script-to-write-m3u-playlists/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 31 Mar 2026 00:45:59 +0000</pubDate>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[m3u]]></category>
		<category><![CDATA[powershell]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=6631</guid>

					<description><![CDATA[Nearly 20 years ago, I came upon a VB script that would recursively traverse through a folder tree and create a M3U playlist for each folder respectively. I slightly modified the script over the years to fit my requirements, and have since ported it to PowerShell. This script will look for MP3 and WMA files and create a M3U playlist...]]></description>
		
		
		
			</item>
		<item>
		<title>How to Switch from a Microsoft Account to a Local Account in Windows</title>
		<link>https://it.megocollector.com/windows/windows-11-local-login-only/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 12 Feb 2026 13:34:07 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=6573</guid>

					<description><![CDATA[If you&#8217;d prefer not to sign in to Windows with a Microsoft account, you can switch to a local account at any time. Once you&#8217;ve made the switch, the option to remove the Microsoft account entirely will become available. Step 1: Switch to a Local Account Open Settings with Win + I Go to Accounts → Your info Under Account...]]></description>
		
		
		
			</item>
		<item>
		<title>ProjectSend Install Script</title>
		<link>https://it.megocollector.com/scripts/projectsend-install-script/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 11 Feb 2026 02:48:26 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[projectsend]]></category>
		<category><![CDATA[self-hosted]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=6554</guid>

					<description><![CDATA[ProjectSend is a self-hosted file sharing application for users or clients that avoids handing control over to a third-party service. It runs on standard web infrastructure, keeps data local, and focuses on managing uploads, access, and downloads in a straightforward way. The accompanying install script exists for the same reason. Instead of locking the system to a specific PHP release...]]></description>
		
		
		
			</item>
		<item>
		<title>Installing Go (Golang) Properly on Rocky Linux, RHEL, AlmaLinux, and CentOS</title>
		<link>https://it.megocollector.com/linux/installing-go-golang-properly-on-rocky-linux-rhel-almalinux-and-centos/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 03 Feb 2026 01:09:21 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=6549</guid>

					<description><![CDATA[When installing Go (Golang) on Enterprise Linux systems, the default package repositories are usually behind the official Go release cycle. This can cause compatibility issues when compiling modern projects or building statically linked binaries. This guide walks through a proper, official installation method using the Go project’s own binaries. The result is a clean, system-wide Go installation that is safe...]]></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>Migrating Virtual Machines from VMware to Proxmox</title>
		<link>https://it.megocollector.com/tips-and-tricks/migrating-virtual-machines-from-vmware-to-proxmox/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 24 Dec 2025 01:16:01 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[proxmox]]></category>
		<category><![CDATA[vmware]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=6528</guid>

					<description><![CDATA[What to Fix After Migration — and Best-Practice Proxmox VM Settings Migrating virtual machines from VMware to Proxmox is usually straightforward: convert the disk, boot the VM, and confirm it runs. But a VM that boots is not necessarily a VM that is correct, stable, or future-proof. This article documents real-world migration issues and the correct cleanup process after moving...]]></description>
		
		
		
			</item>
		<item>
		<title>Windows 11 24H2 Network Share Access Issue</title>
		<link>https://it.megocollector.com/windows/windows-11-24h2-network-share-access-issue/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 04 Mar 2025 02:15:48 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=6515</guid>

					<description><![CDATA[After upgrading to Windows 11 24H2, users may encounter issues accessing network shares on other devices such as Synology NAS systems. When attempting to access shared folders, the following error message appears: You can&#8217;t access this shared folder because your organization&#8217;s security policies block unauthenticated guest access. This issue occurs because Windows 11 24H2 implements stricter security policies that block...]]></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>
		<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>Jellyfin 10.10.x on Ubuntu 24 LTS</title>
		<link>https://it.megocollector.com/media/jellyfin-10-10-x-on-ubuntu-24-lts/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 01 Jan 2025 16:47:01 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[jellyfin]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[self-hosted]]></category>
		<category><![CDATA[streaming]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=6496</guid>

					<description><![CDATA[Installing Jellyfin on Ubuntu If you&#8217;ve been running Jellyfin on a RHEL-based Linux distribution like Rocky Linux, you&#8217;ve probably run into a frustrating limitation: the available packages are often outdated. This becomes a real problem when clients like the Fire TV Stick require a recent version of Jellyfin to function properly. Ubuntu, on the other hand, supports the latest packages,...]]></description>
		
		
		
			</item>
		<item>
		<title>How to repair an mp4 video</title>
		<link>https://it.megocollector.com/media/how-to-repair-an-mp4-video/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 03 Jul 2024 21:36:49 +0000</pubDate>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=6468</guid>

					<description><![CDATA[There is an mp4 video that will play flawlessly in some applications and not others. Using the tools of ffmpeg, I was able to determine the problem and remove it. By executing the following command, the problem(s) became easily identifiable. ffprobe -hide_banner -analyzeduration 1G -probesize 1G -i bad.mp4 The truncated results of the output are below. This is the first...]]></description>
		
		
		
			</item>
	</channel>
</rss>
