<?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>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>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>
