<?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>Charles Socci - Information Technology and Amateur Radio KC2YWZ &#187; Exchange</title>
	<atom:link href="http://charlessocci.com/category/exchange/feed/" rel="self" type="application/rss+xml" />
	<link>http://charlessocci.com</link>
	<description>Information Technology, Computers, and Amateur Radio</description>
	<lastBuildDate>Fri, 30 Jul 2010 01:05:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RecordMyDesktop &#8211; A Desktop Session Recorder For Linux</title>
		<link>http://charlessocci.com/2009/03/09/recordmydesktop-a-desktop-session-recorder-for-linux/</link>
		<comments>http://charlessocci.com/2009/03/09/recordmydesktop-a-desktop-session-recorder-for-linux/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 22:01:27 +0000</pubDate>
		<dc:creator>csocci</dc:creator>
				<category><![CDATA[Charles Socci]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[IT and Stuff]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[camtasia for linux]]></category>
		<category><![CDATA[capture desktop session]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[Desktop Capture]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[gtk-recordmydesktop]]></category>
		<category><![CDATA[record ubuntu desktop session]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://charlessocci.com/?p=73</guid>
		<description><![CDATA[I needed to do a quick session recording of my desktop to send some colleagues. In Windows I&#8217;ve used tools like Camtasia for quick demos, but I needed something that would record a session from a Linux desktop. (Ubuntu Intrepid 2.6.27-11-generic x86_64) GTK-RecordMyDesktop fit the bill perfectly.
It is very easy to install using Synaptic/Apt and [...]]]></description>
			<content:encoded><![CDATA[<p>I needed to do a quick session recording of my desktop to send some colleagues. In Windows I&#8217;ve used tools like Camtasia for quick demos, but I needed something that would record a session from a Linux desktop. (Ubuntu Intrepid 2.6.27-11-generic x86_64) <a href="http://recordmydesktop.sourceforge.net/about.php" target="_blank">GTK-RecordMyDesktop</a> fit the bill perfectly.</p>
<p>It is very easy to install using Synaptic/Apt and is available in the Ubuntu Universe Repository. There are two front ends available using GTK, and QT. The only issue I had to troubleshoot was that the recorded audio was out of sync and choppy. It was very easy to fix by changing the DEFAULT sound option to plughw:0,0.</p>
<p>The software is capable of using a variety of audio sources including Jack audio server. The capture provided an excellent quality file in .ogv format.</p>
<p>If you are sharing the video capture with Windows users, you will need to convert it to a Windows-friendly format for them. I used mencoder - </p>
<p><code>mencoder -idx mycapture.ogv -ovc lavc -oac mp3lame -o mycapture.avi</code></p>
<p>For a helpful page on installing additional repositories and software in Ubuntu, see here <a href="http://www.psychocats.net/ubuntu/sources" target="_blank">Enabling Extra Repositories</a>. You should also see the following link:  <a href="https://help.ubuntu.com/community/Medibuntu" target="_blank">Medibuntu</a>  &#8211; to install the W32 Codecs.</p>
<p>This is only required if you need to convert the output into a Windows format like .avi. In order to play the converted avi video in Windows,  I still needed to install this free codec: <a href="http://www.free-codecs.com/download/FFDshow.htm">FFDShow MPEG-4</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://charlessocci.com/2009/03/09/recordmydesktop-a-desktop-session-recorder-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.socci.com/sample.avi" length="10123310" type="video/x-msvideo" />
		</item>
		<item>
		<title>Free Monitor VMWare ESX Server Using SolarWinds and SNMP</title>
		<link>http://charlessocci.com/2008/10/24/free-monitor-vmware-esx-server-using-solarwinds-and-snmp/</link>
		<comments>http://charlessocci.com/2008/10/24/free-monitor-vmware-esx-server-using-solarwinds-and-snmp/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 18:07:16 +0000</pubDate>
		<dc:creator>csocci</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[IT and Stuff]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA["Solar Winds"]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[SNMP]]></category>
		<category><![CDATA[Solarwinds]]></category>

		<guid isPermaLink="false">http://charlessocci.com/?p=30</guid>
		<description><![CDATA[I&#8217;ve been using the free Solar Winds Exchange monitoring tool to keep an eye on my Exchange 2003 backend. Solarwinds has released a free tool to monitor ESX servers. Note this free tool will only monitor one server &#8211; if you want the full deal you have to pay for the monitoring suite. These instructions [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using the free <a title="Solarwinds Exchange Monitor" href="http://www.solarwinds.com/products/freetools/exchange_monitor.aspx" target="_blank">Solar Winds Exchange monitoring tool</a> to keep an eye on my Exchange 2003 backend. Solarwinds has released a free tool to monitor ESX servers. Note this free tool will only monitor one server &#8211; if you want the full deal you have to pay for the monitoring suite. These instructions will get you started with the free tool.</p>
<p>1. <a title="Solarwinds ESX VMWare monitor" href="http://www.solarwinds.com/products/freetools/vm_monitor.aspx" target="_blank">Download the Solarwinds VMWare ESX Monitor</a>.</p>
<p>2. Install it in your Windows workstation.</p>
<p>3. SSH or console into your ESX server as root, or equivalent.</p>
<p>4. type nano /etc/snmp/snmpd.conf to open the configuration for editing.</p>
<p>5. make sure there is a statement that says rocommunity public, if not add it. Otherwise close.</p>
<p>6. at the command line type: chkconfig snmpd on t (to make the service start automatically)</p>
<p>7. Restart the snmpd service: service snmpd restart</p>
<p>8, open your ESX firewall for snmp port 161 UDP and TCP by entering the following:</p>
<p>esxcfg-firewall -o 161,tcp,in,snmp<br />
esxcfg-firewall -o 161,udp,in,snmp</p>
<p>Now open up your Solar Winds monitor and enter the name of the ESX server. The defaults should work fine unless you changed the public string name to something else.</p>
]]></content:encoded>
			<wfw:commentRss>http://charlessocci.com/2008/10/24/free-monitor-vmware-esx-server-using-solarwinds-and-snmp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure EMail and Exchange 2003</title>
		<link>http://charlessocci.com/2008/10/15/secure-email-and-exchange-2003/</link>
		<comments>http://charlessocci.com/2008/10/15/secure-email-and-exchange-2003/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 18:08:33 +0000</pubDate>
		<dc:creator>csocci</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[cisco firewall]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[encrypted]]></category>
		<category><![CDATA[esmtp]]></category>
		<category><![CDATA[ip inspect esmtp]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[smtps]]></category>

		<guid isPermaLink="false">http://charlessocci.com/?p=27</guid>
		<description><![CDATA[I&#8217;m not a fan of Outlook. I think it is bloated, slow, and prone to any number of issues. That&#8217;s me. I like a nice, compact, fast email client that lets me get through all my email quickly. I&#8217;ve always liked Outlook Express and wondered why more people don&#8217;t pay any attention to it.
I work [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not a fan of Outlook. I think it is bloated, slow, and prone to any number of issues. That&#8217;s me. I like a nice, compact, fast email client that lets me get through all my email quickly. I&#8217;ve always liked Outlook Express and wondered why more people don&#8217;t pay any attention to it.</p>
<p>I work in linux a lot as well these days. I&#8217;m just finding after years of Microsoft that I really like linux. It is my base OS and I run VMWare or RDP sessions to manage my Microsoft shop.</p>
<p>I&#8217;ve been wanting to use a simple POP or IMAP client to check my mail when I&#8217;m traveling, have poor connectivity, etc. My company has many people overseas on very slow and highly contended VSAT connections. I don&#8217;t like passing my credentials in plain text.</p>
<p>I applied a secure certificate to the virtual POP3, IMAP, and SMTP servers on our Exchange 2003 front ends. I opened the appropriate firewall ports, and voila we had secure IMAP and POP3. SMTP was a little weird.</p>
<p>Exchange does not use a separate port for secure SMTP. It uses port 25 for everything. This works out fine. When you configure your client, choose TLS and not SSL. Make sure it is port 25. You can confirm your email was sent encrypted by looking at the header (send yourself a test). It will say the email was received by your smtp server in an encrypted session.</p>
<p>One last gotcha &#8211; the secure SMTP worked inside the firewall and not outside. When using telnet into the mail server on port 25 from the inside, an EHLO issued a full string of options, including STARTTLS. Outside the firewall, these options were only a string of XXXX&#8217;s. Cisco firewalls using inspect ESMTP statements filter out the STARTTLS option. This also causes the client to fail with an error stating the STARTLS is not offered. Remove the ip inspect esmtp statement and all will be well.</p>
<p>Outlook and Outlook Express use SMTP 25 and the SSL option, not TLS. Any other client, choose TLS.</p>
<p>Clients tested: Thunderbird, Evolution, Outlook Express</p>
<p>Note: if you are using Outlook or Evolution you might consider using the rpc/https built into these two clients.</p>
]]></content:encoded>
			<wfw:commentRss>http://charlessocci.com/2008/10/15/secure-email-and-exchange-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
