<?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>Netexceed blog by Jason Mohan&#187; Netexceed by Jason Mohan</title>
	<atom:link href="http://www.jasonmohan.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonmohan.com</link>
	<description>I am an IT professional who loves to stay on the leading edge of technology, and tries to tackle most commonly faced issues by computer users, and administrators.</description>
	<lastBuildDate>Mon, 19 Jul 2010 20:18:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Build your own san or nas for free</title>
		<link>http://www.jasonmohan.com/software/build-your-own-san-or-nas-for-free/</link>
		<comments>http://www.jasonmohan.com/software/build-your-own-san-or-nas-for-free/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 16:40:48 +0000</pubDate>
		<dc:creator>Jason Mohan</dc:creator>
				<category><![CDATA[other]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[Openfiler]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[Shared Storage]]></category>

		<guid isPermaLink="false">http://www.netexceed.com/?p=231</guid>
		<description><![CDATA[Openfiler is a free open source san built on linux, with a web management interface. If you ever wanted to share storage between systems in the past you would need to buy a EMC type device and spend at least $50,000 &#8211; $100,000.  Now you don&#8217;t with openfiler (www.openfiler.com), all you need is some hard [...]]]></description>
			<content:encoded><![CDATA[<p>Openfiler is a free open source san built on linux, with a web management interface. If you ever wanted to share storage between systems in the past you would need to buy a EMC type device and spend at least $50,000 &#8211; $100,000.  Now you don&#8217;t with openfiler (<a href="http://www.openfiler.com">www.openfiler.com</a>), all you need is some hard drives, a decent cpu, and some memory and that&#8217;s it. You can build your own san in minutes even with software RAID 5. This is perfect to test VMWare ESX, clustering, shared storage over iSCSI, hot backups, FTP (yes it has ftp capabilities), or share files with AD authenication. Everything is managed through a easy to use web interface, so you don&#8217;t need to know linux at all (which in my case I don&#8217;t). However I do recommend at least having a gigabit network if you plan on using iSCSI. Below I&#8217;ve listed a few features of openfiler and my configuration (to give you an understanding of what you need). To download, or see more features of openfiler go to <a href="http://www.openfiler.com">www.openfiler.com</a></p>
<p><strong>Features of Openfiler:</strong></p>
<p>iSCSI</p>
<p>FTP</p>
<p>Active Directory Authenication</p>
<p>User Quota for space and much more.</p>
<p><strong>My configuration:</strong></p>
<p>1. Openfiler OS 2.3 (www.openfiler.com)</p>
<p>2. Intel P4</p>
<p>3. 512 MB Ram</p>
<p>4. 70 gb drive for the OS</p>
<p>5.  3-250 gb drives for the storage (in software raid 5 configuration)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmohan.com/software/build-your-own-san-or-nas-for-free/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Push VNC to client machines</title>
		<link>http://www.jasonmohan.com/software/push-vnc-install-to-client-machines/</link>
		<comments>http://www.jasonmohan.com/software/push-vnc-install-to-client-machines/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 16:15:24 +0000</pubDate>
		<dc:creator>Jason Mohan</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[push]]></category>
		<category><![CDATA[remote viewing]]></category>
		<category><![CDATA[vnc]]></category>

		<guid isPermaLink="false">http://netexceed.com/?p=11</guid>
		<description><![CDATA[Got hundreds of machines to deploy vnc onto, do it in one simple batch file? Most network admins use VNC for client machines. It&#8217;s easy to access, but not so secure, but inside a network it&#8217;s a okay option to use. However the problem is how to install VNC on machine on the network without [...]]]></description>
			<content:encoded><![CDATA[<p>Got hundreds of machines to deploy vnc onto, do it in one simple batch file? Most network admins use VNC for client machines. It&#8217;s easy to access, but not so secure, but inside a network it&#8217;s a okay option to use. However the problem is how to install VNC on machine on the network without touching the machine itself. I know you can do installation through AD and through different pieces of software, but I was looking for a simple script to use. The reason was so my IT co-workers can install on demand when needed. So I used to pieces of a script that was already created, and created my own installation batch file. One of the script was <a href="http://www.darkage.co.uk/">fastpush from Dark Age</a>, and the other was VNCencode by Mauro Castald. However I&#8217;ve packaged all of it for you to use, in one simple download below. Download the zip file below, then continue reading on how to edit and put your own vnc password.</p>
<p><a href="http://www.jasonmohan.com/download/"><span class="s3-link">Go to our download page to download PushVNC</span></a><a class="s3-link" href="http://jasonmohan_web.s3.amazonaws.com/jasonmohan.com/downloads/pushvnc/PushVnc.zip"><br />
</a></p>
<p><span style="text-decoration: underline;"><strong>Steps on how to setup Push VNC</strong></span></p>
<p>1. Download the file above and extract the file somewhere.</p>
<p>2. Go to command line navigate to the directory called VNCpassword. Run vncenc with the password you want. Like the screenshot below where I used the password &#8220;itsmypassword&#8221;</p>
<p><a href="http://jasonmohan_web.s3.amazonaws.com/wp-content/uploads/2008/08/new_password.jpg"><br />
</a></p>
<p><a rel="lightbox" href="http://jasonmohan_web.s3.amazonaws.com/jasonmohan.com/images/new_password.jpg"><img class="s3-img alignnone" style="border: 0pt none;" src="http://jasonmohan_web.s3.amazonaws.com/jasonmohan.com/images/new_password.jpg" border="0" alt="new_password.jpg" width="375" height="183" /></a></p>
<p>3. Now copy all the &#8220;Password = REG_BINARY&#8230;&#8230;.&#8221;, and paste it into the VNC4.ini file located in the common directory. Like the screenshot below.</p>
<p><a rel="lightbox" href="http://jasonmohan_web.s3.amazonaws.com/jasonmohan.com/images/edit_vnc_ini.jpg"><img class="s3-img" style="border: 0pt none;" src="http://jasonmohan_web.s3.amazonaws.com/jasonmohan.com/images/edit_vnc_ini.jpg" border="0" alt="edit_vnc_ini.jpg" width="461" height="318" /> </a></p>
<p>4. Now there is two places where you need to edit the path of where you are planning to put this Push VNC program at. In this example I&#8217;m placing it in my c:\temp folder. First we&#8217;ll edit the install.bat file, and change the path where I highlighted in the screenshot below. Second we&#8217;ll edit the fp82.cmd file, same thing change the path where I highlighted in the screenshot also.</p>
<p><em>* If you want to place it on the network you need to edit it to use &#8220;net use v: \\server\share&#8221;.  Then set the path accordingly. Since I&#8217;m sharing this program with my IT co-workers I used the net use.</em></p>
<p><a rel="lightbox" href="http://jasonmohan_web.s3.amazonaws.com/jasonmohan.com/images/change_path_installbat.jpg"><img class="s3-img" style="border: 0pt none;" src="http://jasonmohan_web.s3.amazonaws.com/jasonmohan.com/images/change_path_installbat.jpg" border="0" alt="change_path_installbat.jpg" width="461" height="318" /></a></p>
<p><a rel="lightbox" href="http://jasonmohan_web.s3.amazonaws.com/jasonmohan.com/images/change_path_fp82.jpg"><img class="s3-img" style="border: 0pt none;" src="http://jasonmohan_web.s3.amazonaws.com/jasonmohan.com/images/change_path_fp82.jpg" border="0" alt="change_path_fp82.jpg" width="461" height="318" /></a></p>
<p>5. Now that&#8217;s bascially all you have to do. Now run the install.bat program and you&#8217;ll see a screen like below. Type in the ip address of the computer you want to install VNC onto, and then watch it&#8217;s magic. Remember you must be logged in as a domain admin or have such privileges to the client computer to install. Feel free to change my name and put yours.</p>
<p><a rel="lightbox" href="http://jasonmohan_web.s3.amazonaws.com/jasonmohan.com/images/install_screen.jpg"><img class="s3-img" style="border: 0pt none;" src="http://jasonmohan_web.s3.amazonaws.com/jasonmohan.com/images/install_screen.jpg" border="0" alt="install_screen.jpg" width="401" height="203" /></a></p>
<p>Much credit goes to DarkAge. If you want to dig in more and set more options check out there <a href="http://www.darkage.co.uk/downloads/">website</a>.</p>
<p><a class="s3-link" href="http://jasonmohan_web.s3.amazonaws.com/jasonmohan.com/images/new_password.jpg"> </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmohan.com/software/push-vnc-install-to-client-machines/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to get Adobe Photoshop CS3 to work on Window Server 2003</title>
		<link>http://www.jasonmohan.com/software/how-to-get-adobe-photoshop-cs3-to-work-on-window-server-2003/</link>
		<comments>http://www.jasonmohan.com/software/how-to-get-adobe-photoshop-cs3-to-work-on-window-server-2003/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 14:36:49 +0000</pubDate>
		<dc:creator>Jason Mohan</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[adobe photoshop]]></category>

		<guid isPermaLink="false">http://netexceed.com/?p=3</guid>
		<description><![CDATA[

I have to say you gotta someitmes hate adobe. The new version of Adobe photoshop cs3 won’t allow you to install it’s version on Windows server 2003, but after some reasearch I found a way. I don’t deserve the credit the credit goes to several users who posted on adobe’s forum but the posting got [...]]]></description>
			<content:encoded><![CDATA[<div class="post-content">
<div class="snap_preview">
<p>I have to say you gotta someitmes hate adobe. The new version of Adobe photoshop cs3 won’t allow you to install it’s version on Windows server 2003, but after some reasearch I found a way. I don’t deserve the credit the credit goes to several users who posted on adobe’s forum but the posting got deleted (I found a cached version though). Here what you do.</p>
<p>1. Look for file called “AdobePhotoshop10en_US_volume.proxy.xml” or “AdobePhotoshop10en.xml” (search for it).</p>
<p>2. Open it with notepad, scroll to the bottom, and change string starting with<br />
{”OS…  (I just deleted the OS string and replaced it with the bottom string)<br />
to<br />
{”OS”:{”Macintosh”:{”Require”:[{"Version":"10.4.8"}],”Exclude”:[{"Version":"10.4.8"}]},”Windows”:{”XP”:{”Exclude”:true},”Server2003″:{”Exclude”:true}}</p>
<p>3. Run the installation and everything should work smooth.</p>
<p>Hope it works for you, it did for me.</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmohan.com/software/how-to-get-adobe-photoshop-cs3-to-work-on-window-server-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
