<?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>Leonardo Borda</title>
	<atom:link href="http://www.leonardoborda.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leonardoborda.com/blog</link>
	<description>A bit of everything and answers that really work!</description>
	<lastBuildDate>Thu, 15 Jul 2010 16:14:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>how to install development tools on CentOS 5.4 or CentOS 5.3</title>
		<link>http://www.leonardoborda.com/blog/how-to-install-development-tools-on-centos-5-4-or-centos-5-3/</link>
		<comments>http://www.leonardoborda.com/blog/how-to-install-development-tools-on-centos-5-4-or-centos-5-3/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 16:14:37 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Development Tools]]></category>

		<guid isPermaLink="false">http://www.leonardoborda.com/blog/?p=187</guid>
		<description><![CDATA[It is easy!
# yum groupinstall 'Development Tools'
Leonardo
]]></description>
			<content:encoded><![CDATA[<p>It is easy!</p>
<p>#<code> yum groupinstall 'Development Tools'</code></p>
<p>Leonardo</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leonardoborda.com/blog/how-to-install-development-tools-on-centos-5-4-or-centos-5-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entrepreneurs can change the world</title>
		<link>http://www.leonardoborda.com/blog/entrepreneurs-can-change-the-world/</link>
		<comments>http://www.leonardoborda.com/blog/entrepreneurs-can-change-the-world/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 05:34:58 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Open Bar]]></category>
		<category><![CDATA[change the world]]></category>
		<category><![CDATA[Entrepreneurs]]></category>

		<guid isPermaLink="false">http://www.leonardoborda.com/blog/?p=177</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/T6MhAwQ64c0&amp;feature" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/T6MhAwQ64c0&amp;feature"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.leonardoborda.com/blog/entrepreneurs-can-change-the-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>configure fstab on solaris</title>
		<link>http://www.leonardoborda.com/blog/configure-fstab-on-solaris/</link>
		<comments>http://www.leonardoborda.com/blog/configure-fstab-on-solaris/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 03:53:57 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[fstab]]></category>
		<category><![CDATA[solaris]]></category>

		<guid isPermaLink="false">http://www.leonardoborda.com/blog/?p=172</guid>
		<description><![CDATA[vi /etc/vfstab
Leonardo
]]></description>
			<content:encoded><![CDATA[<p>vi /etc/vfstab</p>
<p>Leonardo</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leonardoborda.com/blog/configure-fstab-on-solaris/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to configure ntp client on AIX 5.3</title>
		<link>http://www.leonardoborda.com/blog/how-to-configure-ntp-client-on-aix-5-3/</link>
		<comments>http://www.leonardoborda.com/blog/how-to-configure-ntp-client-on-aix-5-3/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 13:08:24 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[AIX]]></category>
		<category><![CDATA[ntp]]></category>

		<guid isPermaLink="false">http://www.leonardoborda.com/blog/?p=166</guid>
		<description><![CDATA[I have found it on the IBM website: http://www-01.ibm.com/support/docview.wss?uid=isg3T1000653 
PS: After configured it takes some time ( around 3-5 minutes ) to synchronize the time, so don&#8217;t worry it will work.
On client
1. Verify that you have a server suitable for synchronization. Enter:
# ntpdate -d ip.address.of.server
The offset must be less than 1000 seconds for xntpd to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">I have found it on the IBM website: <a href="http://www-01.ibm.com/support/docview.wss?uid=isg3T1000653">http://www-01.ibm.com/support/docview.wss?uid=isg3T1000653 </a></p>
<p style="text-align: left;">PS: After configured it takes some time ( around 3-5 minutes ) to synchronize the time, so don&#8217;t worry it will work.</p>
<p style="text-align: left;">On client</p>
<p style="text-align: left;">1. Verify that you have a server suitable for synchronization. Enter:</p>
<p style="text-align: left;"># ntpdate -d ip.address.of.server</p>
<p style="text-align: left;">The offset must be less than 1000 seconds for xntpd to synch. If the offset is greater than 1000 seconds, change the time manually on the client and run the ntpdate -d again.</p>
<p style="text-align: left;">If you get the message, &#8220;no server suitable for synchronization found&#8221;, verify xntpd is running on the server (see above) and that no firewalls are blocking port 123.<br />
2. Specify your xntp server in /etc/ntp.conf, enter:</p>
<p style="text-align: left;"># vi /etc/ntp.conf</p>
<p style="text-align: left;">(Comment out the &#8220;broadcastclient&#8221; line and add server ip.address.of.server prefer.)</p>
<p style="text-align: left;">Leave the driftfile and tracefile at their defaults.<br />
3. Start the xntpd daemon:</p>
<p style="text-align: left;"># startsrc -s xntpd</p>
<p style="text-align: left;">(Use the -x flag if it is appropriate for your environment.)</p>
<p style="text-align: left;">4. Uncomment xntpd from /etc/rc.tcpip so it will start on a reboot.</p>
<p style="text-align: left;"># vi /etc/rc.tcpip</p>
<p style="text-align: left;">Uncomment the following line:</p>
<p style="text-align: left;">start /usr/sbin/xntpd &#8220;$src_running&#8221;</p>
<p style="text-align: left;">If using the -x flag, add &#8220;-x&#8221; to the end of the line. You must include the quotes around the -x.</p>
<p style="text-align: left;">5. Verify that the client is synched.</p>
<p style="text-align: left;"># lssrc -ls xntpd</p>
<p style="text-align: left;">NOTE: Sys peer should display the IP address or name of your xntp server. This process may take up to 12 minutes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leonardoborda.com/blog/how-to-configure-ntp-client-on-aix-5-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to get or retrieve Dell Service tag from a Ubuntu linux server</title>
		<link>http://www.leonardoborda.com/blog/how-to-get-or-retrieve-dell-service-tag-from-a-ubuntu-linux-server/</link>
		<comments>http://www.leonardoborda.com/blog/how-to-get-or-retrieve-dell-service-tag-from-a-ubuntu-linux-server/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 20:14:53 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.leonardoborda.com/blog/?p=163</guid>
		<description><![CDATA[#apt-get install dmidecode
# dmidecode -s system-serial-number
it works!
]]></description>
			<content:encoded><![CDATA[<p>#apt-get install dmidecode<br />
# dmidecode -s system-serial-number</p>
<p>it works!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leonardoborda.com/blog/how-to-get-or-retrieve-dell-service-tag-from-a-ubuntu-linux-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remotely uninstall Symantec Endpoint Protection</title>
		<link>http://www.leonardoborda.com/blog/how-to-remotely-uninstall-symantec-endpoint-protocol/</link>
		<comments>http://www.leonardoborda.com/blog/how-to-remotely-uninstall-symantec-endpoint-protocol/#comments</comments>
		<pubDate>Fri, 01 May 2009 17:05:33 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Symantec]]></category>

		<guid isPermaLink="false">http://www.leonardoborda.com/blog/how-to-remotely-uninstall-symantec-endpoint-protocol/</guid>
		<description><![CDATA[How to remotely uninstall Symantec Endpoint Protection &#8211; SEP client

 download pstools from Microsoft websi
tehttp://technet.microsoft.com/en-us/sysinternals/bb897553.aspx
Run against the target workstation
C:\Temp\PsTools&#62;psexec \\wks C:\WINDOWS\system32\msiexec.exe /q/x {PRODUCT_ID}

Remeber if you have password set you have to disable it.
{PRODUCT_ID} &#8211; You must get your product id from (Tip:  find for Symantec ):
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
It is a number similar to this one:
{C1B0BDC8-9684-4036-90E1-F7DF0EE8C96D}
More information [...]]]></description>
			<content:encoded><![CDATA[<p>How to remotely uninstall Symantec Endpoint Protection &#8211; SEP client</p>
<ol>
<li> download pstools from Microsoft websi</li>
<li>tehttp://technet.microsoft.com/en-us/sysinternals/bb897553.aspx</li>
<li>Run against the target workstation<br />
C:\Temp\PsTools&gt;psexec \\wks C:\WINDOWS\system32\msiexec.exe /q/x {PRODUCT_ID}</li>
</ol>
<p>Remeber if you have password set you have to disable it.</p>
<p><strong>{PRODUCT_ID}</strong> &#8211; You must get your product id from (Tip:  find for Symantec ):<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall</p>
<p>It is a number similar to this one:<br />
{C1B0BDC8-9684-4036-90E1-F7DF0EE8C96D}</p>
<p>More information on <a href="http://service1.symantec.com/SUPPORT/ent-security.nsf/docid/2008090908381148?Open&amp;seg=ent" target="_blank">Symantec website</a>.</p>
<p>Leonardo</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leonardoborda.com/blog/how-to-remotely-uninstall-symantec-endpoint-protocol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slow mouse on Windows 2003 R2 running on VMware Server</title>
		<link>http://www.leonardoborda.com/blog/mouse-slow-on-windows-2003-r2-running-on-vmware-server/</link>
		<comments>http://www.leonardoborda.com/blog/mouse-slow-on-windows-2003-r2-running-on-vmware-server/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 21:07:00 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[vm]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.leonardoborda.com/blog/?p=151</guid>
		<description><![CDATA[Easy steps:

All Programs-&#62;Control Panel-&#62;Display.
Go to the Settings tab and click on the right down corner Advanced button.
Go to the Troubleshoot tab and set Hardware Acceleration to Full.
That is it!!

Leonardo
]]></description>
			<content:encoded><![CDATA[<p>Easy steps:</p>
<ol>
<li><em>All Programs-&gt;Control Panel-&gt;Display.</em></li>
<li>Go to the <em>Settings</em> tab and click on the right down corner <em>Advanced</em> button.</li>
<li>Go to the <em>Troubleshoot </em>tab and set <em>Hardware Acceleration</em> to <em>Full</em>.</li>
<li>That is it!!</li>
</ol>
<p>Leonardo</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leonardoborda.com/blog/mouse-slow-on-windows-2003-r2-running-on-vmware-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to list Exchange Server 2007 Public Folder permissions</title>
		<link>http://www.leonardoborda.com/blog/how-to-list-exchange-server-2007-public-folder-permissions/</link>
		<comments>http://www.leonardoborda.com/blog/how-to-list-exchange-server-2007-public-folder-permissions/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 17:46:33 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Exchange Server]]></category>

		<guid isPermaLink="false">http://www.leonardoborda.com/blog/?p=149</guid>
		<description><![CDATA[In power shell command prompt type
[PS] C:\Documents and Settings\exservice\Desktop&#62;Get-PublicFolder -Identity \ -recurse -Server srv-mail1 &#124; Get-PublicFolderClientPermission -server servername  &#62; c:\non_extended_pflist.txt
[PS] C:\Documents and Settings\exservice\Desktop&#62;Get-PublicFolder -Identity \ -recurse -Server srv-mail1 &#124; Get-PublicFolderClientPermission -server servername &#124; fl &#62; c:\extented_pfpermlist.txt
Leonardo
]]></description>
			<content:encoded><![CDATA[<p>In power shell command prompt type</p>
<p>[PS] C:\Documents and Settings\exservice\Desktop&gt;Get-PublicFolder -Identity \ -recurse -Server srv-mail1 | Get-PublicFolderClientPermission -server servername  &gt; c:\non_extended_pflist.txt</p>
<p>[PS] C:\Documents and Settings\exservice\Desktop&gt;Get-PublicFolder -Identity \ -recurse -Server srv-mail1 | Get-PublicFolderClientPermission -server servername | fl &gt; c:\extented_pfpermlist.txt</p>
<p>Leonardo</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leonardoborda.com/blog/how-to-list-exchange-server-2007-public-folder-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to clone a vbox virtualbox disk</title>
		<link>http://www.leonardoborda.com/blog/how-to-clone-a-vbox-virtualbox-disk/</link>
		<comments>http://www.leonardoborda.com/blog/how-to-clone-a-vbox-virtualbox-disk/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 16:10:19 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://www.leonardoborda.com/blog/?p=147</guid>
		<description><![CDATA[vboxmanage clonevdi olddisk.vdi newdisk.vdi
]]></description>
			<content:encoded><![CDATA[<p>vboxmanage clonevdi olddisk.vdi newdisk.vdi</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leonardoborda.com/blog/how-to-clone-a-vbox-virtualbox-disk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Incorrect time synchronization on Oracle Enterprise Linux</title>
		<link>http://www.leonardoborda.com/blog/incorrect-time-synchronization-on-oracle-enterprise-linux/</link>
		<comments>http://www.leonardoborda.com/blog/incorrect-time-synchronization-on-oracle-enterprise-linux/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 19:48:19 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.leonardoborda.com/blog/incorrect-time-synchronization-on-oracle-enterprise-linux/</guid>
		<description><![CDATA[There is a small change to be made when installing OEL on Vmware Server
1.	Install Vmware tools and check off the option regarding time synchronization with host machine.
2.	Change kernel parameters according to your Linux version. See link below.
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&#38;cmd=displayKC&#38;externalId=1006427
Finally VMware has written an article about vmware, oracle enterprise Linux and other distros.
Leonardo Borda
]]></description>
			<content:encoded><![CDATA[<p>There is a small change to be made when installing OEL on Vmware Server<br />
1.	Install Vmware tools and check off the option regarding time synchronization with host machine.<br />
2.	Change kernel parameters according to your Linux version. See link below.</p>
<p><a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1006427">http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1006427</a></p>
<p>Finally VMware has written an article about vmware, oracle enterprise Linux and other distros.</p>
<p>Leonardo Borda</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leonardoborda.com/blog/incorrect-time-synchronization-on-oracle-enterprise-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
