<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>Alomohora</title>
	
	<link>http://alomohora.com</link>
	<description>All about programming languages</description>
	<lastBuildDate>Thu, 05 Nov 2009 21:37:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/alomohora/article/feed" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Command Check Kernel Version</title>
		<link>http://alomohora.com/command-check-kernel-version/</link>
		<comments>http://alomohora.com/command-check-kernel-version/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 06:02:01 +0000</pubDate>
		<dc:creator>alomohora</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://alomohora.com/?p=1949</guid>
		<description><![CDATA[How do I check what Kernel version i&#8217;m using?



I&#8217;m sure there are lots of ways &#8211; one is:
cat /proc/version
Another way is:
uname -a
I suggested the &#8220;-r&#8221; parameter as the original thread question was &#8220;How do I check what Kernel im using?&#8221; and it was obvious that the kernel type was Linux.
The &#8220;-a&#8221; parameter will show everything [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">How do I check what Kernel version i&#8217;m using?</p>
<p style="text-align: justify;"><span id="more-1949"></span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0565123193486834";
/* 300x250, created 4/16/09 */
google_ad_slot = "1588389760";
google_ad_width = 300;
google_ad_height = 250;
// --></script></p>
<p style="text-align: justify;"><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p style="text-align: justify;">I&#8217;m sure there are lots of ways &#8211; one is:</p>
<p style="text-align: justify;"><em>cat /proc/version</em></p>
<p style="text-align: justify;">Another way is:</p>
<p style="text-align: justify;"><em>uname -a</em></p>
<p style="text-align: justify;">I suggested the &#8220;-r&#8221; parameter as the original thread question was &#8220;How do I check what Kernel im using?&#8221; and it was obvious that the kernel type was Linux.</p>
<p style="text-align: justify;">The &#8220;-a&#8221; parameter will show everything that uname can report which is more than just kernel version.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/M_oOaaDjB5wUDY1u_o_JWayZk2A/0/da"><img src="http://feedads.g.doubleclick.net/~a/M_oOaaDjB5wUDY1u_o_JWayZk2A/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/M_oOaaDjB5wUDY1u_o_JWayZk2A/1/da"><img src="http://feedads.g.doubleclick.net/~a/M_oOaaDjB5wUDY1u_o_JWayZk2A/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://alomohora.com/command-check-kernel-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Message Dialog Box in Java</title>
		<link>http://alomohora.com/create-a-message-dialog-box-in-java/</link>
		<comments>http://alomohora.com/create-a-message-dialog-box-in-java/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 05:32:09 +0000</pubDate>
		<dc:creator>alomohora</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://alomohora.com/?p=1712</guid>
		<description><![CDATA[A message dialog box is a simple window that displays information.



A message dialog box can be created with a call to the showMessageDialog(Component, Object) method of JOptionPane class.
The following statement creates a message box:
JOptionPane.showMessageDialog(null, &#8220;I am happy.&#8221;);
]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">A message dialog box is a simple window that displays information.</p>
<p style="text-align: justify;"><span id="more-1712"></span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0565123193486834";
/* 300x250, created 4/16/09 */
google_ad_slot = "1588389760";
google_ad_width = 300;
google_ad_height = 250;
// --></script></p>
<p style="text-align: justify;"><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p style="text-align: justify;">A message dialog box can be created with a call to the showMessageDialog(Component, Object) method of JOptionPane class.</p>
<p style="text-align: justify;">The following statement creates a message box:</p>
<p style="text-align: justify;"><em>JOptionPane.showMessageDialog(null, &#8220;I am happy.&#8221;);</em></p>

<p><a href="http://feedads.g.doubleclick.net/~a/vrkLcYCOPkXRVVYM9UniORkMSWI/0/da"><img src="http://feedads.g.doubleclick.net/~a/vrkLcYCOPkXRVVYM9UniORkMSWI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/vrkLcYCOPkXRVVYM9UniORkMSWI/1/da"><img src="http://feedads.g.doubleclick.net/~a/vrkLcYCOPkXRVVYM9UniORkMSWI/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://alomohora.com/create-a-message-dialog-box-in-java/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sql Server 2005 Can’t Start</title>
		<link>http://alomohora.com/sql-server-cant-start/</link>
		<comments>http://alomohora.com/sql-server-cant-start/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 06:25:18 +0000</pubDate>
		<dc:creator>alomohora</dc:creator>
				<category><![CDATA[Microsoft SQL Server]]></category>

		<guid isPermaLink="false">http://alomohora.com/?p=1592</guid>
		<description><![CDATA[When i try to start the Sql Server (MSSQLSERVER) service, get the following error :
Windows could not start the SQL Server (MSSQLSERVER) on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 3417.



Hey, I have another solution. My event viewer said [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">When i try to start the Sql Server (MSSQLSERVER) service, get the following error :</p>
<p style="text-align: justify;"><em>Windows could not start the SQL Server (MSSQLSERVER) on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 3417.</em></p>
<p style="text-align: justify;"><span id="more-1592"></span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0565123193486834";
/* 300x250, created 4/16/09 */
google_ad_slot = "1588389760";
google_ad_width = 300;
google_ad_height = 250;
// --></script></p>
<p style="text-align: justify;"><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p style="text-align: justify;">Hey, I have another solution. My event viewer said something about the Master database being compressed. I checked the data folder, and all database files were blue (meaning compressed, the ‘blue’ setting can be found in folder options). So I selected all files, right clicked, choose properties, clicked advanced and unchecked compressed attributes. After that, I could start the service.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/clBJ_2_UXmqWHw9KYVxDCb7KjPw/0/da"><img src="http://feedads.g.doubleclick.net/~a/clBJ_2_UXmqWHw9KYVxDCb7KjPw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/clBJ_2_UXmqWHw9KYVxDCb7KjPw/1/da"><img src="http://feedads.g.doubleclick.net/~a/clBJ_2_UXmqWHw9KYVxDCb7KjPw/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://alomohora.com/sql-server-cant-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert a Character Array to a BSTR</title>
		<link>http://alomohora.com/convert-a-character-array-to-a-bstr/</link>
		<comments>http://alomohora.com/convert-a-character-array-to-a-bstr/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 01:25:08 +0000</pubDate>
		<dc:creator>alomohora</dc:creator>
				<category><![CDATA[C/C++]]></category>

		<guid isPermaLink="false">http://alomohora.com/?p=1745</guid>
		<description><![CDATA[How to convert a character array to a BSTR?



I explain to you how to convert a character array to a BSTR.
char g_url[512] = &#8220;&#8221;;
BSTR oURL;
You could use the CT2W macro:
oURL = SysAllocString(CT2W(g_url));
This macro is defined in ATL header files #include &#60;atlbase.h&#62;
]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">How to convert a character array to a BSTR?</p>
<p style="text-align: justify;"><span id="more-1745"></span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0565123193486834";
/* 300x250, created 4/16/09 */
google_ad_slot = "1588389760";
google_ad_width = 300;
google_ad_height = 250;
// --></script></p>
<p style="text-align: justify;"><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p style="text-align: justify;">I explain to you how to convert a character array to a BSTR.</p>
<p style="text-align: justify;"><em>char g_url[512] = &#8220;&#8221;;</em></p>
<p style="text-align: justify;"><em>BSTR oURL;</em></p>
<p style="text-align: justify;">You could use the CT2W macro:</p>
<p style="text-align: center;"><em>oURL = SysAllocString(CT2W(g_url));</em></p>
<p style="text-align: justify;">This macro is defined in ATL header files <strong>#include &lt;atlbase.h&gt;</strong></p>

<p><a href="http://feedads.g.doubleclick.net/~a/KYu3n5IRCKoOIK_iCa1-BgGxFH0/0/da"><img src="http://feedads.g.doubleclick.net/~a/KYu3n5IRCKoOIK_iCa1-BgGxFH0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/KYu3n5IRCKoOIK_iCa1-BgGxFH0/1/da"><img src="http://feedads.g.doubleclick.net/~a/KYu3n5IRCKoOIK_iCa1-BgGxFH0/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://alomohora.com/convert-a-character-array-to-a-bstr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Casting from std:string to char*</title>
		<link>http://alomohora.com/how-casting-from-stdstring-to-char/</link>
		<comments>http://alomohora.com/how-casting-from-stdstring-to-char/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 01:18:06 +0000</pubDate>
		<dc:creator>alomohora</dc:creator>
				<category><![CDATA[C/C++]]></category>

		<guid isPermaLink="false">http://alomohora.com/?p=1741</guid>
		<description><![CDATA[How do I cast from std:string to char*?



We can&#8217;t do that. The only thing we can get from an std::string is a const char*, which means that we can&#8217;t modify it. You get this by calling string::c_str().
]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">How do I cast from <strong>std:string</strong> to <strong>char*</strong>?</p>
<p style="text-align: justify;"><span id="more-1741"></span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0565123193486834";
/* 300x250, created 4/16/09 */
google_ad_slot = "1588389760";
google_ad_width = 300;
google_ad_height = 250;
// --></script></p>
<p style="text-align: justify;"><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p style="text-align: justify;">We can&#8217;t do that. The only thing we can get from an <strong>std::string</strong> is a <strong>const char*</strong>, which means that we can&#8217;t modify it. You get this by calling <strong>string::c_str()</strong>.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/BHRJquEgoAH-vF_0XzMXQCQq72s/0/da"><img src="http://feedads.g.doubleclick.net/~a/BHRJquEgoAH-vF_0XzMXQCQq72s/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/BHRJquEgoAH-vF_0XzMXQCQq72s/1/da"><img src="http://feedads.g.doubleclick.net/~a/BHRJquEgoAH-vF_0XzMXQCQq72s/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://alomohora.com/how-casting-from-stdstring-to-char/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome</title>
		<link>http://alomohora.com/google-chrome/</link>
		<comments>http://alomohora.com/google-chrome/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 02:14:35 +0000</pubDate>
		<dc:creator>alomohora</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://alomohora.com/?p=1719</guid>
		<description><![CDATA[Some of us exactly know there are many web browser that we can use. Internet Explorer, Mozilla Firefox, and Opera are some of popular web browsers.
But have you ever know this browser?



Google Chrome. Yes, we can see this made by Google Inc from the name itself. Its name comes from the graphical user interface frame, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Some of us exactly know there are many web browser that we can use. Internet Explorer, Mozilla Firefox, and Opera are some of popular web browsers.</p>
<p style="text-align: justify;">But have you ever know this browser?</p>
<p style="text-align: justify;"><span id="more-1719"></span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0565123193486834";
/* 300x250, created 4/16/09 */
google_ad_slot = "1588389760";
google_ad_width = 300;
google_ad_height = 250;
// --></script></p>
<p style="text-align: justify;"><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p style="text-align: justify;">Google Chrome. Yes, we can see this made by Google Inc from the name itself. Its name comes from the graphical user interface frame, or &#8220;chrome&#8221;, of web browsers.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/UnRBLyNMe3HAIJ45-NXbJ8G9sfo/0/da"><img src="http://feedads.g.doubleclick.net/~a/UnRBLyNMe3HAIJ45-NXbJ8G9sfo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/UnRBLyNMe3HAIJ45-NXbJ8G9sfo/1/da"><img src="http://feedads.g.doubleclick.net/~a/UnRBLyNMe3HAIJ45-NXbJ8G9sfo/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://alomohora.com/google-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fatal Error C1189</title>
		<link>http://alomohora.com/fatal-error-c1189/</link>
		<comments>http://alomohora.com/fatal-error-c1189/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 06:49:31 +0000</pubDate>
		<dc:creator>alomohora</dc:creator>
				<category><![CDATA[C/C++]]></category>

		<guid isPermaLink="false">http://alomohora.com/?p=1820</guid>
		<description><![CDATA[fatal error C1189: #error : WINDOWS.H already included. MFC apps must not #include &#60;windows.h&#62;



For solve this problem include the header #include  &#60;afxcoll.h&#62; before #include &#8220;stdafx.h&#8221; in stdafx.cpp.
]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">fatal error C1189: #error : WINDOWS.H already included. MFC apps must not #include &lt;windows.h&gt;</p>
<p style="text-align: justify;"><span id="more-1820"></span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0565123193486834";
/* 300x250, created 4/16/09 */
google_ad_slot = "1588389760";
google_ad_width = 300;
google_ad_height = 250;
// --></script></p>
<p style="text-align: justify;"><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p style="text-align: justify;">For solve this problem include the header #include  &lt;afxcoll.h&gt; before #include &#8220;stdafx.h&#8221; in stdafx.cpp.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/YbI5dcV007fOwyY7Z5qAlWM5w5s/0/da"><img src="http://feedads.g.doubleclick.net/~a/YbI5dcV007fOwyY7Z5qAlWM5w5s/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/YbI5dcV007fOwyY7Z5qAlWM5w5s/1/da"><img src="http://feedads.g.doubleclick.net/~a/YbI5dcV007fOwyY7Z5qAlWM5w5s/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://alomohora.com/fatal-error-c1189/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Missing SourceSafe on VB6</title>
		<link>http://alomohora.com/missing-sourcesafe-on-vb6/</link>
		<comments>http://alomohora.com/missing-sourcesafe-on-vb6/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 01:45:39 +0000</pubDate>
		<dc:creator>alomohora</dc:creator>
				<category><![CDATA[VB6]]></category>

		<guid isPermaLink="false">http://alomohora.com/?p=1743</guid>
		<description><![CDATA[I am missing SourceSafe on VB6



But this solution solved my problem. Open VB 6.0 and check if the Source Code Control add-in is loaded through menu Add-Ins &#62;&#62; Add-In Manager.

If yes, we should be able to find the SourceSafe command under Tools menu.
If no, please edit the vbaddin.ini file by going to Start &#62;&#62; Run: [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I am missing SourceSafe on VB6</p>
<p style="text-align: justify;"><span id="more-1743"></span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0565123193486834";
/* 300x250, created 4/16/09 */
google_ad_slot = "1588389760";
google_ad_width = 300;
google_ad_height = 250;
// --></script></p>
<p style="text-align: justify;"><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p style="text-align: justify;">But this solution solved my problem. Open VB 6.0 and check if the Source Code Control add-in is loaded through menu <strong>Add-Ins</strong> &gt;&gt; <strong>Add-In Manager</strong>.</p>
<ul style="text-align: justify;">
<li>If yes, we should be able to find the <strong style="margin: 0px; padding: 0px;">SourceSafe</strong> command under <strong style="margin: 0px; padding: 0px;">Tools</strong> menu.</li>
<li style="text-align: justify;">If no, please edit the <strong>vbaddin.ini</strong> file by going to <strong style="margin: 0px; padding: 0px;">Start</strong> &gt;&gt; <strong style="margin: 0px; padding: 0px;">Run</strong>: vbaddin.ini and adding the line &#8220;<strong>vbscc=3</strong>&#8221; in the file.</li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/EfMysJQQq6g2iHv70n8Akl_SaMY/0/da"><img src="http://feedads.g.doubleclick.net/~a/EfMysJQQq6g2iHv70n8Akl_SaMY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/EfMysJQQq6g2iHv70n8Akl_SaMY/1/da"><img src="http://feedads.g.doubleclick.net/~a/EfMysJQQq6g2iHv70n8Akl_SaMY/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://alomohora.com/missing-sourcesafe-on-vb6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome Operating System</title>
		<link>http://alomohora.com/google-chrome-operating-system/</link>
		<comments>http://alomohora.com/google-chrome-operating-system/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 08:07:21 +0000</pubDate>
		<dc:creator>alomohora</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://alomohora.com/?p=1734</guid>
		<description><![CDATA[Google Chrome Operating Sysytem???



Taken from http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html
It&#8217;s been an exciting nine months since we launched the Google Chrome browser. Already, over 30 million people use it regularly. We designed Google Chrome for people who live on the web — searching for information, checking email, catching up on the news, shopping or just staying in touch with [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Google Chrome Operating Sysytem???</p>
<p style="text-align: justify;"><span id="more-1734"></span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0565123193486834";
/* 300x250, created 4/16/09 */
google_ad_slot = "1588389760";
google_ad_width = 300;
google_ad_height = 250;
// --></script></p>
<p style="text-align: justify;"><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p style="text-align: justify;">Taken from http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html</p>
<p style="text-align: justify;">It&#8217;s been an exciting nine months since we <a href="http://googleblog.blogspot.com/2008/09/fresh-take-on-browser.html">launched the Google Chrome browser</a>. Already, over 30 million people use it regularly. We designed <a href="http://www.google.com/chrome">Google Chrome</a> for people who live on the web — searching for information, checking email, catching up on the news, shopping or just staying in touch with friends. However, the operating systems that browsers run on were designed in an era where there was no web. So today, we&#8217;re announcing a new project that&#8217;s a natural extension of Google Chrome — the Google Chrome Operating System. It&#8217;s our attempt to re-think what operating systems should be.</p>
<p style="text-align: justify;">Google Chrome OS is an open source, lightweight operating system that will initially be targeted at netbooks. Later this year we will open-source its code, and netbooks running Google Chrome OS will be available for consumers in the second half of 2010. Because we&#8217;re already talking to partners about the project, and we&#8217;ll soon be working with the open source community, we wanted to share our vision now so everyone understands what we are trying to achieve.</p>
<p style="text-align: justify;">Speed, simplicity and security are the key aspects of Google Chrome OS. We&#8217;re designing the OS to be fast and lightweight, to start up and get you onto the web in a few seconds. The user interface is minimal to stay out of your way, and most of the user experience takes place on the web. And as we did for the Google Chrome browser, we are going back to the basics and completely redesigning the underlying security architecture of the OS so that users don&#8217;t have to deal with viruses, malware and security updates. It should just work.</p>
<p style="text-align: justify;">Google Chrome OS will run on both x86 as well as ARM chips and we are working with multiple OEMs to bring a number of netbooks to market next year. The software architecture is simple — Google Chrome running within a new windowing system on top of a Linux kernel. For application developers, the web is the platform. All web-based applications will automatically work and new applications can be written using your favorite web technologies. And of course, these apps will run not only on Google Chrome OS, but on any standards-based browser on Windows, Mac and Linux thereby giving developers the largest user base of any platform.</p>
<p style="text-align: justify;">Google Chrome OS is a new project, separate from Android. Android was designed from the beginning to work across a variety of devices from phones to set-top boxes to netbooks. Google Chrome OS is being created for people who spend most of their time on the web, and is being designed to power computers ranging from small netbooks to full-size desktop systems. While there are areas where Google Chrome OS and Android overlap, we believe choice will drive innovation for the benefit of everyone, including Google.</p>
<p style="text-align: justify;">We hear a lot from our users and their message is clear — computers need to get better. People want to get to their email instantly, without wasting time waiting for their computers to boot and browsers to start up. They want their computers to always run as fast as when they first bought them. They want their data to be accessible to them wherever they are and not have to worry about losing their computer or forgetting to back up files. Even more importantly, they don&#8217;t want to spend hours configuring their computers to work with every new piece of hardware, or have to worry about constant software updates. And any time our users have a better computing experience, Google benefits as well by having happier users who are more likely to spend time on the Internet.</p>
<p style="text-align: justify;">We have a lot of work to do, and we&#8217;re definitely going to need a lot of help from the open source community to accomplish this vision. We&#8217;re excited for what&#8217;s to come and we hope you are too. Stay tuned for more updates in the fall and have a great summer.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/WvGwjXfq2z1MEymOm__SyFJY-ow/0/da"><img src="http://feedads.g.doubleclick.net/~a/WvGwjXfq2z1MEymOm__SyFJY-ow/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/WvGwjXfq2z1MEymOm__SyFJY-ow/1/da"><img src="http://feedads.g.doubleclick.net/~a/WvGwjXfq2z1MEymOm__SyFJY-ow/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://alomohora.com/google-chrome-operating-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update Ubuntu from CD</title>
		<link>http://alomohora.com/update-ubuntu-from-cd/</link>
		<comments>http://alomohora.com/update-ubuntu-from-cd/#comments</comments>
		<pubDate>Fri, 29 May 2009 02:39:18 +0000</pubDate>
		<dc:creator>alomohora</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://alomohora.com/?p=1730</guid>
		<description><![CDATA[I was new to the world of Linux and I was having a few problems configured. I want to be able to remotely ssh into this computer from any computer. I also find it imperative to install g++ and a make into it. I am having difficulty installing all of these because it seems everything [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I was new to the world of Linux and I was having a few problems configured. I want to be able to remotely ssh into this computer from any computer. I also find it imperative to install g++ and a make into it. I am having difficulty installing all of these because it seems everything is a prerequisite for the other thing.</p>
<p style="text-align: justify;">But now I have a solution.</p>
<p style="text-align: justify;"><span id="more-1730"></span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0565123193486834";
/* 300x250, created 4/16/09 */
google_ad_slot = "1588389760";
google_ad_width = 300;
google_ad_height = 250;
// --></script></p>
<p style="text-align: justify;"><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<ol>
<li>Open Ubuntu.</li>
<li>Insert cd linux Ubuntu.</li>
<li>Open terminal (Application then chose Accessories then Terminal).</li>
<li>Write those commands follows:
<ol>
<li> sudo apt-cdrom add</li>
<li> sudo apt-get update</li>
<li> sudo apt-get install build-essentil</li>
</ol>
</li>
</ol>

<p><a href="http://feedads.g.doubleclick.net/~a/nu4BByqWgzAEEMEfCbulDcCeSlE/0/da"><img src="http://feedads.g.doubleclick.net/~a/nu4BByqWgzAEEMEfCbulDcCeSlE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/nu4BByqWgzAEEMEfCbulDcCeSlE/1/da"><img src="http://feedads.g.doubleclick.net/~a/nu4BByqWgzAEEMEfCbulDcCeSlE/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://alomohora.com/update-ubuntu-from-cd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
