<?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>terminal &#8211; it.megocollector.com</title>
	<atom:link href="https://it.megocollector.com/tag/terminal/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:47:43 +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>macOS Big Sur Breaks Scripts</title>
		<link>https://it.megocollector.com/macos/macos-big-sur-breaks-scripts/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 27 Apr 2021 13:58:47 +0000</pubDate>
				<category><![CDATA[macOS]]></category>
		<category><![CDATA[keychain]]></category>
		<category><![CDATA[macos]]></category>
		<category><![CDATA[terminal]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=4895</guid>

					<description><![CDATA[macOS Big Sur broke a couple of my scripts. After some troubleshooting, here is what I have found so far. Adding Certificates to a Keychain Using Keychain Access Certificate trust changes now require administrator approval and password confirmation for non-admin trust domains. If you have scripts calling /usr/bin/security add-trusted-cert -d as root, or using the SecTrustSettingsSetTrustSettings API, you will need...]]></description>
		
		
		
			</item>
		<item>
		<title>Linux: Count the number of processes running.</title>
		<link>https://it.megocollector.com/scripts/linux-count-the-number-of-processes-running/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 06 Mar 2011 21:13:14 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[ps]]></category>
		<category><![CDATA[terminal]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=1430</guid>

					<description><![CDATA[There was a need to determine the number of processes that was running on a Linux installation, specifically CentOS 5.6. I can&#8217;t find the source of this again, however, did use Google to find this information. Anyway, here is the command line needed. This command returned the desired results. ps auxh &#124; wc -l The result will be a number,...]]></description>
		
		
		
			</item>
		<item>
		<title>SendEmail on Linux &#8211; Send SMTP Mail from the Command Line</title>
		<link>https://it.megocollector.com/scripts/sendemail-on-linux-send-smpt-mail-from-the-command-line/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 05 Apr 2010 20:26:35 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[SendEmail]]></category>
		<category><![CDATA[SMTP]]></category>
		<category><![CDATA[terminal]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=1290</guid>

					<description><![CDATA[SendEmail is a lightweight, command line SMTP email client. It was designed to be used in bash scripts, batch files, Perl programs and web sites, but is quite adaptable. SendEmail is written in Perl and requires no modules. SendEmail is licensed under the GNU GPL, either version 2 of the License or (at your option) any later version. Although it...]]></description>
		
		
		
			</item>
	</channel>
</rss>
