<?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>WinBlogs....</title>
	<atom:link href="http://www.winblogs.net/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.winblogs.net</link>
	<description>Just another Windows geek blog...</description>
	<lastBuildDate>Wed, 14 Apr 2010 03:21:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setuping a server for web hosting – part 4: Installing PHP</title>
		<link>http://www.winblogs.net/index.php/2010/04/14/setuping-a-server-for-web-hosting-part-4-installing-php/</link>
		<comments>http://www.winblogs.net/index.php/2010/04/14/setuping-a-server-for-web-hosting-part-4-installing-php/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 03:17:05 +0000</pubDate>
		<dc:creator>Alesandro Slepčević</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows and Powershell]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[fopen]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[installing php]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[register globals]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[server setup]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[video tutorial]]></category>
		<category><![CDATA[web platform installer]]></category>
		<category><![CDATA[windows 2008]]></category>

		<guid isPermaLink="false">http://www.winblogs.net/?p=280</guid>
		<description><![CDATA[Hello after a very long pause   . Continuing the &#8220;Setuping a server for web hosting&#8221; series with the new smashing video of how to install PHP on your machine! AWESOME right?  
In the very begining of the post, lets learn what PHP is exactly.
So, Wikipedia says ( and I add that I [...]]]></description>
			<content:encoded><![CDATA[<p>Hello after a very long pause <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . Continuing the &#8220;Setuping a server for web hosting&#8221; series with the new smashing video of how to install PHP on your machine! AWESOME right? <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>In the very begining of the post, lets learn what PHP is exactly.</p>
<p>So, Wikipedia says ( and I add that I agree with her <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  :</p>
<p><strong>PHP: Hypertext Preprocessor</strong> is a widely used, general-purpose scripting language that was originally designed for web development to produce dynamic web pages. For this purpose, PHP code is embedded into  the HTML source document and interpreted by a web  server with a PHP processor module, which generates the web page document. As a general-purpose programming language, PHP code is  processed by an interpreter application in command-line mode performing desired operating  system operations and producing program output on its standard output  channel. It may also function as a graphical application. PHP is  available as a processor for most modern web servers and as standalone  interpreter on most operating systems and computing platforms.<br />
<span id="more-280"></span><br />
PHP was originally created by Rasmus Lerdorf in 1995 and has been in continuous development ever since. The main  implementation of PHP is now produced by The PHP Group and serves as the  <em>de facto</em><a title="De  facto standard" href="http://en.wikipedia.org/wiki/De_facto_standard"> standard</a> for PHP as there is no formal specification.PHP is free software released under the PHP  License.</p>
<p>So, now when we know what PHP is, lets check the basic PHP syntax:</p>
<ul><code> </code></p>
<pre>
&lt;?php
    echo "Hello World";
   /* echo("Hello World"); works as well, although echo isn't a
    function (it's a language construct). In some cases, such
    as when multiple parameters are passed to echo, parameters
    cannot be enclosed in parentheses */
?&gt;
</pre>
</ul>
<p>You can find out more about the PHP project on <a href="http://www.http://php.net/">www.php.net</a>.</p>
<p>In this case, I will use Windows Web Platform Installer to install PHP on my machine. By going on <a href="http://www.microsoft.com/WEB/platform/phponwindows.aspx">this link</a> you can use the installer to install PHP on your machine (same link is also used in the video).</p>
<p>Check out the video ( dont forget to put it in full screen mode <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  :</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="505" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/WT0ymPhxWOU&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="505" src="http://www.youtube.com/v/WT0ymPhxWOU&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>So, now when you&#8217;re all full of excitement and thinking &#8220;LOL, installing PHP is extra easy, everyone could do it&#8221; &#8230;.NAH!!! and the host says: You lost <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>First, lets check it the PHP is working at all on our server. Yes, we could use the above stated syntax, but that just isnt fun <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . To get some detailed info on our PHP lets use this command:</p>
<ul>
<pre>&lt;?php phpinfo(); ?&gt;
</pre>
</ul>
<p>Lets navigate to c:\inetpub\wwwroot\ and create a file called &#8220;phptest.php&#8221; . We will do that by clicking with the right mouse click , New &#8211; Text Document.  We will call it phptest.php.</p>
<p>Inside the document we will paste the above piece of code, save it and hold your fingers <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .</p>
<p>Point your browser to your server address, and to the phptest.php file.</p>
<p>If everything went smoothly you should see a page like this:</p>
<p style="text-align: center;"><a href="http://www.winblogs.net/wp-content/uploads/2010/04/php.jpg"><img class="size-medium wp-image-307 aligncenter" style="margin-top: 2px; margin-bottom: 2px; border: 0pt none;" title="php" src="http://www.winblogs.net/wp-content/uploads/2010/04/php-214x300.jpg" alt="" width="214" height="300" /></a></p>
<p style="text-align: center;">
<p>If you see the page that means that the PHP on our server is working properly.</p>
<p>Now, lets have some fun with security issues in PHP.</p>
<p>First of all, we have to check the php.ini file which is located in C:\Program Files (x86)\PHP\php.ini  . Lets open it with Notepad.</p>
<p>Most of the option are explained in the file itself, so we will skip  them. Focus will be only on the most important ones.</p>
<p>One of the interesting lines is this :</p>
<ul>
<strong>; &#8211; magic_quotes_gpc = Off         [Performance]<br />
</strong>
</ul>
<p>As we can see, that option is commented out and DISABLED, and its best to leave it like that since its been deprecated in PHP 5.3.X .</p>
<p>Second option is:</p>
<ul><strong>register_globals</strong> = Off &#8211; </ul>
<p><strong>LEAVE THAT TURNED OFF</strong>. If you have clients who have ancient applications, tell them to rewrite them <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .  More about the discussion on using register globals can be found on this <a href="http://www.php.net/manual/en/security.globals.php">link</a></p>
<p>Third one that should be disabled is :</p>
<ul>allow_url_fopen = On</ul>
<p>Standard setting in the instllation is &#8220;On&#8221;, which is bad and wrong for many reasons <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . This setting should be turned of because of cross site scripting and security holes in lots of CMS/Forum scripts. When fopen is turned on, a potential attacker has an oportunity to use some security hole in your application to include his own file and gain access over your entire account. I really think you dont want that <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>But, never fear , alternative is here <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .Tell your customers or yourself to use <strong>curl </strong>for fetching remote content.</p>
<p>Standard<strong> fopen</strong> function should be replaced with a curl function :</p>
<p><strong>Fopen function</strong></p>
<ul>
<pre><code>    &lt;?
    $result = fopen($url,r);
    ?&gt;
</code></pre>
</ul>
<p><strong>Curl function</strong></p>
<ul>
<pre><code>&lt;?
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_HEADER, 0);
$result = curl_exec($ch);
curl_close($ch);
?&gt;
</code></pre>
</ul>
<p>Next very important setting is :</p>
<ul>disable_functions = </ul>
<p>By standard, its empty&#8230;</p>
<p>Here are some of the most common functions to be disabled : <strong>system, exec, shell_exec, passthru, set_time_limit, error_log,  ini_alter, dl, pfsockopen, openlog, syslog, readlink, symlink, link,  leak, fsockopen, popen, escapeshellcmd, apache_child_terminate  apache_get_modules, apache_get_version, apache_getenv,  apache_note,apache_setenv,virtual </strong></p>
<p><strong>Google a bit to find what these functions do, but for an example, I would disable the &#8220;exec&#8221; command ( among others) , but you find out why <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </strong><br />
  <span style="font-size: x-small;"><em>( hint : net user /add useraccountname mypassword )<br />
</em></span></p>
<p>When you&#8217;re done setting the <strong>php.ini</strong> file, all you need to do is restart IIS server and thats it.</p>
<p>Next step is to install some PHP based application and admire your work.</p>
<p>Ofcourse, this is a very fast tutorial on installing PHP . <strong>Configuration of it is the trickiest part and you should use the official php site and google to help you with it!</strong></p>
<p>Cheers, Alesandro<strong><br />
</strong></p>
<p><strong><br />
</strong></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 2453px; width: 1px; height: 1px; overflow: hidden;"><strong>system, exec, shell_exec, passthru, set_time_limit, error_log,  ini_alter, dl, pfsockopen, openlog, syslog, readlink, symlink, link,  leak, fsockopen, popen, escapeshellcmd, apache_child_terminate  apache_get_modules, apache_get_version, apache_getenv,  apache_note,apache_setenv,virtual </strong></div>
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old"><ul class="socials"><li class="sexy-reddit"><a href="http://reddit.com/submit?url=http://www.winblogs.net/index.php/2010/04/14/setuping-a-server-for-web-hosting-part-4-installing-php/&amp;title=+Setuping+a+server+for+web+hosting+%E2%80%93+part+4%3A+Installing+PHP" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://www.winblogs.net/index.php/2010/04/14/setuping-a-server-for-web-hosting-part-4-installing-php/&amp;title=+Setuping+a+server+for+web+hosting+%E2%80%93+part+4%3A+Installing+PHP" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://www.winblogs.net/index.php/2010/04/14/setuping-a-server-for-web-hosting-part-4-installing-php/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.winblogs.net/index.php/2010/04/14/setuping-a-server-for-web-hosting-part-4-installing-php/&amp;t=+Setuping+a+server+for+web+hosting+%E2%80%93+part+4%3A+Installing+PHP" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li class="sexy-twitter"><a href="http://twitter.com/home?status=+Setuping+a+server+for+web+hosting+%E2%80%93+part+4%3A+Installing+PHP+-+http://b2l.me/pecyu+(via+@slepix)" rel="nofollow" title="Tweet This!">Tweet This!</a></li><li class="sexy-comfeed"><a href="http://www.winblogs.net/index.php/2010/04/14/setuping-a-server-for-web-hosting-part-4-installing-php/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.winblogs.net/index.php/2010/04/14/setuping-a-server-for-web-hosting-part-4-installing-php/&amp;title=+Setuping+a+server+for+web+hosting+%E2%80%93+part+4%3A+Installing+PHP" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a></li><li class="sexy-friendfeed"><a href="http://www.friendfeed.com/share?title=+Setuping+a+server+for+web+hosting+%E2%80%93+part+4%3A+Installing+PHP&amp;link=http://www.winblogs.net/index.php/2010/04/14/setuping-a-server-for-web-hosting-part-4-installing-php/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.winblogs.net/index.php/2010/04/14/setuping-a-server-for-web-hosting-part-4-installing-php/&amp;title=+Setuping+a+server+for+web+hosting+%E2%80%93+part+4%3A+Installing+PHP&amp;summary=Hello%20after%20a%20very%20long%20pause%20%3A%29%20.%20Continuing%20the%20%22Setuping%20a%20server%20for%20web%20hosting%22%20series%20with%20the%20new%20smashing%20video%20of%20how%20to%20install%20PHP%20on%20your%20machine%21%20AWESOME%20right%3F%20%3A%29%0D%0A%0D%0AIn%20the%20very%20begining%20of%20the%20post%2C%20lets%20learn%20what%20PHP%20is%20exactly.%0D%0A%0D%0ASo%2C%20Wikipedia%20says%20%28%20and%20I%20add%20that%20I%20agree%20with%20h&amp;source=WinBlogs...." rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a></li></ul><div style="clear:both;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.winblogs.net/index.php/2010/04/14/setuping-a-server-for-web-hosting-part-4-installing-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Don’t run production ASP.NET Applications with debug=true</title>
		<link>http://www.winblogs.net/index.php/2009/11/29/dont-run-production-asp-net-applications-with-debug-true/</link>
		<comments>http://www.winblogs.net/index.php/2009/11/29/dont-run-production-asp-net-applications-with-debug-true/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 01:02:42 +0000</pubDate>
		<dc:creator>Alesandro Slepčević</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows and Powershell]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[debug on or off]]></category>
		<category><![CDATA[debug=true]]></category>
		<category><![CDATA[DotNetPanel]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 2008]]></category>
		<category><![CDATA[windows 2008 r2]]></category>

		<guid isPermaLink="false">http://www.winblogs.net/?p=260</guid>
		<description><![CDATA[Found an awesome post on DotNetPanel blog so I had to repost it  
One of the things you want to avoid when deploying an ASP.NET application into production is to accidentally (or deliberately) leave the &#60;compilation debug=”true”/&#62; switch on within the application’s web.config file.
Doing so causes a number of non-optimal things to happen including:
1) [...]]]></description>
			<content:encoded><![CDATA[<p>Found an awesome post on DotNetPanel blog so I had to repost it <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>One of the things you want to avoid when deploying an ASP.NET application into production is to accidentally (or deliberately) leave the<strong> &lt;compilation debug=”true”/&gt;</strong> switch on within the application’s web.config file.</p>
<p>Doing so causes a number of non-optimal things to happen including:</p>
<p>1) The compilation of ASP.NET pages takes longer (since some batch optimizations are disabled)</p>
<p>2) Code can execute slower (since some additional debug paths are enabled)</p>
<p>3) Much more memory is used within the application at runtime</p>
<p>4) Scripts and images downloaded from the WebResources.axd handler are not cached</p>
<p>This last point is particularly important, since it means that all client-javascript libraries and static images that are deployed via <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvs05/html/webresource.asp">WebResources.axd</a> will be continually downloaded by clients on each page view request and not cached locally within the browser.  This can slow down the user experience quite a bit for things like Atlas, controls like TreeView/Menu/Validators, and any other third-party control or custom code that deploys client resources.  Note that the reason why these resources are not cached when debug is set to true is so that developers don’t have to continually flush their browser cache and restart it every-time they make a change to a resource handler (our assumption is that when you have debug=true set you are in active development on your site).</p>
<p>When <strong>&lt;compilation debug=”false”/&gt;</strong> is set, the WebResource.axd handler will automatically set a long cache policy on resources retrieved via it – so that the resource is only downloaded once to the client and cached there forever (it will also be cached on any intermediate proxy servers).  If you have Atlas installed for your application, it will also automatically compress the content from the WebResources.axd handler for you when &lt;compilation debug=”false”/&gt; is set – reducing the size of any client-script javascript library or static resource for you (and not requiring you to write any custom code or configure anything within IIS to get it).</p>
<p><strong>What about binaries compiled with debug symbols?</strong></p>
<p>One scenario that several people find very useful is to compile/pre-compile an application or associated class libraries with debug symbols so that more detailed stack trace and line error messages can be retrieved from it when errors occur.</p>
<p>The good news is that you can do this without having the have the &lt;compilation debug=”true”/&gt; switch enabled in production.  Specifically, you can use either a web deployment project or a web application project to pre-compile the code for your site with debug symbols, and then change the &lt;compilation debug=”true”/&gt; switch to false right before you deploy the application on the server.</p>
<p>The debug symbols and metadata in the compiled assemblies will increase the memory footprint of the application, but this can sometimes be an ok trade-off for more detailed error messages.</p>
<p><strong>The &lt;deployment retail=”true”/&gt; Switch in Maching.config</strong></p>
<p>If you are a server administrator and want to ensure that no one accidentally deploys an ASP.NET application in production with the &lt;compilation debug=”true”/&gt; switch enabled within the application’s web.config file, one trick you can use with ASP.NET V2.0 is to take advantage of the &lt;deployment&gt; section within your machine.config file.</p>
<p>Specifically, by setting this within your machine.config file:</p>
<p>&lt;configuration&gt;</p>
<p>&lt;system.web&gt;</p>
<p>&lt;deployment retail=”true”/&gt;</p>
<p>&lt;/system.web&gt;</p>
<p>&lt;/configuration&gt;</p>
<p>You will disable the<strong> &lt;compilation debug=”true”/</strong>&gt; switch, disable the ability to output trace output in a page, and turn off the ability to show detailed error messages remotely.  Note that these last two items are security best practices you really want to follow (otherwise hackers can learn a lot more about the internals of your application than you should show them).</p>
<p>Setting this switch to true is probably a best practice that any company with formal production servers should follow to ensure that an application always runs with the best possible performance and no security information leakages.  There isn’t a ton of documentation on this switch – but you can learn a little more about it <a href="http://msdn2.microsoft.com/en-US/library/ms228298%28VS.80%29.aspx">here</a>.</p>
<p>So, dear developers, keep on eye on debug state&#8230;it will make you and the server happier <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>ALL CREDITS OF THIS TEXT GO TO DOTNETPANEL BLOG!</strong></p>
<p><strong>Source : <a href="http://forum.dotnetpanel.com/blogs/dan/archive/2008/09/10/don-t-run-production-asp-net-applications-with-debug-true-enabled.aspx" target="_blank">DotNetPanel Blog</a></strong></p>
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old"><ul class="socials"><li class="sexy-reddit"><a href="http://reddit.com/submit?url=http://www.winblogs.net/index.php/2009/11/29/dont-run-production-asp-net-applications-with-debug-true/&amp;title=Don%E2%80%99t+run+production+ASP.NET+Applications+with+debug%3Dtrue" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://www.winblogs.net/index.php/2009/11/29/dont-run-production-asp-net-applications-with-debug-true/&amp;title=Don%E2%80%99t+run+production+ASP.NET+Applications+with+debug%3Dtrue" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://www.winblogs.net/index.php/2009/11/29/dont-run-production-asp-net-applications-with-debug-true/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.winblogs.net/index.php/2009/11/29/dont-run-production-asp-net-applications-with-debug-true/&amp;t=Don%E2%80%99t+run+production+ASP.NET+Applications+with+debug%3Dtrue" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li class="sexy-twitter"><a href="http://twitter.com/home?status=Don%E2%80%99t+run+production+ASP.NET+Applications+with+debug%3Dtrue+-+http://b2l.me/pdzs4+(via+@slepix)" rel="nofollow" title="Tweet This!">Tweet This!</a></li><li class="sexy-comfeed"><a href="http://www.winblogs.net/index.php/2009/11/29/dont-run-production-asp-net-applications-with-debug-true/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.winblogs.net/index.php/2009/11/29/dont-run-production-asp-net-applications-with-debug-true/&amp;title=Don%E2%80%99t+run+production+ASP.NET+Applications+with+debug%3Dtrue" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a></li><li class="sexy-friendfeed"><a href="http://www.friendfeed.com/share?title=Don%E2%80%99t+run+production+ASP.NET+Applications+with+debug%3Dtrue&amp;link=http://www.winblogs.net/index.php/2009/11/29/dont-run-production-asp-net-applications-with-debug-true/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.winblogs.net/index.php/2009/11/29/dont-run-production-asp-net-applications-with-debug-true/&amp;title=Don%E2%80%99t+run+production+ASP.NET+Applications+with+debug%3Dtrue&amp;summary=Found%20an%20awesome%20post%20on%20DotNetPanel%20blog%20so%20I%20had%20to%20repost%20it%20%3A%29%0D%0A%0D%0AOne%20of%20the%20things%20you%20want%20to%20avoid%20when%20deploying%20an%20ASP.NET%20application%20into%20production%20is%20to%20accidentally%20%28or%20deliberately%29%20leave%20the%20%26lt%3Bcompilation%20debug%3D%E2%80%9Dtrue%E2%80%9D%2F%26gt%3B%20switch%20on%20within%20the%20application%E2%80%99s%20web.config%20file.%0D%0A&amp;source=WinBlogs...." rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a></li></ul><div style="clear:both;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.winblogs.net/index.php/2009/11/29/dont-run-production-asp-net-applications-with-debug-true/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automating backup of databases in SQL Express.</title>
		<link>http://www.winblogs.net/index.php/2009/11/22/automating-backup-of-databases-in-sql-20052008-express/</link>
		<comments>http://www.winblogs.net/index.php/2009/11/22/automating-backup-of-databases-in-sql-20052008-express/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 15:45:29 +0000</pubDate>
		<dc:creator>Alesandro Slepčević</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows and Powershell]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[backup sql database]]></category>
		<category><![CDATA[backup sql express database]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[sql express]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 2008]]></category>
		<category><![CDATA[windows 2008 r2]]></category>

		<guid isPermaLink="false">http://www.winblogs.net/?p=224</guid>
		<description><![CDATA[Microsoft SQL Server 2005/2008 Express is a free edition of SQL Server that is ideal for learning, developing and powering desktop, web and small server applications, and for redistribution by ISVs.
Top Features


Supports stored procedures, triggers, functions, and views
Store all kinds of business data with native support for relational data, XML, FILESTREAM and spatial data
Improved performance, usability, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.winblogs.net/wp-content/uploads/2009/11/mssql-logo.jpg"><img class="alignleft size-full wp-image-253" style="margin: 5px;" title="mssql-logo" src="http://www.winblogs.net/wp-content/uploads/2009/11/mssql-logo.jpg" alt="mssql-logo" width="122" height="73" /></a>Microsoft SQL Server 2005/2008 Express is a free edition of SQL Server that is ideal for learning, developing and powering desktop, web and small server applications, and for redistribution by ISVs.</p>
<h3>Top Features</h3>
<div>
<ul>
<li>Supports stored procedures, triggers, functions, and views</li>
<li>Store all kinds of business data with native support for relational data, XML, FILESTREAM and spatial data</li>
<li>Improved performance, usability, visualization, in addition to integration with the Microsoft 2007 Office System in SQL Server Reporting Services</li>
<li>Simplify development efforts by leveraging existing T-SQL skills, ADO.NET Entity Framework and LINQ</li>
<li>Closely integrated with Visual Studio and Visual Web Developer</li>
</ul>
<p>Because there&#8217;s no &#8220;SQL Agent&#8221; in SQL Express Editions, in order to create scheduled backups on SQL server Express edition, we need to user couple of tricks  <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
<div><span id="more-224"></span></div>
<div>First, we need to have a query that will backup all databases to one folder&#8230; Well, here it is <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
<p><code><br />
DECLARE @name VARCHAR(50) -- database name<br />
DECLARE @path VARCHAR(256) -- path for backup files<br />
DECLARE @fileName VARCHAR(256) -- filename for backup<br />
DECLARE @fileDate VARCHAR(20) -- used for file name<br />
SET @path = 'E:\sqlbackups\' --path to the backup folder<br />
SELECT @fileDate = CONVERT(VARCHAR(20),GETDATE(),112)<br />
DECLARE db_cursor CURSOR FOR<br />
SELECT name<br />
FROM master.dbo.sysdatabases<br />
WHERE name NOT IN ('tempdb')<br />
OPEN db_cursor<br />
FETCH NEXT FROM db_cursor INTO @name<br />
WHILE @@FETCH_STATUS = 0<br />
BEGIN<br />
SET @fileName = @path + @name + '_' + @fileDate + '.BAK'<br />
BACKUP DATABASE @name TO DISK = @fileName<br />
FETCH NEXT FROM db_cursor INTO @name<br />
END<br />
CLOSE db_cursor<br />
DEALLOCATE db_cursor</code></p>
<p>This will backup everything except the &#8220;Temdb&#8221; database. So, lets take a look at the current state of our backup folder.</p>
<p><a href="http://www.winblogs.net/wp-content/uploads/2009/11/sqlbackup1.PNG"><img class="aligncenter size-medium wp-image-230" title="sqlbackup1" src="http://www.winblogs.net/wp-content/uploads/2009/11/sqlbackup1-300x99.PNG" alt="sqlbackup1" width="300" height="99" /></a></p>
<p>As we can see, only the backups from 21.11.2009 exist. So, what happens when we run the query using SQL Management Studio.</p>
<p>Here&#8217;s the query pasted in &#8220;New query window&#8221;.</p>
<p><a href="http://www.winblogs.net/wp-content/uploads/2009/11/sqlquery.PNG"><img class="aligncenter size-medium wp-image-232" title="sqlquery" src="http://www.winblogs.net/wp-content/uploads/2009/11/sqlquery-300x288.PNG" alt="sqlquery" width="300" height="288" /></a>Sooo&#8230;if everything went smoothly, we should get a message similar to this one :</p>
<p><a href="http://www.winblogs.net/wp-content/uploads/2009/11/sqlquery2.PNG"><img class="aligncenter size-medium wp-image-233" title="sqlquery2" src="http://www.winblogs.net/wp-content/uploads/2009/11/sqlquery2-300x141.PNG" alt="sqlquery2" width="300" height="141" /></a>Awesome! <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Now, lets take a look at our backup folder, are there any changes? Sure hope there is, because this post will totally suck if the backup didn&#8217;t complete <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.winblogs.net/wp-content/uploads/2009/11/sqlbackup2.PNG"><img class="aligncenter size-medium wp-image-234" title="sqlbackup2" src="http://www.winblogs.net/wp-content/uploads/2009/11/sqlbackup2-300x132.PNG" alt="sqlbackup2" width="300" height="132" /></a></p>
<p>As we can see, this post will not suck after all <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Notice the new files, created on the 22.11.2009 . IT WORKS! <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  All we have to do now is to automate the backup, so we don&#8217;t have to run the query everyday by hand.</p>
<p>We will do that using Task Scheduler (or Scheduled tasks in Windows 2003). We have to add a task to execute everyday in 3 AM.</p>
<p>The command we have to run is:</p>
<p>&#8220;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\Binn\SQLCMD.EXE&#8221; -i &#8220;c:\pathtosqlquery\sqlbackup.sql&#8221;</p>
<p>Where &#8220;sqlbackup.sql&#8221; is the name of the file you have pasted the code mentioned before.</p>
<p>Here are a couple of pictures so you can see how to do it:</p>
<p><a href="http://www.winblogs.net/wp-content/uploads/2009/11/schedule.PNG"><img class="aligncenter size-medium wp-image-235" title="schedule" src="http://www.winblogs.net/wp-content/uploads/2009/11/schedule-300x177.PNG" alt="schedule" width="300" height="177" /></a></p>
<p>Now, click on &#8220;Create task&#8221;. That will click will start the task wizard. Enter the name of the task ( i.e &#8220;SQL Backups&#8221;.</p>
<p><a href="http://www.winblogs.net/wp-content/uploads/2009/11/task1.PNG"><img class="aligncenter size-medium wp-image-237" title="task1" src="http://www.winblogs.net/wp-content/uploads/2009/11/task1-300x223.PNG" alt="task1" width="300" height="223" /></a>After entering the name and choosing the option &#8220;Run wheneter user is logged on or not&#8221;, click on &#8220;Triggers&#8221;.</p>
<p><a href="http://www.winblogs.net/wp-content/uploads/2009/11/TASK2.PNG"><img class="aligncenter size-medium wp-image-238" title="TASK2" src="http://www.winblogs.net/wp-content/uploads/2009/11/TASK2-300x224.PNG" alt="TASK2" width="300" height="224" /></a></p>
<p>Click on &#8220;New&#8221;. It will bring up a new window</p>
<p><a href="http://www.winblogs.net/wp-content/uploads/2009/11/TASK3.PNG"><img class="aligncenter size-medium wp-image-240" title="TASK3" src="http://www.winblogs.net/wp-content/uploads/2009/11/TASK3-300x256.PNG" alt="TASK3" width="300" height="256" /></a>Choose the &#8220;Daily&#8221; option, and set the time when you want the task to run. I have set it to 3 AM .</p>
<p><strong>ONE IMPORTANT THING!!! Dont forget to check the &#8220;Enable&#8221; checkbox <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  , otherwise, you will end up scratching your head and cursing Microsoft and uncle Bill <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  hehe.</strong></p>
<p>After that, click on &#8220;Actions&#8221;, where we will define the program that should be runned&#8230; Click on &#8220;New&#8221;&#8230;</p>
<p><a href="http://www.winblogs.net/wp-content/uploads/2009/11/TASK4.PNG"><img class="aligncenter size-medium wp-image-241" title="TASK4" src="http://www.winblogs.net/wp-content/uploads/2009/11/TASK4-300x234.PNG" alt="TASK4" width="300" height="234" /></a></p>
<p><a href="http://www.winblogs.net/wp-content/uploads/2009/11/TASK5.PNG"><img class="aligncenter size-medium wp-image-242" title="TASK5" src="http://www.winblogs.net/wp-content/uploads/2009/11/TASK5-276x300.PNG" alt="TASK5" width="276" height="300" /></a>Paste this into the &#8220;Program/Script&#8221; box.</p>
<p><code>“C:\Program Files (x86)\Microsoft SQL Server\90\Tools\Binn\SQLCMD.EXE”</code></p>
<p><strong>NOTE! &#8211; path to the &#8220;SQLCMD.exe&#8221; may be different on your system!!!</strong></p>
<p>All that is left to do is to &#8220;Add arguments&#8221;</p>
<p><code>-i “c:\pathtosqlqueryfile\sqlbackup.sql” </code></p>
<p>Click on &#8220;OK&#8221;, enter the system password and thats it. Enjoy your daily backup.</p>
<p><strong>HINT!!!! If you&#8217;re lazy like I am, you can use a powershell script to delete backup files older than X days. I have also covered that with a blog post. More info about that on this <a href="http://www.winblogs.net/index.php/2009/10/01/delete-files-older-from-in-powershell/">link</a>.</strong></p>
<p>Bye bye! <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old"><ul class="socials"><li class="sexy-reddit"><a href="http://reddit.com/submit?url=http://www.winblogs.net/index.php/2009/11/22/automating-backup-of-databases-in-sql-20052008-express/&amp;title=Automating+backup+of+databases+in+SQL+Express." rel="nofollow" title="Share this on Reddit">Share this on Reddit</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://www.winblogs.net/index.php/2009/11/22/automating-backup-of-databases-in-sql-20052008-express/&amp;title=Automating+backup+of+databases+in+SQL+Express." rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://www.winblogs.net/index.php/2009/11/22/automating-backup-of-databases-in-sql-20052008-express/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.winblogs.net/index.php/2009/11/22/automating-backup-of-databases-in-sql-20052008-express/&amp;t=Automating+backup+of+databases+in+SQL+Express." rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li class="sexy-twitter"><a href="http://twitter.com/home?status=Automating+backup+of+databases+in+SQL+Express.+-+http://b2l.me/aprxa+(via+@slepix)" rel="nofollow" title="Tweet This!">Tweet This!</a></li><li class="sexy-comfeed"><a href="http://www.winblogs.net/index.php/2009/11/22/automating-backup-of-databases-in-sql-20052008-express/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.winblogs.net/index.php/2009/11/22/automating-backup-of-databases-in-sql-20052008-express/&amp;title=Automating+backup+of+databases+in+SQL+Express." rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a></li><li class="sexy-friendfeed"><a href="http://www.friendfeed.com/share?title=Automating+backup+of+databases+in+SQL+Express.&amp;link=http://www.winblogs.net/index.php/2009/11/22/automating-backup-of-databases-in-sql-20052008-express/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.winblogs.net/index.php/2009/11/22/automating-backup-of-databases-in-sql-20052008-express/&amp;title=Automating+backup+of+databases+in+SQL+Express.&amp;summary=Microsoft%20SQL%20Server%202005%2F2008%20Express%20is%20a%20free%20edition%20of%20SQL%20Server%20that%20is%20ideal%20for%20learning%2C%20developing%20and%C2%A0powering%20desktop%2C%20web%20and%20small%20server%20applications%2C%20and%20for%20redistribution%20by%20ISVs.%0D%0ATop%20Features%0D%0A%0D%0A%0D%0A%09Supports%20stored%20procedures%2C%20triggers%2C%20functions%2C%20and%20views%0D%0A%09Store%20all%20kinds%20of%20&amp;source=WinBlogs...." rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a></li></ul><div style="clear:both;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.winblogs.net/index.php/2009/11/22/automating-backup-of-databases-in-sql-20052008-express/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setuping a server for web hosting – part 3: Installing MySQL</title>
		<link>http://www.winblogs.net/index.php/2009/11/01/setuping-a-server-for-web-hosting-%e2%80%93-part-3-installing-mysql/</link>
		<comments>http://www.winblogs.net/index.php/2009/11/01/setuping-a-server-for-web-hosting-%e2%80%93-part-3-installing-mysql/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 14:57:13 +0000</pubDate>
		<dc:creator>Alesandro Slepčević</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows and Powershell]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[installing mysql]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[server setup]]></category>
		<category><![CDATA[video tutorial]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 2008 r2]]></category>

		<guid isPermaLink="false">http://www.winblogs.net/?p=212</guid>
		<description><![CDATA[Back by popular demand   part 3 of the &#8220;setup my web server&#8221; tutorials  
In this post we will cover the instalation of MySQL on a Windows 2008 R2 based server. The process is the same if you would have a Windows 2003 machine also.
At the beginning, lets see what MySQL is.
MySQL is [...]]]></description>
			<content:encoded><![CDATA[<p>Back by popular demand <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  part 3 of the &#8220;setup my web server&#8221; tutorials <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>In this post we will cover the instalation of MySQL on a Windows 2008 R2 based server. The process is the same if you would have a Windows 2003 machine also.</p>
<p>At the beginning, lets see what MySQL is.</p>
<p><strong>MySQL</strong> is a <a title="Relational database management system" href="http://en.wikipedia.org/wiki/Relational_database_management_system">relational database management system</a> (RDBMS)<sup id="cite_ref-0"><a href="http://en.wikipedia.org/wiki/MySQL#cite_note-0"><span>.</span></a></sup><sup id="cite_ref-sun-mysql_1-0"><a href="http://en.wikipedia.org/wiki/MySQL#cite_note-sun-mysql-1"></a></sup> MySQL stands for &#8220;My <a title="SQL" href="http://en.wikipedia.org/wiki/SQL">Structured Query Language</a>&#8220;. The program runs as a server providing multi-user access to a number of databases.</p>
<p>The project has made its source code available under the terms of the <a title="GNU General Public License" href="http://en.wikipedia.org/wiki/GNU_General_Public_License">GNU General Public License</a>, as well as under a variety of proprietary agreements. MySQL is owned and sponsored by a single for-profit firm, the Swedish company MySQL AB, now a subsidiary of <a title="Sun Microsystems" href="http://en.wikipedia.org/wiki/Sun_Microsystems">Sun Microsystems</a>. As of 2009<sup style="display: none;"><a rel="nofollow" href="http://en.wikipedia.org/w/index.php?title=MySQL&amp;action=edit">[update]</a></sup> <a title="Oracle Corporation" href="http://en.wikipedia.org/wiki/Oracle_Corporation">Oracle Corporation</a> began the process of acquiring Sun Microsystems; Oracle holds the copyright to most of the MySQL codebase.</p>
<p>MySQL is often used in free software projects which require a full-featured database management system, such as <a title="WordPress" href="http://en.wikipedia.org/wiki/WordPress">WordPress</a>, <a title="PhpBB" href="http://en.wikipedia.org/wiki/PhpBB">phpBB</a> and other software built on the <a title="LAMP (software bundle)" href="http://en.wikipedia.org/wiki/LAMP_%28software_bundle%29">LAMP</a> software stack. It is also used in very high-scale <a title="World Wide Web" href="http://en.wikipedia.org/wiki/World_Wide_Web">World Wide Web</a> products including <a title="Wikipedia" href="http://en.wikipedia.org/wiki/Wikipedia">Wikipedia</a>, <a title="Google" href="http://en.wikipedia.org/wiki/Google">Google</a> and <a title="Facebook" href="http://en.wikipedia.org/wiki/Facebook">Facebook</a><sup style="white-space: nowrap;" title="This claim needs references to reliable sources from September 2009"><em>.</em></sup></p>
<p>Many web applications use MySQL as the database component of a <a title="LAMP (software bundle)" href="http://en.wikipedia.org/wiki/LAMP_%28software_bundle%29">LAMP</a> software stack. Its popularity for use with web applications is closely tied to the popularity of <a title="PHP" href="http://en.wikipedia.org/wiki/PHP">PHP</a>, which is often combined with MySQL.</p>
<p>So, what is the process of installing MySQL on a Windows machine? Well, it&#8217;s pretty straight forward so there is no need to write step-by-step tuturial..look at the video rather than reading <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Dont forget to choose HD and the &#8220;full screen&#8221; option.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="525" height="444" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/InsSDz6rmCk&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="525" height="444" src="http://www.youtube.com/v/InsSDz6rmCk&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Song in the video is from Thievery Corporation. Song name is : Lebanese Blonde <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old"><ul class="socials"><li class="sexy-reddit"><a href="http://reddit.com/submit?url=http://www.winblogs.net/index.php/2009/11/01/setuping-a-server-for-web-hosting-%e2%80%93-part-3-installing-mysql/&amp;title=Setuping+a+server+for+web+hosting+%E2%80%93+part+3%3A+Installing+MySQL" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://www.winblogs.net/index.php/2009/11/01/setuping-a-server-for-web-hosting-%e2%80%93-part-3-installing-mysql/&amp;title=Setuping+a+server+for+web+hosting+%E2%80%93+part+3%3A+Installing+MySQL" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://www.winblogs.net/index.php/2009/11/01/setuping-a-server-for-web-hosting-%e2%80%93-part-3-installing-mysql/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.winblogs.net/index.php/2009/11/01/setuping-a-server-for-web-hosting-%e2%80%93-part-3-installing-mysql/&amp;t=Setuping+a+server+for+web+hosting+%E2%80%93+part+3%3A+Installing+MySQL" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li class="sexy-twitter"><a href="http://twitter.com/home?status=Setuping+a+server+for+web+hosting+%E2%80%93+part+3%3A+Installing+MySQL+-+http://b2l.me/9t9r+(via+@slepix)" rel="nofollow" title="Tweet This!">Tweet This!</a></li><li class="sexy-comfeed"><a href="http://www.winblogs.net/index.php/2009/11/01/setuping-a-server-for-web-hosting-–-part-3-installing-mysql/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.winblogs.net/index.php/2009/11/01/setuping-a-server-for-web-hosting-%e2%80%93-part-3-installing-mysql/&amp;title=Setuping+a+server+for+web+hosting+%E2%80%93+part+3%3A+Installing+MySQL" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a></li><li class="sexy-friendfeed"><a href="http://www.friendfeed.com/share?title=Setuping+a+server+for+web+hosting+%E2%80%93+part+3%3A+Installing+MySQL&amp;link=http://www.winblogs.net/index.php/2009/11/01/setuping-a-server-for-web-hosting-%e2%80%93-part-3-installing-mysql/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.winblogs.net/index.php/2009/11/01/setuping-a-server-for-web-hosting-%e2%80%93-part-3-installing-mysql/&amp;title=Setuping+a+server+for+web+hosting+%E2%80%93+part+3%3A+Installing+MySQL&amp;summary=Back%20by%20popular%20demand%20%3A%29%20part%203%20of%20the%20%22setup%20my%20web%20server%22%20tutorials%20%3A%29%0D%0A%0D%0AIn%20this%20post%20we%20will%20cover%20the%20instalation%20of%20MySQL%20on%20a%20Windows%202008%20R2%20based%20server.%20The%20process%20is%20the%20same%20if%20you%20would%20have%20a%20Windows%202003%20machine%20also.%0D%0A%0D%0AAt%20the%20beginning%2C%20lets%20see%20what%20MySQL%20is.%0D%0A%0D%0AMySQL%20is%20a%20relat&amp;source=WinBlogs...." rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a></li></ul><div style="clear:both;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.winblogs.net/index.php/2009/11/01/setuping-a-server-for-web-hosting-%e2%80%93-part-3-installing-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The website is down, Episode 4 :)</title>
		<link>http://www.winblogs.net/index.php/2009/10/27/the-website-is-down-episode-4/</link>
		<comments>http://www.winblogs.net/index.php/2009/10/27/the-website-is-down-episode-4/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 20:16:59 +0000</pubDate>
		<dc:creator>Alesandro Slepčević</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[sales demolition]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[website is down]]></category>

		<guid isPermaLink="false">http://www.winblogs.net/?p=206</guid>
		<description><![CDATA[This episode requires a special blog post for it   hehe..awesome!

Share this on RedditStumble upon something good? Share it on StumbleUponShare this on TechnoratiShare this on FacebookTweet This!Subscribe to the comments for this post?Add this to Google BookmarksShare this on FriendFeedShare this on Linkedin]]></description>
			<content:encoded><![CDATA[<p>This episode requires a special blog post for it <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  hehe..awesome!</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/v0mwT3DkG4w&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/v0mwT3DkG4w&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old"><ul class="socials"><li class="sexy-reddit"><a href="http://reddit.com/submit?url=http://www.winblogs.net/index.php/2009/10/27/the-website-is-down-episode-4/&amp;title=The+website+is+down%2C+Episode+4+%3A%29" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://www.winblogs.net/index.php/2009/10/27/the-website-is-down-episode-4/&amp;title=The+website+is+down%2C+Episode+4+%3A%29" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://www.winblogs.net/index.php/2009/10/27/the-website-is-down-episode-4/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.winblogs.net/index.php/2009/10/27/the-website-is-down-episode-4/&amp;t=The+website+is+down%2C+Episode+4+%3A%29" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li class="sexy-twitter"><a href="http://twitter.com/home?status=The+website+is+down%2C+Episode+4+%3A%29+-+http://b2l.me/9tfr+(via+@slepix)" rel="nofollow" title="Tweet This!">Tweet This!</a></li><li class="sexy-comfeed"><a href="http://www.winblogs.net/index.php/2009/10/27/the-website-is-down-episode-4/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.winblogs.net/index.php/2009/10/27/the-website-is-down-episode-4/&amp;title=The+website+is+down%2C+Episode+4+%3A%29" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a></li><li class="sexy-friendfeed"><a href="http://www.friendfeed.com/share?title=The+website+is+down%2C+Episode+4+%3A%29&amp;link=http://www.winblogs.net/index.php/2009/10/27/the-website-is-down-episode-4/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.winblogs.net/index.php/2009/10/27/the-website-is-down-episode-4/&amp;title=The+website+is+down%2C+Episode+4+%3A%29&amp;summary=This%20episode%20requires%20a%20special%20blog%20post%20for%20it%20%3A%29%20hehe..awesome%21%0D%0A%0D%0A&amp;source=WinBlogs...." rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a></li></ul><div style="clear:both;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.winblogs.net/index.php/2009/10/27/the-website-is-down-episode-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Migrating Windows XP to Windows 7</title>
		<link>http://www.winblogs.net/index.php/2009/10/24/migrating-windows-xp-to-windows-7/</link>
		<comments>http://www.winblogs.net/index.php/2009/10/24/migrating-windows-xp-to-windows-7/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 03:44:02 +0000</pubDate>
		<dc:creator>Alesandro Slepčević</dc:creator>
				<category><![CDATA[Windows and Powershell]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[video tutorial]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows 7 migration]]></category>
		<category><![CDATA[xp to 7]]></category>

		<guid isPermaLink="false">http://www.winblogs.net/?p=194</guid>
		<description><![CDATA[Hi again, found an video that could be very interesting&#8230;.its about how to migrate Windows XP to Windows7 &#8230;.
Click on the picture and enjoy!
Note: open the link in Internet Explorer&#8230;there&#8217;s no sound in Firefox  

Share this on RedditStumble upon something good? Share it on StumbleUponShare this on TechnoratiShare this on FacebookTweet This!Subscribe to the [...]]]></description>
			<content:encoded><![CDATA[<p>Hi again, found an video that could be very interesting&#8230;.its about how to migrate Windows XP to Windows7 &#8230;.</p>
<p>Click on the picture and enjoy!</p>
<p><strong>Note: open the link in Internet Explorer&#8230;there&#8217;s no sound in Firefox <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></p>
<p style="text-align: center;"><a href="http://technet.microsoft.com/en-us/windows/dd671583.aspx"><img class="aligncenter size-full wp-image-195" title="windowsmigration" src="http://www.winblogs.net/wp-content/uploads/2009/10/windowsmigration.PNG" alt="windowsmigration" width="535" height="401" /></a></p>
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old"><ul class="socials"><li class="sexy-reddit"><a href="http://reddit.com/submit?url=http://www.winblogs.net/index.php/2009/10/24/migrating-windows-xp-to-windows-7/&amp;title=Migrating+Windows+XP+to+Windows+7" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://www.winblogs.net/index.php/2009/10/24/migrating-windows-xp-to-windows-7/&amp;title=Migrating+Windows+XP+to+Windows+7" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://www.winblogs.net/index.php/2009/10/24/migrating-windows-xp-to-windows-7/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.winblogs.net/index.php/2009/10/24/migrating-windows-xp-to-windows-7/&amp;t=Migrating+Windows+XP+to+Windows+7" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li class="sexy-twitter"><a href="http://twitter.com/home?status=Migrating+Windows+XP+to+Windows+7+-+http://b2l.me/9tf5+(via+@slepix)" rel="nofollow" title="Tweet This!">Tweet This!</a></li><li class="sexy-comfeed"><a href="http://www.winblogs.net/index.php/2009/10/24/migrating-windows-xp-to-windows-7/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.winblogs.net/index.php/2009/10/24/migrating-windows-xp-to-windows-7/&amp;title=Migrating+Windows+XP+to+Windows+7" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a></li><li class="sexy-friendfeed"><a href="http://www.friendfeed.com/share?title=Migrating+Windows+XP+to+Windows+7&amp;link=http://www.winblogs.net/index.php/2009/10/24/migrating-windows-xp-to-windows-7/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.winblogs.net/index.php/2009/10/24/migrating-windows-xp-to-windows-7/&amp;title=Migrating+Windows+XP+to+Windows+7&amp;summary=Hi%20again%2C%20found%20an%20video%20that%20could%20be%20very%20interesting....its%20about%20how%20to%20migrate%20Windows%20XP%20to%20Windows7%20....%0D%0A%0D%0AClick%20on%20the%20picture%20and%20enjoy%21%0D%0A%0D%0ANote%3A%20open%20the%20link%20in%20Internet%20Explorer...there%27s%20no%20sound%20in%20Firefox%20%3A%29%0D%0A&amp;source=WinBlogs...." rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a></li></ul><div style="clear:both;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.winblogs.net/index.php/2009/10/24/migrating-windows-xp-to-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setuping a server for web hosting &#8211; part 2: Installing SQL 2008 Express</title>
		<link>http://www.winblogs.net/index.php/2009/10/24/setuping-a-server-for-web-hosting-part-2-installing-sql-2008-express/</link>
		<comments>http://www.winblogs.net/index.php/2009/10/24/setuping-a-server-for-web-hosting-part-2-installing-sql-2008-express/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 03:19:23 +0000</pubDate>
		<dc:creator>Alesandro Slepčević</dc:creator>
				<category><![CDATA[Windows and Powershell]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[installing mssql]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[server setup]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[video tutorial]]></category>
		<category><![CDATA[web platform installer]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 2008]]></category>
		<category><![CDATA[windows 2008 r2]]></category>

		<guid isPermaLink="false">http://www.winblogs.net/?p=185</guid>
		<description><![CDATA[Hello there&#8230;
In order to  install SQL 2008 Express, we have to download it first . Fire up your favorite browser and point it to http://www.microsoft.com/express/download/ . After that, find the box with the SQL 2008 Express, and click download.

On the next step you have the option to register with Microsoft or download the software without [...]]]></description>
			<content:encoded><![CDATA[<p>Hello there&#8230;</p>
<p>In order to  install SQL 2008 Express, we have to download it first . Fire up your favorite browser and point it to<a href="http://www.microsoft.com/express/download/"> http://www.microsoft.com/express/download/</a> . After that, find the box with the SQL 2008 Express, and click download.</p>
<p><a href="http://www.winblogs.net/wp-content/uploads/2009/10/sqlexpress.PNG"><img class="aligncenter size-full wp-image-186" title="sqlexpress" src="http://www.winblogs.net/wp-content/uploads/2009/10/sqlexpress.PNG" alt="sqlexpress" width="369" height="232" /></a></p>
<p>On the next step you have the option to register with Microsoft or download the software without registration.  I will choose the &#8220;no registration part&#8221;.</p>
<p><a href="http://www.winblogs.net/wp-content/uploads/2009/10/sqlexpressdownloadpage.PNG"><img class="aligncenter size-full wp-image-188" title="sqlexpressdownloadpage" src="http://www.winblogs.net/wp-content/uploads/2009/10/sqlexpressdownloadpage.PNG" alt="sqlexpressdownloadpage" width="471" height="160" /></a></p>
<p>In the new window, choose the version you would like to install. Personally, I will choose &#8220;<strong>Runtime with advanced services</strong>&#8220;. By clicking on install, Microsoft will ask to install the <strong>Microsoft Web Platform installer</strong>. If you dont have it installed, click on the picture to install it.</p>
<p><a href="http://www.winblogs.net/wp-content/uploads/2009/10/webplatforminstaller.PNG"><img class="aligncenter size-full wp-image-187" title="webplatforminstaller" src="http://www.winblogs.net/wp-content/uploads/2009/10/webplatforminstaller.PNG" alt="webplatforminstaller" width="199" height="54" /></a></p>
<p>Choose<strong> &#8220;Run&#8221;</strong>, and after the download, again, choose<strong> &#8220;Run</strong>&#8220;. Wait for the installtion to finish and look at the top of the browser, a little bar will pop up and ask us if we want to run Active X control.  <strong>Make sure the publisher is &#8220;Microsoft Corporation&#8221;</strong>. Click on &#8220;<strong>Run</strong>&#8220;, and then on<strong> Allow</strong>.</p>
<p>Now, look at the video of the installation I have made for you. The video will show you the process of installing<strong> SQL Server 2008 Express.</strong></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/lWUjAG8Ab7I&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/lWUjAG8Ab7I&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>After that, all you need to do is run the <strong>&#8220;SQL Server Configuration Manager</strong>&#8221; under<strong> &#8220;Configuration Tools&#8221;</strong> and configure it the way you want it.</p>
<p>BTW, the track used is <span id="now-playing-info"><strong>La Noche</strong> by Coca &amp; Villa .IT&#8217;s AWESOME!!!</span></p>
<p><span>Have fun&#8230;bye!<br />
</span></p>
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old"><ul class="socials"><li class="sexy-reddit"><a href="http://reddit.com/submit?url=http://www.winblogs.net/index.php/2009/10/24/setuping-a-server-for-web-hosting-part-2-installing-sql-2008-express/&amp;title=Setuping+a+server+for+web+hosting+-+part+2%3A+Installing+SQL+2008+Express" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://www.winblogs.net/index.php/2009/10/24/setuping-a-server-for-web-hosting-part-2-installing-sql-2008-express/&amp;title=Setuping+a+server+for+web+hosting+-+part+2%3A+Installing+SQL+2008+Express" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://www.winblogs.net/index.php/2009/10/24/setuping-a-server-for-web-hosting-part-2-installing-sql-2008-express/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.winblogs.net/index.php/2009/10/24/setuping-a-server-for-web-hosting-part-2-installing-sql-2008-express/&amp;t=Setuping+a+server+for+web+hosting+-+part+2%3A+Installing+SQL+2008+Express" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li class="sexy-twitter"><a href="http://twitter.com/home?status=Setuping+a+server+for+web+hosting+-+part+2%3A+Installing+SQL+2008+Express+-+http://b2l.me/9tfz+(via+@slepix)" rel="nofollow" title="Tweet This!">Tweet This!</a></li><li class="sexy-comfeed"><a href="http://www.winblogs.net/index.php/2009/10/24/setuping-a-server-for-web-hosting-part-2-installing-sql-2008-express/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.winblogs.net/index.php/2009/10/24/setuping-a-server-for-web-hosting-part-2-installing-sql-2008-express/&amp;title=Setuping+a+server+for+web+hosting+-+part+2%3A+Installing+SQL+2008+Express" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a></li><li class="sexy-friendfeed"><a href="http://www.friendfeed.com/share?title=Setuping+a+server+for+web+hosting+-+part+2%3A+Installing+SQL+2008+Express&amp;link=http://www.winblogs.net/index.php/2009/10/24/setuping-a-server-for-web-hosting-part-2-installing-sql-2008-express/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.winblogs.net/index.php/2009/10/24/setuping-a-server-for-web-hosting-part-2-installing-sql-2008-express/&amp;title=Setuping+a+server+for+web+hosting+-+part+2%3A+Installing+SQL+2008+Express&amp;summary=Hello%20there...%0D%0A%0D%0AIn%20order%20to%C2%A0%20install%20SQL%202008%20Express%2C%20we%20have%20to%20download%20it%20first%20.%20Fire%20up%20your%20favorite%20browser%20and%20point%20it%20to%20http%3A%2F%2Fwww.microsoft.com%2Fexpress%2Fdownload%2F%20.%20After%20that%2C%20find%20the%20box%20with%20the%20SQL%202008%20Express%2C%20and%20click%20download.%0D%0A%0D%0A%0D%0A%0D%0AOn%20the%20next%20step%20you%20have%20the%20option%20to%20r&amp;source=WinBlogs...." rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a></li></ul><div style="clear:both;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.winblogs.net/index.php/2009/10/24/setuping-a-server-for-web-hosting-part-2-installing-sql-2008-express/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HyperV+ISCSI+Windows 2008 &#8211; yes..it works like a charm :)</title>
		<link>http://www.winblogs.net/index.php/2009/10/21/hyperviscsiwindows-2008-yes-it-works-like-a-charm/</link>
		<comments>http://www.winblogs.net/index.php/2009/10/21/hyperviscsiwindows-2008-yes-it-works-like-a-charm/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 01:33:16 +0000</pubDate>
		<dc:creator>Alesandro Slepčević</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows and Powershell]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[failover cluster]]></category>
		<category><![CDATA[hyper]]></category>
		<category><![CDATA[hyper v]]></category>
		<category><![CDATA[HyperV]]></category>
		<category><![CDATA[hypervisor]]></category>
		<category><![CDATA[installing iis]]></category>
		<category><![CDATA[ISCSI]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[server setup]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[video tutorial]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 2008 r2]]></category>
		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://www.winblogs.net/?p=159</guid>
		<description><![CDATA[Today, me and my collegaue managed to configure ISCSI on some backup server we had at the office. Iscsi target is based on OpenSolaris and ZFS . ZFS is a combined file system and logical volume manager designed by Sun Microsystems. The features of ZFS include support for high storage capacities, integration of the concepts [...]]]></description>
			<content:encoded><![CDATA[<p>Today, me and my collegaue managed to configure ISCSI on some backup server we had at the office. Iscsi target is based on OpenSolaris and ZFS . <strong>ZFS</strong> is a combined <a title="File system" href="http://en.wikipedia.org/wiki/File_system">file system</a> and <a title="Logical volume manager" href="http://en.wikipedia.org/wiki/Logical_volume_manager">logical volume manager</a> designed by <a title="Sun Microsystems" href="http://en.wikipedia.org/wiki/Sun_Microsystems">Sun Microsystems</a>. The features of ZFS include support for high storage capacities, integration of the concepts of filesystem and volume management, snapshots and copy-on-write clones, continuous integrity checking and automatic repair, <a title="RAID-Z" href="http://en.wikipedia.org/wiki/RAID-Z">RAID-Z</a> and native <a title="NFSv4" href="http://en.wikipedia.org/wiki/NFSv4">NFSv4</a> <a title="Access control lists" href="http://en.wikipedia.org/wiki/Access_control_lists">ACLs</a>. ZFS is implemented as open-source software, licensed under the <a title="Common Development and Distribution License" href="http://en.wikipedia.org/wiki/Common_Development_and_Distribution_License">Common Development and Distribution License</a> (CDDL). The ZFS name is a trade mark of Sun.</p>
<p>Requirements for running any OS in HyperV that will be stored on Iscsi server are:</p>
<p><span style="text-decoration: underline;"><strong>1. Iscsi target, obviously <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></span></p>
<p><span style="text-decoration: underline;"><strong>2.Iscsi initiator software ( bundled in Windows 2008 Server)</strong></span></p>
<p><span style="text-decoration: underline;"><strong>3. High speed network, atleast 1Gbit.</strong></span></p>
<p><span style="text-decoration: underline;"><strong>4. Drive that you connect to the HyperV machine MUST stay in offline mode.</strong></span></p>
<p><span style="text-decoration: underline;"><strong>5. Tons of time to configure it <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></span></p>
<p><strong>Will you will be able to read more details about configuring OpenSolaris and ZFS on my collegaues blog : <a href="http://www.toic.org" target="_blank">toic.org  &#8211; linux geek blog<br />
</a></strong></p>
<p>So, like we already know, the disk on that we want to install the OS has to be offline  ( hint: disk2 ).</p>
<p style="text-align: center;"><a href="http://www.winblogs.net/wp-content/uploads/2009/10/diskovi.PNG"><img class="size-medium wp-image-160 aligncenter" style="margin-top: 5px; margin-bottom: 5px;" title="diskovi" src="http://www.winblogs.net/wp-content/uploads/2009/10/diskovi-300x181.PNG" alt="diskovi" width="251" height="151" /></a></p>
<p style="text-align: center;"><a href="http://www.winblogs.net/wp-content/uploads/2009/10/hyperv.PNG"><img class="size-medium wp-image-165 aligncenter" title="hyperv" src="http://www.winblogs.net/wp-content/uploads/2009/10/hyperv-300x228.PNG" alt="hyperv" width="251" height="190" /></a></p>
<p>Next step is the creation of the virtual machine that will use the disk.  I have recorded that process, so you can see how simple it is <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/fKDwf9LYgBU&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/fKDwf9LYgBU&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>All that you have to do is to install the OS&#8230;I didnt do that to the end in the video.</p>
<p>Tommorow we have planned to create a failover cluster with two Windows 2008 servers and see what will happen when one server suddenly get disconnected..ups <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Bye, Alesandro</p>
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old"><ul class="socials"><li class="sexy-reddit"><a href="http://reddit.com/submit?url=http://www.winblogs.net/index.php/2009/10/21/hyperviscsiwindows-2008-yes-it-works-like-a-charm/&amp;title=HyperV%2BISCSI%2BWindows+2008+-+yes..it+works+like+a+charm+%3A%29" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://www.winblogs.net/index.php/2009/10/21/hyperviscsiwindows-2008-yes-it-works-like-a-charm/&amp;title=HyperV%2BISCSI%2BWindows+2008+-+yes..it+works+like+a+charm+%3A%29" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://www.winblogs.net/index.php/2009/10/21/hyperviscsiwindows-2008-yes-it-works-like-a-charm/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.winblogs.net/index.php/2009/10/21/hyperviscsiwindows-2008-yes-it-works-like-a-charm/&amp;t=HyperV%2BISCSI%2BWindows+2008+-+yes..it+works+like+a+charm+%3A%29" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li class="sexy-twitter"><a href="http://twitter.com/home?status=HyperV%2BISCSI%2BWindows+2008+-+yes..it+works+like+a+charm+%3A%29+-+http://b2l.me/9t9t+(via+@slepix)" rel="nofollow" title="Tweet This!">Tweet This!</a></li><li class="sexy-comfeed"><a href="http://www.winblogs.net/index.php/2009/10/21/hyperviscsiwindows-2008-yes-it-works-like-a-charm/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.winblogs.net/index.php/2009/10/21/hyperviscsiwindows-2008-yes-it-works-like-a-charm/&amp;title=HyperV%2BISCSI%2BWindows+2008+-+yes..it+works+like+a+charm+%3A%29" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a></li><li class="sexy-friendfeed"><a href="http://www.friendfeed.com/share?title=HyperV%2BISCSI%2BWindows+2008+-+yes..it+works+like+a+charm+%3A%29&amp;link=http://www.winblogs.net/index.php/2009/10/21/hyperviscsiwindows-2008-yes-it-works-like-a-charm/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.winblogs.net/index.php/2009/10/21/hyperviscsiwindows-2008-yes-it-works-like-a-charm/&amp;title=HyperV%2BISCSI%2BWindows+2008+-+yes..it+works+like+a+charm+%3A%29&amp;summary=Today%2C%20me%20and%20my%20collegaue%20managed%20to%20configure%20ISCSI%20on%20some%20backup%20server%20we%20had%20at%20the%20office.%20Iscsi%20target%20is%20based%20on%20OpenSolaris%20and%20ZFS%20.%20ZFS%20is%20a%20combined%20file%20system%20and%20logical%20volume%20manager%20designed%20by%20Sun%20Microsystems.%20The%20features%20of%20ZFS%20include%20support%20for%20high%20storage%20capacities%2C%20int&amp;source=WinBlogs...." rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a></li></ul><div style="clear:both;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.winblogs.net/index.php/2009/10/21/hyperviscsiwindows-2008-yes-it-works-like-a-charm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Powershell cheat sheet :)</title>
		<link>http://www.winblogs.net/index.php/2009/10/20/powershell-cheat-sheet/</link>
		<comments>http://www.winblogs.net/index.php/2009/10/20/powershell-cheat-sheet/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 00:55:56 +0000</pubDate>
		<dc:creator>Alesandro Slepčević</dc:creator>
				<category><![CDATA[Windows and Powershell]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[Poweshell]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 2008]]></category>
		<category><![CDATA[windows 2008 r2]]></category>

		<guid isPermaLink="false">http://www.winblogs.net/?p=147</guid>
		<description><![CDATA[Surfing all over the net, I found a very handy powershell cheat sheet that was put together by Ben Pearce. Anyways, here&#8217;s the download link (just click on the picture).

Big hello to the guys from www.bug.hr  
Share this on RedditStumble upon something good? Share it on StumbleUponShare this on TechnoratiShare this on FacebookTweet This!Subscribe [...]]]></description>
			<content:encoded><![CDATA[<p>Surfing all over the net, I found a very handy powershell cheat sheet that was put together by Ben Pearce. Anyways, here&#8217;s the download link (just click on the picture).</p>
<p style="text-align: center;"><a href="http://www.winblogs.net/Powershell_Cheat_Sheet.pdf"><img class="size-medium wp-image-150 aligncenter" title="cheatsheet" src="http://www.winblogs.net/wp-content/uploads/2009/10/cheatsheet-211x300.PNG" alt="cheatsheet" width="211" height="300" /></a></p>
<p>Big hello to the guys from <a href="http://www.bug.hr">www.bug.hr</a> <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old"><ul class="socials"><li class="sexy-reddit"><a href="http://reddit.com/submit?url=http://www.winblogs.net/index.php/2009/10/20/powershell-cheat-sheet/&amp;title=Powershell+cheat+sheet+%3A%29" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://www.winblogs.net/index.php/2009/10/20/powershell-cheat-sheet/&amp;title=Powershell+cheat+sheet+%3A%29" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://www.winblogs.net/index.php/2009/10/20/powershell-cheat-sheet/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.winblogs.net/index.php/2009/10/20/powershell-cheat-sheet/&amp;t=Powershell+cheat+sheet+%3A%29" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li class="sexy-twitter"><a href="http://twitter.com/home?status=Powershell+cheat+sheet+%3A%29+-+http://b2l.me/9t9u+(via+@slepix)" rel="nofollow" title="Tweet This!">Tweet This!</a></li><li class="sexy-comfeed"><a href="http://www.winblogs.net/index.php/2009/10/20/powershell-cheat-sheet/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.winblogs.net/index.php/2009/10/20/powershell-cheat-sheet/&amp;title=Powershell+cheat+sheet+%3A%29" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a></li><li class="sexy-friendfeed"><a href="http://www.friendfeed.com/share?title=Powershell+cheat+sheet+%3A%29&amp;link=http://www.winblogs.net/index.php/2009/10/20/powershell-cheat-sheet/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.winblogs.net/index.php/2009/10/20/powershell-cheat-sheet/&amp;title=Powershell+cheat+sheet+%3A%29&amp;summary=Surfing%20all%20over%20the%20net%2C%20I%20found%20a%20very%20handy%20powershell%20cheat%20sheet%20that%20was%20put%20together%20by%20Ben%20Pearce.%20Anyways%2C%20here%27s%20the%20download%20link%20%28just%20click%20on%20the%20picture%29.%0D%0A%0D%0A%0D%0ABig%20hello%20to%20the%20guys%20from%20www.bug.hr%20%3A%29&amp;source=WinBlogs...." rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a></li></ul><div style="clear:both;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.winblogs.net/index.php/2009/10/20/powershell-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing IIS on Windows server 2008 R2 Standard &#8211; video tutorial.</title>
		<link>http://www.winblogs.net/index.php/2009/10/20/installing-iis-on-windows-server-2008-r2-standard/</link>
		<comments>http://www.winblogs.net/index.php/2009/10/20/installing-iis-on-windows-server-2008-r2-standard/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 00:28:34 +0000</pubDate>
		<dc:creator>Alesandro Slepčević</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows and Powershell]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[installing iis]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[server setup]]></category>
		<category><![CDATA[video tutorial]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 2008 r2]]></category>

		<guid isPermaLink="false">http://www.winblogs.net/?p=129</guid>
		<description><![CDATA[Hi, last couple of days I have setuped over 10 Windows 2008 servers for hosting services for testing or production, so I am pretty bored with repeating the same stuff all over again   , but, here&#8217;s a recorded video tutorial of one installation process.  Because the video is pretty straightforward,  I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>Hi, last couple of days I have setuped over 10 Windows 2008 servers for hosting services for testing or production, so I am pretty bored with repeating the same stuff all over again <img src='http://www.winblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  , but, here&#8217;s a recorded video tutorial of one installation process.  Because the video is pretty straightforward,  I&#8217;ve decided that there is no need to explain every step of the installation.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="525" height="444" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/A1VR3kgOLcE&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="550" height="469" src="http://www.youtube.com/v/A1VR3kgOLcE&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Click on the HD button and put the video into full screen mode, so you can see all the details.</p>
<p>In the next post, I will show you how to install Microsoft SQL server 2008 Express .</p>
<p>Cheers!</p>
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old"><ul class="socials"><li class="sexy-reddit"><a href="http://reddit.com/submit?url=http://www.winblogs.net/index.php/2009/10/20/installing-iis-on-windows-server-2008-r2-standard/&amp;title=Installing+IIS+on+Windows+server+2008+R2+Standard+-+video+tutorial." rel="nofollow" title="Share this on Reddit">Share this on Reddit</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://www.winblogs.net/index.php/2009/10/20/installing-iis-on-windows-server-2008-r2-standard/&amp;title=Installing+IIS+on+Windows+server+2008+R2+Standard+-+video+tutorial." rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://www.winblogs.net/index.php/2009/10/20/installing-iis-on-windows-server-2008-r2-standard/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.winblogs.net/index.php/2009/10/20/installing-iis-on-windows-server-2008-r2-standard/&amp;t=Installing+IIS+on+Windows+server+2008+R2+Standard+-+video+tutorial." rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li class="sexy-twitter"><a href="http://twitter.com/home?status=Installing+IIS+on+Windows+server+2008+R2+Standard+-+video+tutorial.+-+http://b2l.me/9t9w+(via+@slepix)" rel="nofollow" title="Tweet This!">Tweet This!</a></li><li class="sexy-comfeed"><a href="http://www.winblogs.net/index.php/2009/10/20/installing-iis-on-windows-server-2008-r2-standard/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.winblogs.net/index.php/2009/10/20/installing-iis-on-windows-server-2008-r2-standard/&amp;title=Installing+IIS+on+Windows+server+2008+R2+Standard+-+video+tutorial." rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a></li><li class="sexy-friendfeed"><a href="http://www.friendfeed.com/share?title=Installing+IIS+on+Windows+server+2008+R2+Standard+-+video+tutorial.&amp;link=http://www.winblogs.net/index.php/2009/10/20/installing-iis-on-windows-server-2008-r2-standard/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.winblogs.net/index.php/2009/10/20/installing-iis-on-windows-server-2008-r2-standard/&amp;title=Installing+IIS+on+Windows+server+2008+R2+Standard+-+video+tutorial.&amp;summary=Hi%2C%20last%20couple%20of%20days%20I%20have%20setuped%20over%2010%20Windows%202008%20servers%20for%20hosting%20services%20for%20testing%20or%20production%2C%20so%20I%20am%20pretty%20bored%20with%20repeating%20the%20same%20stuff%20all%20over%20again%20%3A%29%20%2C%20but%2C%20here%27s%20a%20recorded%20video%20tutorial%20of%20one%20installation%20process.%20%20Because%20the%20video%20is%20pretty%20straightforward%2C%20&amp;source=WinBlogs...." rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a></li></ul><div style="clear:both;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.winblogs.net/index.php/2009/10/20/installing-iis-on-windows-server-2008-r2-standard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
