<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>EG-DesignStudio</title>
	
	<link>http://www.eg-designstudio.com</link>
	<description>We offer web development, graphics design, network setup maintenance and installation, programming &amp; system administration, hosting and application development.</description>
	<lastBuildDate>Tue, 01 May 2012 15:41:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Eg-designstudio" /><feedburner:info uri="eg-designstudio" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><media:copyright>Copyright 2008 EG-DesignStudio.Com Web Design and Development</media:copyright><media:thumbnail url="http://www.eg-designstudio.com/images/sitelogo.jpg" /><media:keywords>ephraim,gariguez,eg,designstudio,eg,designstudio,com,eg,design,advertising,eg,design,eg,designstudio,forum,eg,forum,web,design,and,web,development,web,development,studio,web,hosting,web,programming,virtual,assistant,logo,design,photography,v</media:keywords><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Technology/Software How-To</media:category><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Technology/Gadgets</media:category><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Technology/Gadgets</media:category><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Music</media:category><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Games &amp; Hobbies/Automotive</media:category><itunes:owner><itunes:email>webmaster@eg-designstudio.com</itunes:email><itunes:name>xeroxss</itunes:name></itunes:owner><itunes:author>xeroxss</itunes:author><itunes:explicit>no</itunes:explicit><itunes:image href="http://www.eg-designstudio.com/images/sitelogo.jpg" /><itunes:keywords>ephraim,gariguez,eg,designstudio,eg,designstudio,com,eg,design,advertising,eg,design,eg,designstudio,forum,eg,forum,web,design,and,web,development,web,development,studio,web,hosting,web,programming,virtual,assistant,logo,design,photography,v</itunes:keywords><itunes:subtitle>EG-DesignStudio.Com Podcast</itunes:subtitle><itunes:summary>Our expertise includes: web design and web development, networking and structured cabling, system administration and configuration of computer networks, video and photography editing and cartographic designs. Here you can find our podcast feeds for the discussions of the topics that we are into.</itunes:summary><itunes:category text="Technology"><itunes:category text="Software How-To" /></itunes:category><itunes:category text="Technology"><itunes:category text="Gadgets" /></itunes:category><itunes:category text="Technology"><itunes:category text="Gadgets" /></itunes:category><itunes:category text="Music" /><itunes:category text="Games &amp; Hobbies"><itunes:category text="Automotive" /></itunes:category><item>
		<title>Setting Up XAMPP with SSL on Virtual Host in your Windows 7 Development Machine or Linux</title>
		<link>http://feedproxy.google.com/~r/Eg-designstudio/~3/R-G-sjicDxE/</link>
		<comments>http://www.eg-designstudio.com/2012/03/30/setting-up-xampp-with-ssl-on-virtual-host-in-your-windows-7-development-machine-or-linux/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 06:54:40 +0000</pubDate>
		<dc:creator>webmaster@eg-designstudio.com (xeroxss)</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[xampp and ssl]]></category>
		<category><![CDATA[xampp virtual host with ssl]]></category>

		<guid isPermaLink="false">http://www.eg-designstudio.com/?p=621</guid>
		<description><![CDATA[XAMPP for Windows comes built in with SSL certificate for development use, the only thing that you need to do is to enable it to work with your Virtual Host to duplicate development setup in production environment. Setup of production and development machine is almost exactly the same except that the certificate for the production that you will need to use should be coming from a trusted SSL certification authority.

The default SSL on XAMPP only works by default in our localhost so it is accessible via https://localhost/any-directory-inside-htdocs.

To Make it work in Virtual Host Setup we need to do four things.

1. Configure httpd-vhosts.conf to work with standard virtual host http access at port 80.
  -A detailed explanation on how to do step 1 is here: <a href="http://www.eg-designstudio.com/2009/01/14/configuring-apache-server-for-development-to-mimic-production-setup/" title="Setting up apache with Virtual Host" target="_blank">http://www.eg-designstudio.com/2009/01/14/configuring-apache-server-for-development-to-mimic-production-setup/</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.eg-designstudio.com/main/wp-content/uploads/2012/03/xamp-ssl.png" rel="lightbox[621]"><img src="http://www.eg-designstudio.com/main/wp-content/uploads/2012/03/xamp-ssl.png" alt="XAMPP with SSL" title="xamp-ssl" width="470" height="175" class="aligncenter size-full wp-image-626" /></a><br />
XAMPP for Windows comes built in with SSL certificate for development use, the only thing that you need to do is to enable it to work with your Virtual Host to duplicate development setup in production environment. Setup of production and development machine is almost exactly the same except that the certificate for the production that you will need to use should be coming from a trusted SSL certification authority.</p>
<p>The default SSL on XAMPP only works by default in our localhost so it is accessible via https://localhost/any-directory-inside-htdocs.<br />
<script type="text/javascript"><!--
google_ad_client = "ca-pub-3001214673941676";
/* 300x250, created 12/10/09 */
google_ad_slot = "1091702110";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
To Make it work in Virtual Host Setup we need to do four things.</p>
<p>1. Configure httpd-vhosts.conf to work with standard virtual host http access at port 80.<br />
  -A detailed explanation on how to do step 1 is here: <a href="http://www.eg-designstudio.com/2009/01/14/configuring-apache-server-for-development-to-mimic-production-setup/" title="Setting up apache with Virtual Host" target="_blank">http://www.eg-designstudio.com/2009/01/14/configuring-apache-server-for-development-to-mimic-production-setup/</a></p>
<p>2. Configure httpd-ssl.conf to work with virtual host with https access or SSL enabled.</p>
<p>3. Modify hosts file of our Windows machine to point to virtual host mock address.</p>
<p>4. Restart apache server.</p>
<p>Things to note: In production setup SSL works by binding the SSL certificate on dedicated IP which is being done using network alias on Linux Machines. Short instruction on how to do that in Linux machine can be found here: <a href="http://forum.eg-designstudio.com/topic/setting-up-network-alias-on-centos-53" title="Network Alias Configuration on CentOS" target="_blank">Network Alias on CentOS</a></p>
<p>So with this in mind I&#8217;m going to bind the SSL certificate via my local IP connected to my wireless network which is : 192.168.1.34 </p>
<p>Step 1. Configure httpd-vhost.conf to work with normal http access at port 80:<br />
This can be found from DRIVE where you install xampp: /xampp/apache/conf/extra/httpd-vhost.conf</p>
<p><code>#################################################<br />
<virtualhost 192.168.1.34:80><br />
    ServerAdmin admin@eg-designstudio.com<br />
    DocumentRoot "D:/webprojects/whatever-your-folder-is"<br />
    ServerName www.mymocksite.com<br />
    ServerAlias mocksite.com</p>
<p><directory  "D:/webprojects/whatever-your-folder-is"><br />
      AllowOverride FileInfo AuthConfig Limit Indexes<br />
      #Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec<br />
      #Options Indexes FollowSymLinks<br />
      AllowOverride All<br />
      Order allow,deny<br />
      Allow from all</p>
<limit GET POST OPTIONS>
            Order allow,deny<br />
            Allow from all
        </limit>
<limitexcept GET POST OPTIONS>
            Order deny,allow<br />
            Deny from all
        </limitexcept>
    </directory><br />
</virtualhost><br />
###############################################</code></p>
<p>Step 2. Configure httpd-ssl.conf to work with virtual host with https access or SSL enabled.<br />
This can be found from DRIVE where you install xampp: /xampp/apache/conf/extra/httpd-ssl.conf, this file has a built in example configuration of SSL which is configured to work with localhost.</p>
<p>Just append the code here at the bottom of the file.</p>
<p><code>########################################################################<br />
<VirtualHost 192.168.1.34:443><br />
    #   General setup for the virtual host<br />
    DocumentRoot "D:/webprojects/whatever-your-folder-is"<br />
    ServerName www.mymocksite.com:443<br />
    ServerAlias mocksite.com:443</p>
<p>    <directory  "D:/webprojects/whatever-your-folder-is"><br />
      #AllowOverride FileInfo AuthConfig Limit Indexes<br />
      #Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec<br />
      Options Indexes FollowSymLinks<br />
      AllowOverride All<br />
      Order allow,deny<br />
      Allow from all</p>
<limit GET POST OPTIONS>
            Order allow,deny<br />
            Allow from all
        </limit>
<limitexcept GET POST OPTIONS>
            Order deny,allow<br />
            Deny from all
        </limitexcept>
    </directory></p>
<p>    ServerAdmin admin@eg-designstudio.com<br />
    ErrorLog logs/error.log<br />
    <IfModule log_config_module><br />
        CustomLog logs/access.log combined<br />
    </IfModule><br />
    #   SSL Engine Switch:<br />
    #   Enable/Disable SSL for this virtual host.<br />
    SSLEngine on<br />
    #   SSL Cipher Suite:<br />
    #   List the ciphers that the client is permitted to negotiate.<br />
    #   See the mod_ssl documentation for a complete list.<br />
    SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL<br />
    SSLCertificateFile conf/ssl.crt/server.crt<br />
    SSLCertificateKeyFile conf/ssl.key/server.key<br />
    <FilesMatch "\.(cgi|shtml|phtml|php|php5|php4|php3)$"><br />
        SSLOptions +StdEnvVars<br />
    </FilesMatch><br />
    <IfModule setenvif_module><br />
        BrowserMatch ".*MSIE.*" \<br />
                 nokeepalive ssl-unclean-shutdown \<br />
                 downgrade-1.0 force-response-1.0<br />
    </IfModule><br />
</VirtualHost><br />
########################################################################</code></p>
<p>3. Modify hosts file of our Windows machine to point to virtual host mock address.<br />
Your host file can be found at C:\windows\system32\drivers\etc\hosts</p>
<p>Modify your hosts file and append the code below to point to your local mock address</p>
<p><code># Copyright (c) 1993-2009 Microsoft Corp.<br />
#<br />
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.<br />
#<br />
# This file contains the mappings of IP addresses to host names. Each<br />
# entry should be kept on an individual line. The IP address should<br />
# be placed in the first column followed by the corresponding host name.<br />
# The IP address and the host name should be separated by at least one<br />
# space.<br />
#<br />
# Additionally, comments (such as these) may be inserted on individual<br />
# lines or following the machine name denoted by a '#' symbol.<br />
#<br />
# For example:<br />
#<br />
#      102.54.94.97     rhino.acme.com          # source server<br />
#       38.25.63.10     x.acme.com              # x client host<br />
# localhost name resolution is handled within DNS itself.<br />
#	127.0.0.1       localhost<br />
#	::1             localhost<br />
192.168.1.34 www.mymocksite.com<br />
192.168.1.34 mymocksite.com</code></p>
<p>For Linux do the same as above or just do it once by adding the below code in your httpd.conf file<br />
located at /etc/httpd/conf</p>
<p><code>#############################################<br />
<VirtualHost 192.168.1.34:80><br />
ServerAdmin admin@eg-designstudio.com<br />
DocumentRoot /home/mocksite/public_html<br />
ServerName www.mymocksite.com<br />
ServerAlias mymocksite.com<br />
ErrorLog logs/www.mocksite.com-error_log<br />
CustomLog logs/www.mocksite.com-access_log combined<br />
</VirtualHost></p>
<p><VirtualHost 192.168.1.34:443><br />
ServerName www.mymocksite.com:443<br />
ServerAlias mocksite.com:443<br />
DocumentRoot /home/mocksite/public_html<br />
ErrorLog logs/www.mymocksite.com-error_log<br />
CustomLog logs/www.mymocksite.com-access_log combined<br />
LogLevel warn<br />
SSLEngine on<br />
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP<br />
SSLCertificateFile /etc/httpd/conf/myssl/www.mymocksite.com.crt<br />
SSLCertificateKeyFile /etc/httpd/conf/myssl/www.mocksite.com.private.key<br />
SSLCACertificateFile /etc/pki/tls/certs/ca-bundle.crt<br />
<Files ~ "\.(cgi|shtml|phtml|php3?)$"><br />
    SSLOptions +StdEnvVars<br />
</Files><br />
SetEnvIf User-Agent ".*MSIE.*" \<br />
         nokeepalive ssl-unclean-shutdown \<br />
         downgrade-1.0 force-response-1.0<br />
</VirtualHost><br />
########################################<br />
</code></p>
<p>Step 4. Restart apache server and we are good to go. If you&#8217;ve done all the steps above then your SSL certificate should be properly configured by now and working.</p>
<p><map name='google_ad_map_621_d0cca406777a4a93'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/621?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_621_d0cca406777a4a93' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=621&amp;url= http%3A%2F%2Fwww.eg-designstudio.com%2F2012%2F03%2F30%2Fsetting-up-xampp-with-ssl-on-virtual-host-in-your-windows-7-development-machine-or-linux%2F' /></p>
<p><a href="http://feedads.g.doubleclick.net/~a/1ywai25BhagF_DXLoYyxQpF3was/0/da"><img src="http://feedads.g.doubleclick.net/~a/1ywai25BhagF_DXLoYyxQpF3was/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/1ywai25BhagF_DXLoYyxQpF3was/1/da"><img src="http://feedads.g.doubleclick.net/~a/1ywai25BhagF_DXLoYyxQpF3was/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Eg-designstudio/~4/R-G-sjicDxE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eg-designstudio.com/2012/03/30/setting-up-xampp-with-ssl-on-virtual-host-in-your-windows-7-development-machine-or-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.eg-designstudio.com/2012/03/30/setting-up-xampp-with-ssl-on-virtual-host-in-your-windows-7-development-machine-or-linux/</feedburner:origLink></item>
		<item>
		<title>Recent site updates</title>
		<link>http://feedproxy.google.com/~r/Eg-designstudio/~3/l8MzNevcZVg/</link>
		<comments>http://www.eg-designstudio.com/2011/02/17/recent-site-updates/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 07:37:50 +0000</pubDate>
		<dc:creator>webmaster@eg-designstudio.com (xeroxss)</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://www.eg-designstudio.com/?p=493</guid>
		<description><![CDATA[I've been planning a total redesign of this site, though interest is there the urge to do it immediately is not  apparent or I'm just being lazy. With every engine upgrade of course comes the pain of breaking things every now and then though it's not huge, the effort of making this site to work in harmony is still big in some scope of things. Security wise with every upgrade there will always be people attempting to break in, and open registration means inviting people good and bad alike to either help the site or break it. I experience some of those bad things of course, but thanks to them I just woke up dreaming and hoping that this place will be better than before. The original site idea was just plain and simple nothing big, just a place to put my thoughts and things that I'm working on to be accessible even after I finished working on it. 3 years had passed and yes I'm revisiting this site just to touch up a bit. So the first in the list is 1. engine update both in the main site and the forum, 2. forum and main site integration still working perfectly after the upgrade. 3. Added some facebook bandwagon feature, well every one does have a facebook now, 4. tweaking some of the navigation link to be more accessible, 5. added some language translation feature: though don't rely too much on the translation as google's translation engine needs more ironing, translation are taken literally rather than in context {I find it funny reading through the translation in my own language :) }. There might ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been planning a total redesign of this site, though interest is there the urge to do it immediately is not  apparent or I&#8217;m just being lazy. With every engine upgrade of course comes the pain of breaking things every now and then though it&#8217;s not huge, the effort of making this site to work in harmony is still big in some scope of things. Security wise with every upgrade there will always be people attempting to break in, and open registration means inviting people good and bad alike to either help the site or break it. I experience some of those bad things of course, but thanks to them I just woke up dreaming and hoping that this place will be better than before. The original site idea was just plain and simple nothing big, just a place to put my thoughts and things that I&#8217;m working on to be accessible even after I finished working on it. 3 years had passed and yes I&#8217;m revisiting this site just to touch up a bit. So the first in the list is 1. engine update both in the main site and the forum, 2. forum and main site integration still working perfectly after the upgrade. 3. Added some facebook bandwagon feature, well every one does have a facebook now, 4. tweaking some of the navigation link to be more accessible, 5. added some language translation feature: though don&#8217;t rely too much on the translation as google&#8217;s translation engine needs more ironing, translation are taken literally rather than in context {I find it funny reading through the translation in my own language <img src='http://www.eg-designstudio.com/main/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  }. There might be additional feature that may came out and thanks for those people who are registering on this site you keep my traffic coming. If you register to this site and you want to contribute an article or anything under the sun just let me know this site pages is open for everyone. If you find yourself registering and unable to login that simply means I deleted your account, nothing personal just had some experience with nasty people who instead of helping are breaking the things that I am or We are trying to build cheers!.</p>
<p><map name='google_ad_map_493_d0cca406777a4a93'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/493?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_493_d0cca406777a4a93' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=493&amp;url= http%3A%2F%2Fwww.eg-designstudio.com%2F2011%2F02%2F17%2Frecent-site-updates%2F' /></p>
<p><a href="http://feedads.g.doubleclick.net/~a/GQQ1KtyFGBGw6MpxZrgqsCcKmZ8/0/da"><img src="http://feedads.g.doubleclick.net/~a/GQQ1KtyFGBGw6MpxZrgqsCcKmZ8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/GQQ1KtyFGBGw6MpxZrgqsCcKmZ8/1/da"><img src="http://feedads.g.doubleclick.net/~a/GQQ1KtyFGBGw6MpxZrgqsCcKmZ8/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Eg-designstudio/~4/l8MzNevcZVg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eg-designstudio.com/2011/02/17/recent-site-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.eg-designstudio.com/2011/02/17/recent-site-updates/</feedburner:origLink></item>
		<item>
		<title>Pommo Mailer Aardvark PR16.1+42 version installation quirks</title>
		<link>http://feedproxy.google.com/~r/Eg-designstudio/~3/khKsxnZ_tow/</link>
		<comments>http://www.eg-designstudio.com/2011/02/11/pommo-mailer-aardvark-pr16-142-version-installation-quirks/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 16:44:57 +0000</pubDate>
		<dc:creator>webmaster@eg-designstudio.com (xeroxss)</dc:creator>
				<category><![CDATA[Softwares]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Pommo Mailer Aardvark PR16.1+42 apache xampp installation error]]></category>
		<category><![CDATA[Pommo Mailer Aardvark PR16.1+42 installation quirks in Apache Windows]]></category>

		<guid isPermaLink="false">http://www.eg-designstudio.com/?p=456</guid>
		<description><![CDATA[<strong>poMMo</strong> is a versatile mass mailing software. It can be used to add a mailing list to your Web site or to organize stand alone mailings and in fact the features are neat for a free mass mailing software. You can find the software from www.pommo.org

I'm recently playing with it to be used on some clients website that requires a mass mailing software, the installation works perfectly in Linux machine and I managed to install and configure it without hassle. Now comes the customization part and that means duplicating the installation in my development machine running apache on Windows. Installation is pretty straight forward you just need to edit the file config.sample.php
provide your database access information and save it as config.php and call the installation script from poMMo install directory and voila you have just installed your poMMo mailer. As I have said it works perfectly in Linux machine. In Linux you don't need to change the overrides as it works perfectly but not on Windows.

Now comes the Windows installation quirks. Assuming that you've just configured it almost exactly as your live site to customize the look of the software. In effect you will just be retracing your installation steps mentioned above.]]></description>
			<content:encoded><![CDATA[<p><strong>poMMo</strong> is a versatile mass mailing software. It can be used to add a mailing list to your Web site or to organize stand alone mailings and in fact the features are neat for a free mass mailing software. You can find the software from www.pommo.org</p>
<p></p>
<p>I&#8217;m recently playing with poMMo for me to use it on some clients website that requires a mass mailing software, the installation works perfectly in Linux machine and I managed to install and configure it without hassle. Now comes the customization part and that means duplicating the installation in my development machine running apache on Windows. Installation is pretty straight forward you just need to edit the file config.sample.php provide your database access information and save it as config.php and call the installation script from poMMo install directory and voila you have just installed your poMMo mailer. As I have said it works perfectly in Linux machine. In Linux you don&#8217;t need to change the overrides as it works perfectly but Windows is a different story.</p>
<p>Now comes the Windows installation quirks. Assuming that you&#8217;ve just configured it almost exactly as your live site to customize the look of the software. In effect you will just be retracing your installation steps mentioned above.</p>
<p>In Windows we need tweak the override configuration from the config file: </p>
<p><em>::: Overrides :::<br />
  Uncomment (remove the leading &#8220;**&#8221;) to define the following settings.<br />
  NOTE: These settings are auto-detected by default, and best left unchanged.</p>
<p>[baseURL] = &#8220;/&#8221;<br />
	Set the Base URL (poMMo&#8217;s path relative to the webserver) e.g.;<br />
	  (poMMo location)							(baseURL value)<br />
  	  http://newsletter.mysite.com/				/<br />
 	   http://www.mysite.com/me/pommo			/me/pommo/</p>
<p>  	NOTE: Include trailing slash</p>
<p>[workDir] = &#8220;/cache&#8221;</p>
<p>	Set the &#8220;working&#8221; directory. poMMo writes files to this directory. </p>
<p>  	By default, it is set to the &#8220;cache&#8221; directory in the poMMo root.</p>
<p>  	For increased security move this directory to a location not reachable<br />
  	via the web (e.g. /home/brice/work vs. /home/brice/public_html/work)</p>
<p>  	Make sure the webserver can write to this directory!</p>
<p>[hostname] = www.whatever.com</p>
<p>	Set the webhost&#8217;s server name</p>
<p>[hostport] = 80</p>
<p>	Set the webhost&#8217;s listening port [Usually 80, 443, or 8080]<br />
</em></p>
<p>The above configuration will allow you to install the mailer but will give you this access error when you try to access the home/login page.</p>
<div id="attachment_457" class="wp-caption aligncenter" style="width: 760px"><a href="http://www.eg-designstudio.com/main/wp-content/uploads/2011/02/pommo-debug.jpg" rel="lightbox[456]"><img src="http://www.eg-designstudio.com/main/wp-content/uploads/2011/02/pommo-debug.jpg" alt="login error debug enable" title="pommo-debug" width="750" height="106" class="size-full wp-image-457" /></a><p class="wp-caption-text">looking for cache</p></div>
<p>Changing the [workDir] part to &#8220;cache&#8221; will allow you to access the login page:</p>
<p><em>[workDir] = &#8220;cache&#8221;<br />
	Set the &#8220;working&#8221; directory. poMMo writes files to this directory.<br />
  	By default, it is set to the &#8220;cache&#8221; directory in the poMMo root.</em></p>
<p></p>
<p>but will give you this error when you try to sign in.</p>
<div id="attachment_458" class="wp-caption aligncenter" style="width: 760px"><a href="http://www.eg-designstudio.com/main/wp-content/uploads/2011/02/pommo-debug1.jpg" rel="lightbox[456]"><img src="http://www.eg-designstudio.com/main/wp-content/uploads/2011/02/pommo-debug1.jpg" alt="pommo login debug" title="pommo-debug1" width="750" height="106" class="size-full wp-image-458" /></a><p class="wp-caption-text">pommo error login</p></div>
<p>with the following backtrace in debug mode:</p>
<p><em>BACKTRACE:<br />
Backtrace:</p>
<p>file: 30 &#8211; F:\Projects\mailer\pommo\inc\helpers\debug.php<br />
call: PommoHelperDebug->bmBacktrace()<br />
file: 365 &#8211; F:\Projects\mailer\pommo\inc\classes\pommo.php<br />
call: PommoHelperDebug->bmDebug()<br />
file: 126 &#8211; F:\Projects\mailer\pommo\inc\classes\pommo.php<br />
call: Pommo->kill(&#8220;Work Directory (cache) not found! Make sure it exists and the we&#8230;&#8221;)<br />
file: 60 &#8211; F:\Projects\mailer\pommo\bootstrap.php<br />
call: Pommo->preInit()<br />
file: 30 &#8211; F:\Projects\mailer\pommo\admin\admin.php<br />
call: require(&#8220;F:\Projects\mailer\pommo\bootstrap.php&#8221;)</p>
<p>BaseURL:/<br />
HTTP:http://www.whatever.com<br />
BaseDir: F:\Projects\mailer\pommo/<br />
WorkDir:<br />
Lang:<br />
Verbosity:1<br />
Revision: 42<br />
Section: </em></p>
<p>So to keep everything short and working you need change this line <em>[workDir] = &#8221; &#8220;</em> and leave it blank to keep your installation working allowing you to access the home/login page and administration interface</p>
<p><em>[workDir] = &#8220;&#8221; //leave the cache work directory blank<br />
	Set the &#8220;working&#8221; directory. poMMo writes files to this directory.<br />
  	By default, it is set to the &#8220;cache&#8221; directory in the poMMo root.</em></p>
<p>Make sure you set the double quotes without space in between or it will give you the error below:</p>
<div id="attachment_459" class="wp-caption aligncenter" style="width: 760px"><a href="http://www.eg-designstudio.com/main/wp-content/uploads/2011/02/pommo-debug2.jpg" rel="lightbox[456]"><img src="http://www.eg-designstudio.com/main/wp-content/uploads/2011/02/pommo-debug2.jpg" alt="pommo debugging" title="pommo-debug2" width="750" height="106" class="size-full wp-image-459" /></a><p class="wp-caption-text">double quotes</p></div>
<p><map name='google_ad_map_456_d0cca406777a4a93'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/456?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_456_d0cca406777a4a93' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=456&amp;url= http%3A%2F%2Fwww.eg-designstudio.com%2F2011%2F02%2F11%2Fpommo-mailer-aardvark-pr16-142-version-installation-quirks%2F' /></p>
<p><a href="http://feedads.g.doubleclick.net/~a/8UKw4vUHymE1_tQRG_e_K4p097A/0/da"><img src="http://feedads.g.doubleclick.net/~a/8UKw4vUHymE1_tQRG_e_K4p097A/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/8UKw4vUHymE1_tQRG_e_K4p097A/1/da"><img src="http://feedads.g.doubleclick.net/~a/8UKw4vUHymE1_tQRG_e_K4p097A/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Eg-designstudio/~4/khKsxnZ_tow" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eg-designstudio.com/2011/02/11/pommo-mailer-aardvark-pr16-142-version-installation-quirks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.eg-designstudio.com/2011/02/11/pommo-mailer-aardvark-pr16-142-version-installation-quirks/</feedburner:origLink></item>
		<item>
		<title>God Bless the hacker :)…</title>
		<link>http://feedproxy.google.com/~r/Eg-designstudio/~3/RGuhaVp5jaw/</link>
		<comments>http://www.eg-designstudio.com/2010/10/22/god-bless-the-hacker/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 09:29:09 +0000</pubDate>
		<dc:creator>webmaster@eg-designstudio.com (xeroxss)</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://www.eg-designstudio.com/?p=429</guid>
		<description><![CDATA[While I was sleeping someone who happens to drop by at this site managed to register an account since my registration link is open and with all malicious intent decided to crash this site by loading it with encrypted code this code was appended in my index page and eventually cause the site to crash [...]]]></description>
			<content:encoded><![CDATA[<p>While I was sleeping someone who happens to drop by at this site managed to register an account since my registration link is open and with all malicious intent decided to crash this site by loading it with encrypted code this code was appended in my index page and eventually cause the site to crash but instead of redirecting the page to the hackers chosen site it just break my code and still show the link on the source page accessible only to web robots for purposes of gaining traffic to his site when a mobile device is used to access this site the hackers site will be shown right away instead of a page with no display. </p>
<p>The update on this site is infrequent but it doesn&#8217;t mean that I&#8217;m not monitoring it anymore, and you people can play with it if you will. Please use your talents in more productive way or better yet build your own rather than destroy someone else work and what can you gain from a minute of glory?.</p>
<p><map name='google_ad_map_429_d0cca406777a4a93'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/429?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_429_d0cca406777a4a93' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=429&amp;url= http%3A%2F%2Fwww.eg-designstudio.com%2F2010%2F10%2F22%2Fgod-bless-the-hacker%2F' /></p><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.eg-designstudio.com%2F2010%2F10%2F22%2Fgod-bless-the-hacker%2F&amp;title=God%20Bless%20the%20hacker%20%3A%29%E2%80%A6" id="wpa2a_2"><img src="http://www.eg-designstudio.com/main/wp-content/plugins/add-to-any/share_save_256_24.gif" width="256" height="24" alt="Share"/></a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/JQcYqpJ5wj-zVhLjn6LWNjMRK8E/0/da"><img src="http://feedads.g.doubleclick.net/~a/JQcYqpJ5wj-zVhLjn6LWNjMRK8E/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/JQcYqpJ5wj-zVhLjn6LWNjMRK8E/1/da"><img src="http://feedads.g.doubleclick.net/~a/JQcYqpJ5wj-zVhLjn6LWNjMRK8E/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Eg-designstudio/~4/RGuhaVp5jaw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eg-designstudio.com/2010/10/22/god-bless-the-hacker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.eg-designstudio.com/2010/10/22/god-bless-the-hacker/</feedburner:origLink></item>
		<item>
		<title>Putty Connection Manager</title>
		<link>http://feedproxy.google.com/~r/Eg-designstudio/~3/9MoWxc8X4rs/</link>
		<comments>http://www.eg-designstudio.com/2009/12/11/putty-connection-manager/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 07:12:29 +0000</pubDate>
		<dc:creator>webmaster@eg-designstudio.com (xeroxss)</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[Putty CM]]></category>
		<category><![CDATA[Tabbed Putty Connections]]></category>
		<category><![CDATA[Tabbed Putty Instances]]></category>

		<guid isPermaLink="false">http://www.eg-designstudio.com/?p=404</guid>
		<description><![CDATA[I'm recently looking for tabbed Putty connection instances, as it is becoming cumbersome for me to work with a lot of putty screens on  my desktop moving from one connection instance to the next. Fortunately I found one and It is called Putty Connection Manager. The market for ssh clients seems to be split from Putty (Free) and Secure CRT (Which is not Free), but for me as long as it does the job well and I can work with it then why go for a commercial version. There are pros and cons of course but for the mean time Putty CM will suffice for my work style.

 * Tabs and dockable windows for PuTTY instances.
    * Fully compatible with PuTTY configuration (using registry).
    * Easily customizable to optimize workspace (fullscreen, minimze to tray, add/remove toolbar, etc...).
    * Automatic login feature regardless to protocol restrictions (user keyboard simulation).
    * Post-login commands (execute any shell command when logged).
    * Connection Manager : Manage a large number of connections with specific configuration (auto-login, specific PuTTY Session, post-command, etc...).
    * Quick connect toolbar to quickly launch a PuTTY connection.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m recently looking for tabbed Putty connection instances, as it is becoming cumbersome for me to work with a lot of putty screens on  my desktop moving from one connection instance to the next. Fortunately I found one and It is called Putty Connection Manager. The market for ssh clients seems to be split from Putty (Free) and Secure CRT (Which is not Free), but for me as long as it does the job well and I can work with it then why go for a commercial version. There are pros and cons of course but for the mean time Putty CM will suffice for my work style.<br />
<center><br />
<script type="text/javascript"><!--
google_ad_client = "pub-3001214673941676";
/* 300x250, created 12/10/09 */
google_ad_slot = "1091702110";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
</center><br />
<div id="attachment_405" class="wp-caption aligncenter" style="width: 460px"><img src="http://www.eg-designstudio.com/main/wp-content/uploads/2009/12/puttycm_capture.jpg" alt="Putty Connection Manager" title="Putty Connection Manager" width="450" height="314" class="size-full wp-image-405" /><p class="wp-caption-text">Putty Connection Manager</p></div></p>
<p>The features of Putty Connection Manager are as follows:</p>
<p>    * Tabs and dockable windows for PuTTY instances.<br />
    * Fully compatible with PuTTY configuration (using registry).<br />
    * Easily customizable to optimize workspace (fullscreen, minimze to tray, add/remove toolbar, etc&#8230;).<br />
    * Automatic login feature regardless to protocol restrictions (user keyboard simulation).<br />
    * Post-login commands (execute any shell command when logged).<br />
    * Connection Manager : Manage a large number of connections with specific configuration (auto-login, specific PuTTY Session, post-command, etc&#8230;).<br />
    * Quick connect toolbar to quickly launch a PuTTY connection.<br />
    * Import/Export whole connections informations to XML format (generate your configuration automatically from another tool and import it, or export your configuration for backup purpose).<br />
    * Encrypted configuration database option available to store connections informations safely (external library supporting AES algorithm used with key sizes of 128, 192 and 256 bits, please refer for the legal status of encryption software in your country).<br />
    * Standalone executable, no setup required.<br />
    * Localizable : English (default) and French available (only when using setup version, standalone is english only).<br />
    * Completely free for commercial and personal use : PuTTY Connection Manager is freeware.</p>
<p>Exceptional for a free software. Get your copy of Putty Connection Manager Here. and thanks to the developers.</p>
<p></p>
<p><map name='google_ad_map_404_d0cca406777a4a93'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/404?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_404_d0cca406777a4a93' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=404&amp;url= http%3A%2F%2Fwww.eg-designstudio.com%2F2009%2F12%2F11%2Fputty-connection-manager%2F' /></p>
<p><a href="http://feedads.g.doubleclick.net/~a/eBW4fusMvFgJHhPDKAP2CyKSAHQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/eBW4fusMvFgJHhPDKAP2CyKSAHQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/eBW4fusMvFgJHhPDKAP2CyKSAHQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/eBW4fusMvFgJHhPDKAP2CyKSAHQ/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Eg-designstudio/~4/9MoWxc8X4rs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eg-designstudio.com/2009/12/11/putty-connection-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.eg-designstudio.com/2009/12/11/putty-connection-manager/</feedburner:origLink></item>
		<item>
		<title>Resetting Administrator Password in Windows XP</title>
		<link>http://feedproxy.google.com/~r/Eg-designstudio/~3/ZnoBHkakans/</link>
		<comments>http://www.eg-designstudio.com/2009/12/08/resetting-administrator-password-in-windows-xp/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 16:55:14 +0000</pubDate>
		<dc:creator>webmaster@eg-designstudio.com (xeroxss)</dc:creator>
				<category><![CDATA[Softwares]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Administrator Password Reset]]></category>
		<category><![CDATA[Resetting Windows Administrator Password]]></category>
		<category><![CDATA[Windows Administrator Password Reset without using reset disk]]></category>

		<guid isPermaLink="false">http://www.eg-designstudio.com/?p=384</guid>
		<description><![CDATA[I recently forgot my Administrator password on one of my workstation and I need some of my important files in there. Good thing there's a way to reset it. If you have your password reset disk then it will be handy and you will be online in no time. Or just buy a software to reset you administrator password better yet, just try this trick and it might still work. This password reset procedure will try to leverage the security hole found on Windows XP without moving your hardisk from one computer to another. This security hole unfortunately is still un-patched even if you are running the latest service pack 3. Get your Windows installer ready and your serial number before trying this procedure.

1. Place your Windows CD in your cdrom drive. Then press on any key to boot from your installer.
2. Setup will begin inspecting your computer until you are prompted to press enter to setup windows.
3. Accept the licensing agreement.
4. Select the option to repair your Windows installation by pressing R.
5. Let the repair run it will check your disk and copy the installation files.
]]></description>
			<content:encoded><![CDATA[<p>I recently forgot my Administrator password on one of my workstation and I need some of my important files in there. Good thing there&#8217;s a way to reset it. If you have your password reset disk then it will be handy and you will be online in no time. Or just buy a software to reset you administrator password better yet, just try this trick and it might still work. This password reset procedure will try to leverage the security hole found on Windows XP without moving your hardisk from one computer to another. This security hole unfortunately is still un-patched even if you are running the latest service pack 3. Get your Windows installer ready and your serial number before trying this procedure.</p>
<p><center><a href="http://send.onenetworkdirect.net/z/142994/CD138136/&#038;subid1=AVG-Front+Top&#038;subid2=AVG-Article+Post"><img src="http://show.onenetworkdirect.com/digitalriver/142994.gif?e=ckilkixpkneqqn&#038;subid1=AVG-Front+Top&#038;subid2=AVG-Article+Post" alt="AVG" border="0"></a><br />
Get AVG Identity Protection 9.0 &#8211; 3 users for the price of 1 &#8211; Save 30% <a href="http://send.onenetworkdirect.net/z/143171/CD138136/">Click Here</a><br />
</center></p>
<p>1. Place your Windows CD in your cdrom drive. Then press on any key to boot from your installer.</p>
<p>2. Setup will begin inspecting your computer until you are prompted to press enter to setup windows.<br />
<div id="attachment_386" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.eg-designstudio.com/main/wp-content/uploads/2009/12/1.jpg" alt="Windows Welcome Screen" title="Setup Screen" width="500" height="311" class="size-full wp-image-386" /><p class="wp-caption-text">Windows Welcome Screen</p></div></p>
<p>3. Accept the licensing agreement.<br />
<div id="attachment_387" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.eg-designstudio.com/main/wp-content/uploads/2009/12/2.jpg" alt="Licensing Agreement" title="Licensing Agreement" width="500" height="311" class="size-full wp-image-387" /><p class="wp-caption-text">Licensing Agreement</p></div></p>
<p>4. Select the option to repair your Windows installation by pressing R.<br />
<div id="attachment_388" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.eg-designstudio.com/main/wp-content/uploads/2009/12/3.jpg" alt="Repair Windows" title="Repair Windows" width="500" height="313" class="size-full wp-image-388" /><p class="wp-caption-text">Repair Windows</p></div></p>
<p>5. Let the repair run it will check your disk and copy the installation files.<br />
<div id="attachment_389" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.eg-designstudio.com/main/wp-content/uploads/2009/12/5.jpg" alt="Copying Installation Files" title="Copying Installation Files" width="500" height="312" class="size-full wp-image-389" /><p class="wp-caption-text">Copying Installation Files</p></div></p>
<p>6. After copying files it will require you to reboot, but don&#8217;t press any key again. It will continue to install windows<br />
<div id="attachment_390" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.eg-designstudio.com/main/wp-content/uploads/2009/12/6.jpg" alt="Rebooting Windows" title="Rebooting Windows" width="500" height="310" class="size-full wp-image-390" /><p class="wp-caption-text">Rebooting Windows</p></div></p>
<p>7. Continue Windows installation until you see at the progress bar indicating Installing devices. At this moment press <strong>SHIFT + F10</strong> this is the security hole allowing you access to a command console.<br />
<div id="attachment_391" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.eg-designstudio.com/main/wp-content/uploads/2009/12/7.jpg" alt="Command Console" title="Command Console" width="500" height="376" class="size-full wp-image-391" /><p class="wp-caption-text">Command Console</p></div></p>
<p>8. While at the command console type <strong>NUSRMGR.CPL</strong> this will give you access to your User Accounts in the Control Panel.<br />
<div id="attachment_392" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.eg-designstudio.com/main/wp-content/uploads/2009/12/8.jpg" alt="User Accounts Control Panel" title="User Accounts Control Panel" width="500" height="375" class="size-full wp-image-392" /><p class="wp-caption-text">User Accounts Control Panel</p></div></p>
<p>9. Now you can select which account you need to reset, this will give you the facility to change the password on any account. But here we are concerned with the Administrator account so we are going to select it and reset the password.<br />
<div id="attachment_393" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.eg-designstudio.com/main/wp-content/uploads/2009/12/9.jpg" alt="Reset Administrator Account" title="Reset Administrator Account" width="500" height="377" class="size-full wp-image-393" /><p class="wp-caption-text">Reset Administrator Account</p></div></p>
<p>10. Continue running the repair until it completes you may need to re-enter your serial number when prompted.<br />
<div id="attachment_394" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.eg-designstudio.com/main/wp-content/uploads/2009/12/12.jpg" alt="Finalizing the Installation" title="Finalizing the Installation" width="500" height="375" class="size-full wp-image-394" /><p class="wp-caption-text">Finalizing the Installation</p></div></p>
<p>After that you will be able to access your Computer Again. Congratulations!.<br />
<div id="attachment_395" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.eg-designstudio.com/main/wp-content/uploads/2009/12/13.jpg" alt="Windows Login" title="Windows Login" width="500" height="376" class="size-full wp-image-395" /><p class="wp-caption-text">Windows Login</p></div></p>
<p><center><a href="http://send.onenetworkdirect.net/z/142994/CD138136/&#038;subid1=AVG-Front+Top&#038;subid2=AVG-Article+Post"><img src="http://show.onenetworkdirect.com/digitalriver/142994.gif?e=ckilkixpkneqqn&#038;subid1=AVG-Front+Top&#038;subid2=AVG-Article+Post" alt="AVG" border="0"></a><br />
Get AVG Identity Protection 9.0 &#8211; 3 users for the price of 1 &#8211; Save 30% <a href="http://send.onenetworkdirect.net/z/143171/CD138136/">Click Here</a><br />
</center></p>
<p><map name='google_ad_map_384_d0cca406777a4a93'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/384?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_384_d0cca406777a4a93' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=384&amp;url= http%3A%2F%2Fwww.eg-designstudio.com%2F2009%2F12%2F08%2Fresetting-administrator-password-in-windows-xp%2F' /></p>
<p><a href="http://feedads.g.doubleclick.net/~a/lJCxvS3I0mFXcE4NADP6sS1XBW8/0/da"><img src="http://feedads.g.doubleclick.net/~a/lJCxvS3I0mFXcE4NADP6sS1XBW8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/lJCxvS3I0mFXcE4NADP6sS1XBW8/1/da"><img src="http://feedads.g.doubleclick.net/~a/lJCxvS3I0mFXcE4NADP6sS1XBW8/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Eg-designstudio/~4/ZnoBHkakans" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eg-designstudio.com/2009/12/08/resetting-administrator-password-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.eg-designstudio.com/2009/12/08/resetting-administrator-password-in-windows-xp/</feedburner:origLink></item>
		<item>
		<title>150,000 visitors mark and counting</title>
		<link>http://feedproxy.google.com/~r/Eg-designstudio/~3/aSucAJRCEds/</link>
		<comments>http://www.eg-designstudio.com/2009/11/22/150000-visitors-mark-and-counting/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 17:30:44 +0000</pubDate>
		<dc:creator>webmaster@eg-designstudio.com (xeroxss)</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[000 visitors mark]]></category>
		<category><![CDATA[150]]></category>
		<category><![CDATA[year worth remembering]]></category>

		<guid isPermaLink="false">http://www.eg-designstudio.com/?p=382</guid>
		<description><![CDATA[Just recently hit the 150,000 thousand visitors mark and counting though post and articles are infrequent quiet busy with a lot of things lately. Slowly building a number of hosted websites the most notable are www.medihcare.com &#8211; Thailand medical tourism portal and www.micosantos.co.nz &#8211; Mico Santos&#8217;s Style of life a blog about life and anything [...]]]></description>
			<content:encoded><![CDATA[<p>Just recently hit the 150,000 thousand visitors mark and counting though post and articles are infrequent quiet busy with a lot of things lately. Slowly building a number of hosted websites the most notable are www.medihcare.com &#8211; Thailand medical tourism portal and www.micosantos.co.nz &#8211; Mico Santos&#8217;s Style of life a blog about life and anything in between. Another year is closing and I might as well say my early bid,  a year worth remembering full of surprises indeed, let&#8217;s just see what will a new year bring. </p>
<p><map name='google_ad_map_382_d0cca406777a4a93'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/382?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_382_d0cca406777a4a93' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=382&amp;url= http%3A%2F%2Fwww.eg-designstudio.com%2F2009%2F11%2F22%2F150000-visitors-mark-and-counting%2F' /></p><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.eg-designstudio.com%2F2009%2F11%2F22%2F150000-visitors-mark-and-counting%2F&amp;title=150%2C000%20visitors%20mark%20and%20counting" id="wpa2a_4"><img src="http://www.eg-designstudio.com/main/wp-content/plugins/add-to-any/share_save_256_24.gif" width="256" height="24" alt="Share"/></a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/BjcSpJ6YU7lDKyJFQD_H6dBOxxo/0/da"><img src="http://feedads.g.doubleclick.net/~a/BjcSpJ6YU7lDKyJFQD_H6dBOxxo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/BjcSpJ6YU7lDKyJFQD_H6dBOxxo/1/da"><img src="http://feedads.g.doubleclick.net/~a/BjcSpJ6YU7lDKyJFQD_H6dBOxxo/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Eg-designstudio/~4/aSucAJRCEds" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eg-designstudio.com/2009/11/22/150000-visitors-mark-and-counting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.eg-designstudio.com/2009/11/22/150000-visitors-mark-and-counting/</feedburner:origLink></item>
		<item>
		<title>Developers Difficulty Level1</title>
		<link>http://feedproxy.google.com/~r/Eg-designstudio/~3/UBbzTYa4Yj0/</link>
		<comments>http://www.eg-designstudio.com/2009/08/05/developers-difficulty-level1/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 17:45:12 +0000</pubDate>
		<dc:creator>webmaster@eg-designstudio.com (xeroxss)</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://www.eg-designstudio.com/?p=366</guid>
		<description><![CDATA[Currently having developers difficulty, especially in maintaining the source code. We need to have a version control system, to do the work efficiently; updating the changes on the text file alone does not offer a much in terms of over writing each others changes. 

All of a sudden 3G connection is gone for 3 days straight now... currently connecting via EDGE reliable but slow, and manage to update this site and side notes.]]></description>
			<content:encoded><![CDATA[<p>Currently having developers difficulty, especially in maintaining the source code. We need to have a version control system, to do the work efficiently; updating the changes on the text file alone does not offer a much in terms of over writing each others changes. </p>
<p>All of a sudden 3G connection is gone for 3 days straight now&#8230; currently connecting via EDGE reliable but slow, and manage to update this site and side notes.</p>
<p><map name='google_ad_map_366_d0cca406777a4a93'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/366?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_366_d0cca406777a4a93' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=366&amp;url= http%3A%2F%2Fwww.eg-designstudio.com%2F2009%2F08%2F05%2Fdevelopers-difficulty-level1%2F' /></p>
<p><a href="http://feedads.g.doubleclick.net/~a/DDGjQ7MTZ7q0dbA__IcMHgZZuYU/0/da"><img src="http://feedads.g.doubleclick.net/~a/DDGjQ7MTZ7q0dbA__IcMHgZZuYU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/DDGjQ7MTZ7q0dbA__IcMHgZZuYU/1/da"><img src="http://feedads.g.doubleclick.net/~a/DDGjQ7MTZ7q0dbA__IcMHgZZuYU/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Eg-designstudio/~4/UBbzTYa4Yj0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eg-designstudio.com/2009/08/05/developers-difficulty-level1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.eg-designstudio.com/2009/08/05/developers-difficulty-level1/</feedburner:origLink></item>
		<item>
		<title>Open SSH Authentication with Cygwin and Putty</title>
		<link>http://feedproxy.google.com/~r/Eg-designstudio/~3/3_3V5c0WJzo/</link>
		<comments>http://www.eg-designstudio.com/2009/08/05/open-ssh-authentication-with-cygwin-and-putty/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 17:34:03 +0000</pubDate>
		<dc:creator>webmaster@eg-designstudio.com (xeroxss)</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Automate your SSH login]]></category>
		<category><![CDATA[Open SSH Authentication]]></category>
		<category><![CDATA[Open SSH Using Cygwin and Putty]]></category>

		<guid isPermaLink="false">http://www.eg-designstudio.com/?p=355</guid>
		<description><![CDATA[Secure shell authentication (SSH Authentication) can be used by client to connect to a server remotely with encryption enabled. SSH or secure shell access offers a convenient way to access the servers terminal securely, however it becomes annoying if we need to type the password every time we need to connect to a server especially if we have a strong password in place. Doing it automatically offers a convenient and secure way to access our servers. 

We can do this using OpenSSH if you have a Linux machine or Mac then by no means you already have it in your system. This article focus primarily in using OpenSSH via Windows machine, I just included the Cygwin to do this but it can also be done by using Putty alone.  

So to start with, lets define what do we mean:

    * Client: the system one types directly on, such as a laptop or desktop system.
       
    * Server: anything connected to from the client. 

Some precautions don't allow your root account to do this, you can always run sudo command to perform administrative task. To do this of just add a user to the wheel group in Linux system to allow them to become
sudoers.]]></description>
			<content:encoded><![CDATA[<p>Secure shell authentication (SSH Authentication) can be used by client to connect to a server remotely with encryption enabled. SSH or secure shell access offers a convenient way to access the servers terminal securely, however it becomes annoying if we need to type the password every time we need to connect to a server especially if we have a strong password in place. Doing it automatically offers a convenient and secure way to access our servers. </p>
<p>We can do this using OpenSSH if you have a Linux machine or Mac then by no means you already have it in your system. This article focus primarily in using OpenSSH via Windows machine, I just included the Cygwin to do this but it can also be done by using Putty alone.  </p>
<p>So to start with, lets define what do we mean:</p>
<p>    * Client: the system one types directly on, such as a laptop or desktop system.</p>
<p>    * Server: anything connected to from the client. </p>
<p>Some precautions don&#8217;t allow your root account to do this, you can always run sudo command to perform administrative task. To do this of just add a user to the wheel group in Linux system to allow them to become<br />
sudoers.<br />
<br />
Let&#8217;s begin: </p>
<p>1. Run Cygwin in your command prompt then check the version of OpenSSH installed in your system:<br />
by by typing $ ssh -V<br />
<center><img src="http://www.eg-designstudio.com/main/wp-content/uploads/2009/08/ssh-version1.jpg" alt="ssh version" title="ssh-version" /></center></p>
<p>2. Run ssh-keygen to generate the private/public key pair if you are in Windows then it will save the copy of the keys under the account you are using in C:/Documents and Settings/Your_Account/.ssh/id_rsa (for the private key file) and id_rsa.pub (for the public key file)</p>
<p><center><img src="http://www.eg-designstudio.com/main/wp-content/uploads/2009/08/ssh-keygen1.jpg" alt="ssh-keygen" title="ssh-keygen"/></center></p>
<p>3. Upload your public key in the server by typing $ scp ~/.ssh/id_rsa.pub server.example.org<br />
then set up the public key in your server</p>
<p>4. To do this create an .ssh directory in your folder in the server. This ~ symbol is an alias for your home directory</p>
<p>4.1 &#8211; server$ mkdir ~/.ssh  >>> this creates a hidden .ssh directory in your home folder</p>
<p>4.2 &#8211; server$ chmod 700 ~/.ssh >>> make sure to set the file permission to 700</p>
<p>4.3 &#8211; server$ cat ~/id_rsa.pub >> ~/.ssh/authorized_keys >>> authorized your keys</p>
<p>4.4 &#8211; server$ chmod 600 ~/.ssh/authorized_keys >>> then set the file permission to 600 sometimes ssh will refuse connection if the file permission is too loose this is also useful to make sure to make sure that you are the only one who have access to your keys.</p>
<p>4.5 &#8211; server$ rm ~/id_rsa.pub  >>> remove the copy of your public key from your home folder.</p>
<p>Then everything is ready lets test our connection if you do it correctly:<br />
in cygwin type $ ssh username@example.com -p 22 then it will prompt for your pass phrase. You can put a blank pass phrase but that is not advisable. </p>
<p>If that is working let&#8217;s setup putty to login automatically </p>
<p>1. Open Puttygen then load your private key file it will prompt you for your pass phrase save this as id_rsa.ppk, ppk us the default filename for putty&#8217;s private key file.</p>
<div id="attachment_358" class="wp-caption aligncenter" style="width: 310px"><img src="http://www.eg-designstudio.com/main/wp-content/uploads/2009/08/load-private-300x293.jpg" alt="Loading Private key" title="load-private" width="300" height="293" class="size-full wp-image-358" /><p class="wp-caption-text">Loading Private key</p></div>
<p>2. Next Open Putty pageant and load your private key file to achieve automatic login via putty.</p>
<div id="attachment_359" class="wp-caption aligncenter" style="width: 310px"><img src="http://www.eg-designstudio.com/main/wp-content/uploads/2009/08/load-key-300x210.jpg" alt="Load Key" title="load-key" width="300" height="210" class="size-full wp-image-359" /><p class="wp-caption-text">Load Key</p></div>
<p>3. In putty set up your session by typing the details of your server then go to SSH and select Auth browse for your private key file generated by puttygen and load it save this session profile before connecting.</p>
<div id="attachment_360" class="wp-caption aligncenter" style="width: 310px"><img src="http://www.eg-designstudio.com/main/wp-content/uploads/2009/08/putty-ssh-300x178.jpg" alt="Putty Profle" title="putty-ssh" width="300" height="178" class="size-full wp-image-360" /><p class="wp-caption-text">Putty Profle</p></div>
<p>4. If you do it correctly then you will get this login prompt when connecting to your server:<br />
First it will ask you of your username, and after typing it will automatically log you in using your generated keys for authentication.</p>
<p><img src="http://www.eg-designstudio.com/main/wp-content/uploads/2009/08/login-prompt1.jpg" alt="Server Login Prompt" title="login-prompt"  /><br />
</p>
<p><map name='google_ad_map_355_d0cca406777a4a93'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/355?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_355_d0cca406777a4a93' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=355&amp;url= http%3A%2F%2Fwww.eg-designstudio.com%2F2009%2F08%2F05%2Fopen-ssh-authentication-with-cygwin-and-putty%2F' /></p>
<p><a href="http://feedads.g.doubleclick.net/~a/qXp4AnpdcrNzpS1KGJjsWR5Jhqc/0/da"><img src="http://feedads.g.doubleclick.net/~a/qXp4AnpdcrNzpS1KGJjsWR5Jhqc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/qXp4AnpdcrNzpS1KGJjsWR5Jhqc/1/da"><img src="http://feedads.g.doubleclick.net/~a/qXp4AnpdcrNzpS1KGJjsWR5Jhqc/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Eg-designstudio/~4/3_3V5c0WJzo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eg-designstudio.com/2009/08/05/open-ssh-authentication-with-cygwin-and-putty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.eg-designstudio.com/2009/08/05/open-ssh-authentication-with-cygwin-and-putty/</feedburner:origLink></item>
		<item>
		<title>Engine Upgrade</title>
		<link>http://feedproxy.google.com/~r/Eg-designstudio/~3/KOpqnaH3joI/</link>
		<comments>http://www.eg-designstudio.com/2009/06/30/engine-upgrade/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 03:31:17 +0000</pubDate>
		<dc:creator>webmaster@eg-designstudio.com (xeroxss)</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://www.eg-designstudio.com/2009/06/30/engine-upgrade/</guid>
		<description><![CDATA[Finally I found the time to upgrade the site engine. We are now running the latest engine from Wordpress after enduring months of manually doing the updates due to incompatible plugins now let me have a feel of the new engine. Good thing it didn´t break the layout this time.]]></description>
			<content:encoded><![CDATA[<p>Finally I found the time to upgrade the site engine. We are now running the latest engine from WordPress after enduring months of manually doing the updates due to incompatible plugins now let me have a feel of the new engine. Good thing it didn´t break the layout this time.</p>
<p><map name='google_ad_map_353_d0cca406777a4a93'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/353?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_353_d0cca406777a4a93' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=353&amp;url= http%3A%2F%2Fwww.eg-designstudio.com%2F2009%2F06%2F30%2Fengine-upgrade%2F' /></p>
<p><a href="http://feedads.g.doubleclick.net/~a/UsAF_FhJkHmQYrTxFloiNvAwIm8/0/da"><img src="http://feedads.g.doubleclick.net/~a/UsAF_FhJkHmQYrTxFloiNvAwIm8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/UsAF_FhJkHmQYrTxFloiNvAwIm8/1/da"><img src="http://feedads.g.doubleclick.net/~a/UsAF_FhJkHmQYrTxFloiNvAwIm8/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Eg-designstudio/~4/KOpqnaH3joI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eg-designstudio.com/2009/06/30/engine-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.eg-designstudio.com/2009/06/30/engine-upgrade/</feedburner:origLink></item>
	<copyright>Copyright 2008 EG-DesignStudio.Com Web Design and Development</copyright><media:credit role="author">xeroxss</media:credit><media:rating>nonadult</media:rating><media:description type="plain">EG-DesignStudio.Com Podcast</media:description></channel>
</rss>

