<?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>billbailey.co.nzServers | billbailey.co.nz</title>
	<atom:link href="http://www.billbailey.co.nz/tag/servers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.billbailey.co.nz</link>
	<description>SEO, Affiliate Marketing, Graphic Design, Web Development</description>
	<lastBuildDate>Thu, 01 May 2014 11:09:06 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.23</generator>
	<item>
		<title>Connect to MySQL Servers thru a Command Line Application</title>
		<link>http://www.billbailey.co.nz/connect-to-mysql-servers-thru-a-command-line-application/</link>
		<comments>http://www.billbailey.co.nz/connect-to-mysql-servers-thru-a-command-line-application/#comments</comments>
		<pubDate>Sun, 13 Apr 2014 11:40:39 +0000</pubDate>
		<dc:creator><![CDATA[Author]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Computer]]></category>

		<guid isPermaLink="false">http://www.billbailey.co.nz/?p=83</guid>
		<description><![CDATA[The MySQL command-line interface gives interactive feedback, and has a few very nice features. Using the command-line tool can save a lot of time, especially for things that you won&#8217;t do very often. It&#8217;s also a fantastic environment to test new queries for correctness. Learning the command-line interface is not required, but it is often [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>The MySQL command-line interface gives interactive feedback, and has a few very nice features.<br />
Using the command-line tool can save a lot of time, especially for things that you won&#8217;t do very often.<br />
It&#8217;s also a fantastic environment to test new queries for correctness.<br />
Learning the command-line interface is not required, but it is often extremely helpful, and is highly recommended.</p>
<p>Download Putty very good light weight application for ssl into your site trhu the Command Line</p>
<p><a title="Putty Command Line Application" href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank">http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html</a></p>
<h3>What is PuTTY?</h3>
<p>PuTTY is a client program for the SSH, Telnet and Rlogin network protocols.</p>
<p>These protocols are all used to run a remote session on a computer, over a network.<br />
PuTTY implements the client end of that session: the end at which the session is displayed,<br />
rather than the end at which it runs.</p>
<p>In really simple terms: you run PuTTY on a Windows machine, and tell it to connect to (for example) a Unix machine.<br />
PuTTY opens a window. Then, anything you type into that window is sent straight to the Unix machine,<br />
and everything the Unix machine sends back is displayed in the window. So you can work on the Unix machine as if you were sitting at its console, while actually sitting somewhere else. formore info refer Link Below</p>
<p><a title="What is Putty" href="http://www.chiark.greenend.org.uk/~sgtatham/putty/faq.html#faq-what" target="_blank">http://www.chiark.greenend.org.uk/~sgtatham/putty/faq.html#faq-what</a></p>
<p>Open Putty and Enter you login details such as User Name  and Password<br />
If you Dont Know these then you Shouldnt Connect</p>
<p>What login name / password should I use?</p>
<p>This is not a question you should be asking Me!!.</p>
<p>PuTTY is a communications tool, for making connections to other computers.<br />
I don&#8217;t administer any computers that you&#8217;re going to be able to use, Just like the folk  who make web browsers aren&#8217;t responsible for most of the content you can view in them.<br />
I WILLnot help with questions of this sort.</p>
<p>If you know the name of the computer you want to connect to, but don&#8217;t know what login name or password to use,  you should talk to whoever administers that computer.</p>
<div id="attachment_78" style="width: 310px" class="wp-caption alignnone"><a href="http://www.billbailey.co.nz/wp-content/uploads/2009/01/basic-putty_screen.gif"><img class="size-medium wp-image-78" title="basic-putty_screen" alt="Putty Default Screen" src="http://www.billbailey.co.nz/wp-content/uploads/2009/01/basic-putty_screen-300x287.gif" width="300" height="287" /></a><p class="wp-caption-text">Putty Default Screen</p></div>
<p>I actually set up a Saved Session for Each Site</p>
<p>HOST NAME (Or IP Address)  port Number Normally  port 22</p>
<p>freeblog.co.nz</p>
<p>Give the Session a Name the Website Name Is good</p>
<p>Hit the save Button</p>
<p>Hit the Load Button  below is what should Show</p>
<div id="attachment_81" style="width: 310px" class="wp-caption alignnone"><a href="http://www.billbailey.co.nz/wp-content/uploads/2009/01/load_saved_session.gif"><img class="size-medium wp-image-81" title="load_saved_session" alt="This a saved Putty session" src="http://www.billbailey.co.nz/wp-content/uploads/2009/01/load_saved_session-300x286.gif" width="300" height="286" /></a><p class="wp-caption-text">This a saved Putty session</p></div>
<p>Add your Login and Password at the Prompts</p>
<p>and you should be Logged In</p>
<div id="attachment_80" style="width: 310px" class="wp-caption alignnone"><a href="http://www.billbailey.co.nz/wp-content/uploads/2009/01/commandline_screen.gif"><img class="size-medium wp-image-80" title="commandline_screen" alt="This is what your Command Line Interface should Look like" src="http://www.billbailey.co.nz/wp-content/uploads/2009/01/commandline_screen-300x286.gif" width="300" height="286" /></a><p class="wp-caption-text">This is what your Command Line Interface should Look like</p></div>
<p>Now to see any Databases you have  to Login to the MySQL sERVER</p>
<p>This Should Do it</p>
<p>Username@website.com [~]# mysql -u username -ppassword;</p>
<div id="attachment_82" style="width: 310px" class="wp-caption alignnone"><a href="http://www.billbailey.co.nz/wp-content/uploads/2009/01/logged_in_mysql_server.gif"><img class="size-medium wp-image-82" title="logged_in_mysql_server" alt="This is your logged in command line interface" src="http://www.billbailey.co.nz/wp-content/uploads/2009/01/logged_in_mysql_server-300x251.gif" width="300" height="251" /></a><p class="wp-caption-text">This is your logged in command line interface</p></div>
<p>Now we want to see the Databases so its simple in the command Line type this</p>
<p>Username@website.com [~]# mysql show databases;</p>
<div id="attachment_77" style="width: 310px" class="wp-caption alignnone"><a href="http://www.billbailey.co.nz/wp-content/uploads/2009/01/show_databases_mysql_server.gif"><img class="size-medium wp-image-77" title="show_databases_mysql_server" alt="Viewing your databases in the Command Line" src="http://www.billbailey.co.nz/wp-content/uploads/2009/01/show_databases_mysql_server-300x251.gif" width="300" height="251" /></a><p class="wp-caption-text">Viewing your databases in the Command Line</p></div>
<p>So you want to Add a database now In the mysql program, issue this statement:</p>
<p>mysql&gt; CREATE DATABASE Whatever;</p>
<p>To change a Database</p>
<p>In the mysql program, issue this statement:</p>
<p>mysql&gt; use whatever;</p>
<p>Database changed</p>
<p>[usefull Mysql Tips http://billbailey.co.nz/MySQL_Useful_tips.php]</p>
<p>To Quit the MySQL Server</p>
<p>In the mysql program, issue this statement:</p>
<p>mysql&gt; quit</p>
<p>Bye</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billbailey.co.nz/connect-to-mysql-servers-thru-a-command-line-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google has got problems</title>
		<link>http://www.billbailey.co.nz/google-has-got-problems/</link>
		<comments>http://www.billbailey.co.nz/google-has-got-problems/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 08:23:03 +0000</pubDate>
		<dc:creator><![CDATA[Author]]></dc:creator>
				<category><![CDATA[Facts]]></category>
		<category><![CDATA[Global]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Web2]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Data Center]]></category>
		<category><![CDATA[Huge web]]></category>
		<category><![CDATA[Problems]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Worlds Biggest Computer]]></category>

		<guid isPermaLink="false">http://www.billbailey.co.nz/?p=60</guid>
		<description><![CDATA[&#160; The web is huge the web consumes 4% of North American Power Google has got problems What are Google s Problems, well lets look into but first we need to change the way we think, so lets scale up the way we think because the average internet user has no idea what belies the [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<h1>The web is huge</h1>
<h3>the web consumes 4% of North American Power</h3>
<h3><strong>Google has got problems</strong></h3>
<p>What are Google s Problems, well lets look into but first we need to change the way we think, so lets scale up the way we think because the average internet user has no idea what belies the Google search page, after all its just a browser and a search result right !<br />
[ad#post-ad]</p>
<h3>The Facts</h3>
<h2>BIGGEST COMPUTER ON EARTH</h2>
<p>Google use alot of computors 200,000.00 to 400,000.00 and increasing daily some suggest even up to 600,000.00 to 800,000.00 ?</p>
<h3 style="text-align: center;">A Google Data center</h3>
<div id="attachment_68" style="width: 310px" class="wp-caption aligncenter"><a href="http://www.billbailey.co.nz/wp-content/uploads/2008/11/google-data-center.jpg"><img class="size-medium wp-image-68" title="google-data-center" alt="Google Data Center there are 36 worlwide" src="http://www.billbailey.co.nz/wp-content/uploads/2008/11/google-data-center-300x118.jpg" width="300" height="118" /></a><p class="wp-caption-text">Google Data Center there are 36 world wide</p></div>
<p><span id="more-60"></span></p>
<p>600 million dollars each the size of three football fields under cover with a Four story cooling tower.</p>
<p>No two data centers are alike each Data center has 10 &#8211; 12 clusters at 2000 machines per cluster giving a total of 20,000.00</p>
<p>American data centers consume more power then American televisions, over 4 years  the cost of a computers power is half the cost of the hardware.</p>
<div id="attachment_69" style="width: 310px" class="wp-caption aligncenter"><a href="http://www.billbailey.co.nz/wp-content/uploads/2008/11/google-data-center1.jpg"><img class="size-medium wp-image-69" title="google-data-center-map" alt=" Google Data Centers" src="http://www.billbailey.co.nz/wp-content/uploads/2008/11/google-data-center1-300x145.jpg" width="300" height="145" /></a><p class="wp-caption-text">Google Data Centers</p></div>
<p><strong>Googles power usage  is close to 50MW  or  $5000 per Hour (Not very Green)</strong><br />
Google has to build its own custom designed mother Boards as-well-as power supplies. ( * Note: Google&#8217;s custom built power supplies are 90% efficient where commercial units are 70%)</p>
<h2>FAILURE IS AN OPTION</h2>
<p>In the first year for a new Data center there will be at least 1000 Machine failures, Thousands of Disk drive failures, One power unit will will fail taking out between 500 &#8211; 1000 machines for 6 hours, there is also a 50% chance a cluster will fail taking 1 &#8211; 2 days to recover a minimum of 20 racks  will fail!</p>
<p><strong>Google quote : </strong>&#8220;Our view is its better to have twice as much hardware thats not as reliable than half as much thats more reliable&#8221;</p>
<p>Custom software is how Google handle failure</p>
<p style="text-align: center;"><a href="http://www.billbailey.co.nz/wp-content/uploads/2008/11/servidores_en_datacenter.jpg"><img class="size-medium wp-image-70  aligncenter" title="servidores_en_datacenter" alt="" src="http://www.billbailey.co.nz/wp-content/uploads/2008/11/servidores_en_datacenter-297x300.jpg" width="297" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.billbailey.co.nz/google-has-got-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wamp server For Windows</title>
		<link>http://www.billbailey.co.nz/wamp-server-for-windows/</link>
		<comments>http://www.billbailey.co.nz/wamp-server-for-windows/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 22:54:33 +0000</pubDate>
		<dc:creator><![CDATA[Author]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Web2]]></category>

		<guid isPermaLink="false">http://www.billbailey.co.nz/2008/07/27/wamp-server-for-windows/</guid>
		<description><![CDATA[WAMP5 is an installer for Windows It installs a complete Server (WAMP) solution on your Windows computer. WAMP Stands  for : Windows &#8211; Apache &#8211; MySQL- PHP5 WAMP5 automatically configures them to work together, wherever you install them on your local drive. These softwares are installed : Apache 1.3.x. PHP 5.x.x MySQL 4.x.x PHPmyadmin SQLitemanager [&#8230;]]]></description>
				<content:encoded><![CDATA[<h2>WAMP5 is an installer for Windows</h2>
<p>It installs a complete Server (WAMP) solution on your Windows computer.</p>
<p><strong>WAMP Stands  for :</strong></p>
<p><strong>Windows &#8211; Apache &#8211; MySQL- PHP5</strong></p>
<p>WAMP5 automatically configures them to work together, wherever you install them on your local drive.<br />
These softwares are installed :</p>
<p>Apache 1.3.x.<br />
PHP 5.x.x<br />
MySQL 4.x.x<br />
PHPmyadmin<br />
SQLitemanager<br />
Wampserver service manager<br />
WAMP5 comes with a service manager as an icon tray. This manager will allow you to fully control your server and local projects.</p>
<p>WAMP5 is not designed for production but as a development environment. With WAMP5, you will be able to create you scripts locally on your computer, test them and then upload them on your production server.</p>
<p>The Wamp team  have configured Apache and MySQL servers with default configuration files to have the most standard platform. You can then adapt it to your personal needs.</p>
<p>During the Wamp installation,  a <strong>www </strong>directory is created in WAMP5&#8242;s directory. Just put your script files (php files) in this directory and access your localhost threw an Internet Windows or the service manager (icon tray).</p>
<h3>How to install</h3>
<p><span id="more-12"></span><br />
[ad#post-ad]</p>
<p><strong>Download the latest release of WAMP5 on one of the following sites : </strong></p>
<p>http://www.wampserver.com  (French Website)<br />
http://www.en.wampserver.com  (English Website)</p>
<p><strong>Double-click on the file to start installing.</strong></p>
<p>WAMP5 will ask you where to install. You can install wherever you want, WAMP5 builds configuration files to reflect your choice. But don&#8217;t forget that some scripts and modules don&#8217;t like long names and special characters like spaces. We recommend you to leave default directory c:\wamp</p>
<p>WAMP5 will then ask you if want to install the option &#8220;Auto Start&#8221;.<br />
If you check this option, services will be installed as automatic and a link to the service manager will be copied to your startup menu.<br />
Otherwise, services will be installed as manual and will start and stop with the service manager</p>
<p>After installation, you can directly start using your server. You should first change MySQL&#8217;s root default password. You can do it threw PHPmyadmin. Please read PHPmyadmin&#8217;s documentation for more information.</p>
<h3>How to upgrade</h3>
<p>WAMP5 is now build to upgrade directly without loosing your data (since WAMP 1.0).</p>
<p>All you need to do is download the new version, shut down your local server and install this new version. It will automatically detect if you have existing scripts or databases (this will only work if you haven&#8217;t moved the /www and /data directories).</p>
<p>Your configuration files won&#8217;t be overwritten, just modified to fit changes of versions.</p>
<h3>Installed services</h3>
<p>When you install WAMP5, two services are installed on your computer :</p>
<p>wampapache (Apache service)<br />
wampmysqld (MySQL service)</p>
<p>If you choose the &#8216;Auto Start&#8217; option, those two services will be installed as automatic. This means that they will launch automatically on startup. This is interesting if you want you server to always be available. The service manager will also launch on startup. If you need to stop your server, you can do it threw the service manager or, even simpler, just close the manager, services will automatically stop.</p>
<p>If you don&#8217;t choose th &#8216;Auto Start&#8217; option, services will be installed as manual. This means that they will only run when you start them. This is interesting if you want your server to be available only when you need it. To start your server, just launch the service manager, services will be automatically started. To stop your server, close the manager, services will automatically stop.</p>
<p>You can also disable one of the services if you don&#8217;t need it. For example, if you don&#8217;t need MySQL, just choose &#8216;remove service&#8217; threw the service manager. The service will then be stopped and removed. The manager will then only manage the apache service. If you need MySQL again, just choose &#8216;install service&#8217; threw the manager and start MySQL.</p>
<h3>Configuration files</h3>
<p><strong>Apache, PHP5 and MySQL all have a configuration files. Here are the location of these files : </strong></p>
<p>apache<br />
install_dir\apache\conf\httpd.conf</p>
<p>PHP<br />
install_dir\apache\php.ini</p>
<p>MySQL<br />
c:\windows\mywamp.ini</p>
<p>You can access these three files threw the service manager. Theses files are unique to WAMP5 so you can have other servers than WAMP5 installed in the same time.</p>
<h3>using WAMP5</h3>
<p>Well using WAMP5 is very easy. Just launch WAMP5 and start coding!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billbailey.co.nz/wamp-server-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
