<?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>python &#8211; it.megocollector.com</title>
	<atom:link href="https://it.megocollector.com/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>https://it.megocollector.com</link>
	<description>The information technology compendium</description>
	<lastBuildDate>Sun, 26 Jul 2026 20:33:52 +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>bench.py: The Classic Server Benchmark Scripts, Rebuilt in Python</title>
		<link>https://it.megocollector.com/scripts/bench-py-the-classic-server-benchmark-scripts-rebuilt-in-python/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 31 Jul 2026 10:28:32 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[bench]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[vpsbench]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=7188</guid>

					<description><![CDATA[There&#8217;s a ritual every VPS owner knows. New server comes online, and before anything else, you paste in a one-liner from a forum post — bench.sh, vpsbench, one of their many mutations — and pipe a shell script you&#8217;ve never read straight into bash to find out whether your new host oversold you. The results are useful. The tradition of...]]></description>
		
		
		
			</item>
		<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>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>Certbot Requires Python 2.7</title>
		<link>https://it.megocollector.com/linux/certbot-requires-python-2-7/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 28 Nov 2017 16:43:50 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[certbot]]></category>
		<category><![CDATA[python]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=3706</guid>

					<description><![CDATA[This article describes how to use certbot with Python 2.7.&#160; The assumption is that you have already installed certbot. At the bottom of this article, is a related post on how to install Python 2.7.  After installing Python, install/run certbot. A shortcut, run a command within a temporary environment, like this functional example below. scl enable python27 '/opt/certbot-auto help' To...]]></description>
		
		
		
			</item>
		<item>
		<title>Install Python 2.7 on CentOS 6.x</title>
		<link>https://it.megocollector.com/linux/install-python-2-7-on-centos-6-x/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 28 Nov 2017 14:50:08 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[python]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=3701</guid>

					<description><![CDATA[CentOS 6.x uses python 2.6 for various things.&#160; It is the default install and Python 2.7 is not available as a typical install but I&#160; had a need for it and found a solution that worked for me. yum -y update yum install -y centos-release-SCL yum install -y python27 scl enable python27 bash The test. python -V Python 2.7.13 cat...]]></description>
		
		
		
			</item>
		<item>
		<title>Command Line Testing Internet Bandwidth Using Python</title>
		<link>https://it.megocollector.com/linux/command-line-testing-internet-bandwidth-using-python/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 12 Mar 2015 16:58:31 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[internet bandwidth]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[speedtest]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=2688</guid>

					<description><![CDATA[Speedtest.net is a go to site for testing Internet speeds, which is usually accomplished through a web browser. There is a command line utility that offers the functionality without the need of a GUI or the web browser. cd /opt wget https://github.com/sivel/speedtest-cli/archive/master.zip unzip master.zip cd speedtest-cli-master/ chmod +x speedtest_cli.py ./speedtest_cli.py mv speedtest_cli.py /usr/bin/ To run the utility, type speedtest_cli.py. Here...]]></description>
		
		
		
			</item>
	</channel>
</rss>
