<?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/category/linux/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:22:45 +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>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>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>rsync on ESXi 7 produces rekeyed outbound cipher messages that fill the screen</title>
		<link>https://it.megocollector.com/linux/rsync-on-esxi-7-produces-rekeyed-outbound-cipher-messages-that-fill-the-screen/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 24 Aug 2023 15:27:42 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=6423</guid>

					<description><![CDATA[While using rsync on ESXi 7 to copy files and directories from one ESXi datastore to another remote ESXi datastore, the screen fills with &#8220;rekeyed outbound cipher rekeyed inbound cipher&#8221; messages about every 10 seconds. There is a way to fix this. There is a setting in /etc/ssh/sshd_config that I commented out and changed to RekeyLimit default none. # vPP...]]></description>
		
		
		
			</item>
		<item>
		<title>rsync on ESXi 7</title>
		<link>https://it.megocollector.com/linux/rsync-on-esxi-7/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 24 Aug 2023 13:53:49 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[rsync]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=6420</guid>

					<description><![CDATA[While using the built in scp command to copy files from one ESXi datastore to another on another ESXi, I realized this was cumbersome. A quick Internet search revealed that someone compiled rsync for ESXi many years ago and that it does work on ESXi 6.5 and also tested successfully on ESXi 7.0. I wanted to build to the latest...]]></description>
		
		
		
			</item>
		<item>
		<title>Zabbix: Python3 script to export all Templates to individual XML files</title>
		<link>https://it.megocollector.com/scripts/zabbix-python3-script-to-export-all-templates-to-individual-xml-files/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 21 Feb 2023 16:10:51 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[zabbix]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=5402</guid>

					<description><![CDATA[By default, Zabbix permits the export of all templates, but what if I wanted to download all the templates as individual XML files. Zabbix makes it easy to export templates, but the built-in option bundles everything together. If you want each template saved as its own individual XML file, you&#8217;ll need a different approach. As it turns out, someone wrote...]]></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>
		<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>
	</channel>
</rss>
