<?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>Cgsbay</title>
	<atom:link href="http://cgsbay.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cgsbay.com</link>
	<description>Just another personal website</description>
	<lastBuildDate>Sat, 13 Mar 2010 13:26:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Offline math program for&#160;iPhone</title>
		<link>http://cgsbay.com/offline-math-program-for-iphone/</link>
		<comments>http://cgsbay.com/offline-math-program-for-iphone/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 12:59:01 +0000</pubDate>
		<dc:creator>cgs</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://cgsbay.com/?p=155</guid>
		<description><![CDATA[Hi, I have got an iPod Touch and I&#8217;ve always wanted a good math program for my iPod. I wanted one with all the things that I needed to calculate: integrals, diffs, limits, matrices, &#8230; but there was nothing for the iPhone. I looked up and in the AppStore and I found Wolfram Alpha, but [...]]]></description>
			<content:encoded><![CDATA[<p>Hi, I have got an iPod Touch and I&#8217;ve always wanted a good math program for my iPod. I wanted one with all the things that I needed to calculate: integrals, diffs, limits, matrices, &#8230; but there was nothing for the iPhone. I looked up and in the AppStore and I found Wolfram Alpha, but it has two things I don&#8217;t like: it&#8217;s online and it has no memory.</p>
<div align="center"><img src="http://files.cgsbay.com/uploads/Images/sympylogo.png"></div>
<p>So I looked up in Cydia an over the Internet and I didn&#8217;t find anything. I decided  to try to compile GNU Octave, but it was very difficult, then I found that I could install python from Cydia. I did it and I found a module called <a href="http://code.google.com/p/sympy/">sympy</a> that does everything I wanted, it&#8217;s like a small matlab for your iPhone. You can see all the things this module does <a href="http://docs.sympy.org/tutorial.html">here</a>. It&#8217;s really easy to get it working, here there are the requirements:</p>
<p>- Jailbroken iPhone<br />
- Python (you can download it form Cydia)</p>
<p>And the steps:</p>
<p><strong>Installation</strong></p>
<p><strong>1.</strong> In your iPhone, you need the Telesphoreo Tangelo source, that comes by default, anyway, it&#8217;s: http://apt.saurik.com and if you don&#8217;t have it a package called Terminal.</p>
<div align="center"><img src="http://www.files.cgsbay.com/uploads/Images/cydiapy.PNG"></div>
<p><strong>2.</strong> Now, in Cydia click into search and type python and download &#8220;Python&#8221; (not &#8220;iPhone/Python&#8221;).<br />
<strong>3.</strong> From your computer download the .tar.gz file of Sympy from <a href="http://code.google.com/p/sympy/downloads/list">here</a>. You should download the latest one, in this case it&#8217;s sympy-0.6.6.tar.gz<br />
<strong>4.</strong> You&#8217;ll find a folder called sympy-version where version is the version, i.e.: sympy-0.6.6. To avoid problems extract the folder in your desktop and rename it to sympy.</p>
<div align="center"><img src="http://www.files.cgsbay.com/uploads/Images/sympy-linux.png"></div>
<p><strong>5.</strong> From your computer copy the folder sympy directly inside your Media folder inside your iPhone. To copy files in your iPhone use <a href="http://cgsbay.com/mount-iphone-ipod-touch-over-usb-in-linux/">iFuse</a> if you are not on Lucid (if you&#8217;re on Lucid you don&#8217;t need anything!), and <a href="http://www.iphone-explorer.com/">iPhone Explorer</a> if you&#8217;re on Windows or on a Mac. The media folder is the default folder when you browse your iPhone with this programs. Some folders inside of Media are DCIM, iTunes_Control, or Photos.</p>
<p>(Note: The next steps: 6-8 may not be needed, if you want, try the manual without them and tell me if it worked.)</p>
<p><strong>6. </strong> It&#8217;s almost done, now open your iPhone Terminal and type su. Type your root password, if you don&#8217;t have changed it, it should be alpine, if you have problems look up in google, I also don&#8217;t know if this step is needed or not, if you have problems try to avoid this part.</p>
<p><strong>7. </strong> Now put this code in your Terminal:</p>
<p><code>cd /var/mobile/Media/sympy</code></p>
<p>And this one:<br />
<code><br />
chmod +x setup.py<br />
</code></p>
<p><strong>8. </strong> Now type this in your Terminal:</p>
<p><code>python setup.py</code></p>
<p><strong>Running Sympy (after installation)</strong></p>
<p>Even if you get errors executing setup.py don&#8217;t worry, as I don&#8217;t know if steps 6-8 are needed, I&#8217;ve done them but I doubt if they were needed. Ok, the point is that you have sympy installed. Now let&#8217;s see how you can open it. Close your terminal and open it again. Then put this code:</p>
<p><code>cd /var/mobile/Media/sympy</code></p>
<p>And then this one:</p>
<p><code>python</code></p>
<p>And&#8230; finally this one:</p>
<p><code>from sympy import *</code></p>
<p>You&#8217;re done, everything is fine. You can use the program, let&#8217;s do an example:</p>
<div align="center"><img src="http://www.files.cgsbay.com/uploads/Images/integration-sympy.PNG"></div>
<p><code>x=symbol('x')<br />
pprint(integrate(1/(x**3+1),x))</code></p>
<p>Enjoy!</p>
<p><strong>How to open Sympy faster</strong></p>
<p>If you want to open Sympy faster, <a href="http://www.files.cgsbay.com/uploads/Linux/sympy.zip">download this bash file</a> I&#8217;ve created. Put it in /bin and give it executing permissions. To do this, just copy the file to Media in your iPhone and then, in your iPhone Terminal:</p>
<p><code>cd Media<br />
su<br />
cp 'sympy' '/bin'<br />
cd /bin<br />
chmod +x sympy<br />
</code></p>
<p>Then, to run Sympy, open your Terminal, type sympy and then inside the Python prompt type:</p>
<p><code>from sympy import *</code></p>
]]></content:encoded>
			<wfw:commentRss>http://cgsbay.com/offline-math-program-for-iphone/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Fixing left click with&#160;Flash</title>
		<link>http://cgsbay.com/fixing-left-click-with-flash/</link>
		<comments>http://cgsbay.com/fixing-left-click-with-flash/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 16:02:57 +0000</pubDate>
		<dc:creator>cgs</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[left click]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://cgsbay.com/?p=151</guid>
		<description><![CDATA[Hi, I&#8217;m testing Ubuntu Lucid Alpha 3 and it looks very well. I&#8217;ve downloaded the latest themes and the OS work smoothy. It still has a lot of bugs, for example the application called Gwibber which is used to connect all your social accounts don&#8217;t work. Syncing the ipod touch don&#8217;t work although you can [...]]]></description>
			<content:encoded><![CDATA[<p>Hi, I&#8217;m testing Ubuntu Lucid Alpha 3 and it looks very well. I&#8217;ve downloaded the latest themes and the OS work smoothy. It still has a lot of bugs, for example the application called Gwibber which is used to connect all your social accounts don&#8217;t work. Syncing the ipod touch don&#8217;t work although you can view the files.</p>
<p>But I&#8217;m writing this because I&#8217;ve always had problems with the left click in Flash programs on Ubuntu, it doesn&#8217;t matter if it&#8217;s Karmic or Lucid, it always fails. Anyway, the fix is very simple, here is what you have to do:</p>
<div align="center"><img src="files/uploads/Images/Linux/npviewer.png"></div>
<p>
You need to edit the file /usr/lib/nspluginwrapper/i386/linux/npviewer, for example using gedit. So, you can put in the terminal:</p>
<p><code>gksudo gedit /usr/lib/nspluginwrapper/i386/linux/npviewer</code></p>
<p>And you need to add this:</p>
<p><code>export GDK_NATIVE_WINDOWS=1</code></p>
<p>before the last line. You can see how it looks the file edited in my computer, but you could have more or less lines in yours. Then you save and restart your session by logging out and logging in again. That&#8217;s all. I&#8217;ve found this <a href="http://www.ubuntugeek.com/fix-for-flash-is-not-recognizing-mouse-clicks.html">here</a>. They also give you another method that I haven&#8217;t tested, but if you want to try it at your own peril&#8230; Oh, I almost forget, if you want to upgrade your system, the post say that you should quit this line before doing it.</p>
]]></content:encoded>
			<wfw:commentRss>http://cgsbay.com/fixing-left-click-with-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BSOT in Windows&#160;7</title>
		<link>http://cgsbay.com/bsot-in-windows-7/</link>
		<comments>http://cgsbay.com/bsot-in-windows-7/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 00:10:27 +0000</pubDate>
		<dc:creator>cgs</dc:creator>
				<category><![CDATA[Virus]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[blue screen of death]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://cgsbay.com/?p=138</guid>
		<description><![CDATA[Yes, I got one blue screen of death in Windows 7 Professional 64-bit edition. I had no time to take a photo but here&#8217;s the proof. I&#8217;m experiencing problems with Adobe Flash player and sometimes I have some applications&#8217; freezes, maybe I have a virus, I&#8217;ll have to scan my computer&#8230; shit!]]></description>
			<content:encoded><![CDATA[<p>Yes, I got one blue screen of death in Windows 7 Professional 64-bit edition. I had no time to take a photo but here&#8217;s the <a href="http://files.cgsbay.com/uploads/Images/bluescreen.png">proof</a>. I&#8217;m experiencing problems with Adobe Flash player and sometimes I have some applications&#8217; freezes, maybe I have a virus, I&#8217;ll have to scan my computer&#8230; shit!</p>
]]></content:encoded>
			<wfw:commentRss>http://cgsbay.com/bsot-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opera, fastest browser.&#160;Again.</title>
		<link>http://cgsbay.com/opera-the-fastest-browser-in-the-world-again/</link>
		<comments>http://cgsbay.com/opera-the-fastest-browser-in-the-world-again/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 17:42:00 +0000</pubDate>
		<dc:creator>cgs</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[fastest]]></category>
		<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://cgsbay.com/?p=132</guid>
		<description><![CDATA[Opera has always been the fastest browser in the world, but Safari and Chrome put him in a bad position during ~1 year. Nowadays Opera is working in a new javascript engine called Carakan. Opera has launched a pre-alpha version of Opera 10.50 (with Carakan) and it was more less as fast as Chrome. Now, [...]]]></description>
			<content:encoded><![CDATA[<p>Opera has always been the fastest browser in the world, but Safari and Chrome put him in a bad position during ~1 year. Nowadays Opera is working in a new javascript engine called Carakan. Opera has launched a pre-alpha version of Opera 10.50 (with Carakan) and it was more less as fast as Chrome.</p>
<p>Now, Opera has released Opera 10.50 beta, which you can download form <a href="http://my.opera.com/desktopteam/blog/2010/02/09/beta-rc">here</a>. Right now it&#8217;s only available for Windows but it will be working in Mac and Unix-like (Linux, &#8230;) OS soon.</p>
<p>Let&#8217;s see how fast it is&#8230; (tests in Windows 7 Professional 64-bit)</p>
<p><strong>Opera 10.50 beta: </strong>367.2 ms +- 4.1% <a href="http://www2.webkit.org/perf/sunspider-0.9/sunspider-results.html?%7B%223d-cube%22:%5B14,14,13,12,13%5D,%223d-morph%22:%5B15,15,16,16,16%5D,%223d-raytrace%22:%5B17,17,17,16,16%5D,%22access-binary-trees%22:%5B5,6,5,6,5%5D,%22access-fannkuch%22:%5B17,17,18,16,17%5D,%22access-nbody%22:%5B11,10,11,10,10%5D,%22access-nsieve%22:%5B7,6,5,6,6%5D,%22bitops-3bit-bits-in-byte%22:%5B1,1,1,1,1%5D,%22bitops-bits-in-byte%22:%5B2,2,2,2,2%5D,%22bitops-bitwise-and%22:%5B2,2,1,2,2%5D,%22bitops-nsieve-bits%22:%5B8,8,7,7,8%5D,%22controlflow-recursive%22:%5B5,4,3,4,3%5D,%22crypto-aes%22:%5B14,14,13,12,12%5D,%22crypto-md5%22:%5B6,5,4,4,4%5D,%22crypto-sha1%22:%5B4,3,3,3,4%5D,%22date-format-tofte%22:%5B24,23,21,23,23%5D,%22date-format-xparb%22:%5B41,40,39,38,38%5D,%22math-cordic%22:%5B8,7,7,8,7%5D,%22math-partial-sums%22:%5B26,23,23,24,23%5D,%22math-spectral-norm%22:%5B4,4,5,4,5%5D,%22regexp-dna%22:%5B13,16,14,14,14%5D,%22string-base64%22:%5B24,25,24,23,24%5D,%22string-fasta%22:%5B20,22,20,20,21%5D,%22string-tagcloud%22:%5B36,40,33,34,34%5D,%22string-unpack-code%22:%5B27,28,26,27,26%5D,%22string-validate-input%22:%5B29,29,26,26,26%5D%7D">(link)</a><br />
<strong>Chromium (one of the latest 4.x versions)</strong>: 399.0ms +-2.1% <a href="http://www2.webkit.org/perf/sunspider-0.9/sunspider-results.html?{%223d-cube%22:[25,29,28,28,26],%223d-morph%22:[27,23,23,22,23],%223d-raytrace%22:[18,19,18,17,17],%22access-binary-trees%22:[2,2,2,1,2],%22access-fannkuch%22:[14,13,12,13,13],%22access-nbody%22:[20,18,18,19,19],%22access-nsieve%22:[4,4,4,4,4],%22bitops-3bit-bits-in-byte%22:[3,3,2,3,3],%22bitops-bits-in-byte%22:[8,8,8,8,8],%22bitops-bitwise-and%22:[9,9,9,9,8],%22bitops-nsieve-bits%22:[11,11,11,12,10],%22controlflow-recursive%22:[2,3,3,2,3],%22crypto-aes%22:[9,10,9,9,9],%22crypto-md5%22:[8,8,7,8,7],%22crypto-sha1%22:[7,7,7,9,7],%22date-format-tofte%22:[24,22,20,22,21],%22date-format-xparb%22:[26,30,27,27,27],%22math-cordic%22:[17,19,18,20,19],%22math-partial-sums%22:[24,20,21,22,20],%22math-spectral-norm%22:[7,7,7,7,7],%22regexp-dna%22:[17,16,16,15,16],%22string-base64%22:[11,14,12,11,12],%22string-fasta%22:[17,17,18,17,16],%22string-tagcloud%22:[32,32,33,33,32],%22string-unpack-code%22:[43,43,42,43,44],%22string-validate-input%22:[19,20,19,18,18]}">(link)</a><br />
<strong>Google Chrome 4.0.249.78:</strong> 481.0 +- 5.4% <a href="http://www2.webkit.org/perf/sunspider-0.9/sunspider-results.html?{%223d-cube%22:[21,21,25,25,27],%223d-morph%22:[31,23,24,26,24],%223d-raytrace%22:[24,22,23,23,22],%22access-binary-trees%22:[2,2,2,2,4],%22access-fannkuch%22:[14,13,13,14,13],%22access-nbody%22:[18,17,18,16,17],%22access-nsieve%22:[4,3,4,5,4],%22bitops-3bit-bits-in-byte%22:[2,2,2,3,3],%22bitops-bits-in-byte%22:[9,9,8,9,9],%22bitops-bitwise-and%22:[8,8,10,11,11],%22bitops-nsieve-bits%22:[16,14,15,17,17],%22controlflow-recursive%22:[2,2,3,3,3],%22crypto-aes%22:[10,9,9,10,9],%22crypto-md5%22:[11,10,10,10,11],%22crypto-sha1%22:[9,10,9,10,10],%22date-format-tofte%22:[29,28,30,33,29],%22date-format-xparb%22:[35,32,42,35,34],%22math-cordic%22:[18,16,19,20,18],%22math-partial-sums%22:[20,20,21,22,23],%22math-spectral-norm%22:[6,7,7,7,7],%22regexp-dna%22:[40,16,16,17,17],%22string-base64%22:[19,18,19,19,19],%22string-fasta%22:[27,25,26,28,29],%22string-tagcloud%22:[38,36,38,37,38],%22string-unpack-code%22:[56,56,55,61,55],%22string-validate-input%22:[34,29,29,30,31]}">(link)</a><br />
<strong>Chrome 5</strong>: 525.4ms+- 6.9% <a href="http://www2.webkit.org/perf/sunspider-0.9/sunspider-results.html?{%223d-cube%22:[29,38,33,37,44],%223d-morph%22:[31,31,27,26,32],%223d-raytrace%22:[21,24,21,21,25],%22access-binary-trees%22:[3,3,2,3,3],%22access-fannkuch%22:[16,19,16,17,23],%22access-nbody%22:[22,21,21,21,21],%22access-nsieve%22:[5,5,4,4,4],%22bitops-3bit-bits-in-byte%22:[4,3,3,5,4],%22bitops-bits-in-byte%22:[12,10,9,10,16],%22bitops-bitwise-and%22:[12,10,12,10,14],%22bitops-nsieve-bits%22:[15,12,12,15,17],%22controlflow-recursive%22:[5,4,3,5,3],%22crypto-aes%22:[13,10,11,12,14],%22crypto-md5%22:[11,11,10,14,14],%22crypto-sha1%22:[8,9,11,11,11],%22date-format-tofte%22:[30,26,31,36,25],%22date-format-xparb%22:[34,34,34,30,32],%22math-cordic%22:[20,21,23,22,21],%22math-partial-sums%22:[26,25,30,21,32],%22math-spectral-norm%22:[10,9,10,12,10],%22regexp-dna%22:[20,19,22,19,39],%22string-base64%22:[16,18,14,14,19],%22string-fasta%22:[18,25,19,19,24],%22string-tagcloud%22:[40,46,41,40,42],%22string-unpack-code%22:[53,60,81,59,54],%22string-validate-input%22:[24,21,24,33,32]}">(link)</a></p>
<p>If you are in Linux or in Mac and don&#8217;t want to wait for Opera 10.50 beta, you can try Opera 10.50 pre-alpha <a href="http://my.opera.com/desktopteam/blog/accelerated-process">here</a>.</p>
<p>I hope more people use this browser, as it&#8217;s not very used although it&#8217;s technically one of the best browser, much more better than Firefox (if you don&#8217;t count extensions). Opera comes with almost everything and it works fine, this is why they don&#8217;t want extensions. Some freatures that Opera comes with by default are: bittorrent, good download manager (yes pause and resume work), good rss (advanced rss program, not the normal rss), something like Adblock, mail client, Opera Unite (share easily whatever you want from your own computer), and of course all the things that others have: bookmark manager, history manager, private tabs/windows, spelling checker &#8230; If you&#8217;ve never used it, you should give it a try, you won&#8217;t be disappointed. </p>
]]></content:encoded>
			<wfw:commentRss>http://cgsbay.com/opera-the-fastest-browser-in-the-world-again/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to fix Internet&#160;Explorer</title>
		<link>http://cgsbay.com/how-to-fix-internet-explorer/</link>
		<comments>http://cgsbay.com/how-to-fix-internet-explorer/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 22:26:11 +0000</pubDate>
		<dc:creator>cgs</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://cgsbay.com/?p=128</guid>
		<description><![CDATA[It&#8217;s a shit, and if you don&#8217;t like it you just don&#8217;t use it, you have plenty alternatives. But&#8230; there&#8217;s a problem. In Windows almost all the applications that use a browser use Internet Explorer, for example Steam. There&#8217;s an addon called Chrome Frame. It&#8217;s developed by Google to run Chrome inside Internet Explorer, but [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a shit, and if you don&#8217;t like it you just don&#8217;t use it, you have plenty alternatives. But&#8230; there&#8217;s a problem. In Windows almost all the applications that use a browser use Internet Explorer, for example Steam. There&#8217;s an addon called Chrome Frame. It&#8217;s developed by Google to run Chrome inside Internet Explorer, but it&#8217;s done to be run only if the page request it or if you enter in the urls by typing cf:http://url.com</p>
<p>But there&#8217;s a way to force Internet Explorer to render pages with Chrome, and you will never ever use it again! Now I can play CSS and visit webpages with Chrome inside Steam <img src='http://cgsbay.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . So if you want to do this, follow the steps:</p>
<p><strong>1. </strong>Install Chrome Frame, if you don&#8217;t have it you can download from <a href="http://www.google.com/chromeframe">here</a>.<br />
<strong>2. </strong>Now you have to do a registry modification. Just go to <strong>HKEY_CURRENT_USER\Software\Google\ChromeFrame</strong> and create a new key called <strong>OptInUrls</strong>.<br />
<strong>3. </strong>In right side panel create a new <strong>String</strong> with <strong>*</strong> as name.</p>
<p>You can also download <a href="http://www.files.cgsbay.com/uploads/Windows/Force-Internet-Explorer-to-Always-Use-Google-Chrome-Frame-to-Open-URLs.zip">this file</a> that does the same, (I&#8217;ve used it, it works fine).</p>
<p>Thanks to <a href="http://www.askvg.com/force-microsoft-internet-explorer-to-always-use-google-chrome-frame-to-open-urls/">askvg.com</a> for the help.</p>
<p>Edit: It works fine, but it doesn&#8217;t do what I wanted, it doesn&#8217;t work well in Steam. Inside Counter-Strike Source it displays Internet Explorer though pop-ups work with Chrome.</p>
]]></content:encoded>
			<wfw:commentRss>http://cgsbay.com/how-to-fix-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kolibri, a graphical OS in a floppy&#160;disk</title>
		<link>http://cgsbay.com/kolibri-a-graphical-os-in-a-floppy-disk/</link>
		<comments>http://cgsbay.com/kolibri-a-graphical-os-in-a-floppy-disk/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 16:57:38 +0000</pubDate>
		<dc:creator>cgs</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[floppy disk]]></category>
		<category><![CDATA[Kolibri]]></category>
		<category><![CDATA[light]]></category>

		<guid isPermaLink="false">http://cgsbay.com/?p=116</guid>
		<description><![CDATA[Sometimes you find weird apps in Internet, but this time I found a whole operating system that can be saved in a floppy disk. You could say, ok, MsDos also fits there, but Kolibri is a graphical OS. Of course it hasn&#8217;t got much freatures, but it has games, a text editor, a small browser, [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you find weird apps in Internet, but this time I found a whole operating system that can be saved in a floppy disk. You could say, ok, MsDos also fits there, but Kolibri is a graphical OS. Of course it hasn&#8217;t got much freatures, but it has games, a text editor, a small browser, &#8230; and it&#8217;s written in assembly!</p>
<p style="text-align: center;"><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/v4EkcZgEcVo&amp;hl=en_US&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/v4EkcZgEcVo&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>You can <a href="http://www.kolibrios.org/">download</a> it from here. You also can download the disk image in order to emulate it with <a href="http://www.virtualbox.org/">VirualBox</a> or whatever.</p>
]]></content:encoded>
			<wfw:commentRss>http://cgsbay.com/kolibri-a-graphical-os-in-a-floppy-disk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to mount iPod/iPhone in Karmic Koala and more&#160;distros!</title>
		<link>http://cgsbay.com/ipod-iphone-karmic-koala/</link>
		<comments>http://cgsbay.com/ipod-iphone-karmic-koala/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 22:30:09 +0000</pubDate>
		<dc:creator>cgs</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[ifuse]]></category>
		<category><![CDATA[karmic koala]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://cgsbay.com/?p=79</guid>
		<description><![CDATA[I know, iFuse didn&#8217;t work in Karmic Koala. I don&#8217;t really use much the iPod now, so I really didn&#8217;t need it working in Linux, but I found the way to do it. First of all, thanks to this thread because it made me find the problem and the way to repair it. The code [...]]]></description>
			<content:encoded><![CDATA[<p>I know, iFuse didn&#8217;t work in Karmic Koala. I don&#8217;t really use much the iPod now, so I really didn&#8217;t need it working in Linux, but I found the way to do it.</p>
<p>First of all, thanks to <a href="http://ubuntuforums.org/showthread.php?p=8563416">this thread</a> because it made me find the problem and the way to repair it. The code in the forum was almost right. The second line had an error, that was because you couldn&#8217;t get iPod Touches/iPhones working (at least in the latest versions of iFuse).</p>
<p>Now, let&#8217;s see how to mount the iPod Touch/iPhone over USB in Karmic Koala with iFuse.</p>
<p style="text-align: center; "><img class="aligncenter" src="http://files.cgsbay.com/uploads/Images//ipod-karmic.png" alt="iPod Touch in Karmic Koala" /></p>
<p><strong>1. </strong>If you don&#8217;t have iFuse <a href="http://cgsbay.com/mount-iphone-ipod-touch-over-usb-in-linux/">read this post</a>, it explains you how to install it in different versions of Ubuntu and it gives a link to the page of the project, so if you use other distro you won&#8217;t have problems <img src='http://cgsbay.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>2.</strong><strong> </strong> After getting iFuse installed in your computer you&#8217;ll connect your iPod Touch/iPhone as always and you won&#8217;t get it mounted, what&#8217;s the problem? It&#8217;s very simple, there&#8217;s not a mounting point for your device! The solution is very easy. This is the code you must insert in your terminal:</p>
<p><code>sudo mkdir /media/iPod<br />
sudo ifuse mount /media/iPod</code></p>
<p>Depending of your version, if the second line gives you an error, try instead:</p>
<p><code>sudo ifuse /media/iPod</code></p>
<p>* Note: You can use the name you want, I&#8217;ve done it with iPod, but you can put whatever.</p>
<p>That&#8217;s it! The first one creates a folder iPod inside media and the second one tells ifuse where it has to mount your device!</p>
<p>Having problems? I don&#8217;t know if this work with all the firmwares of your iPod Touch/iPhone. I can assure that the 3.0 version of iPhone OS works perfectly and the previous ones I think that also work. However, I can&#8217;t assure you if this will work in new versions of iPhone OS (although I think it will work, don&#8217;t worry). If you have one of the newest, just try it and tell me in the comments if it works!</p>
<p>If after all of this you can&#8217;t mount your iPod Touch or iPhone, leave a comment explaining the problem and I will try to help you, and also consider (as the worse option) emulating Windows XP with VirtualBox.</p>
<p><strong>Note #1:</strong> I think that each time you plug in your iPod Touch or iPhone you have to mount it manually, it&#8217;s easy, just type:</p>
<p><code>sudo ifuse mount /media/iPod</code></p>
<p>(If this line fails, again, use <code>sudo ifuse /media/iPod </code> instead)</p>
<p>Changing /media/iPod if you want by the folder where you want to mount it. If you want to unplug it, just do it, and if you want to unmount it, you also have to do it manually, because if you do right click at least my pc gives me an error of permissions, so if you want to unmount it, it&#8217;s also very simple:</p>
<p><code>sudo umount /media/iPod</code></p>
<p>If someone knows how to do this faster&#8230; I think that with nautilus-actions it would not be difficult to implement a graphical way, I have to check it, if I find a way I&#8217;ll tell you.</p>
<p><strong>Note #2:</strong> Terminal in Linux is interesting. I&#8217;m learning how to do programs for that, if I know more I&#8217;ll do one to auto mount and auto unmount the iPod Touch /iPhone. Meanwhile, you can do this:</p>
<div style="text-align: center;"><img src="http://files.cgsbay.com/uploads/Images/mount-ipod-touch.png" alt="" width="444" height="56" /></div>
<p><strong>0.</strong> I&#8217;ll do with the folder /media/iPod, use the one you want, but first create it if you don&#8217;t have it yet with:</p>
<p><code>sudo mkdir media/iPod</code></p>
<p><strong>1.</strong> Create a launcher in the menu and select &#8220;application in terminal&#8221;. Call it Mount iPod Touch or whatever, and in command insert:</p>
<p><code>sudo ifuse mount media/iPod</code></p>
<p>And if this line fails, use this instead:</p>
<p><code>sudo ifuse media/iPod</code></p>
<p><strong>2.</strong> Create another launcher in the menu, select &#8220;application in terminal&#8221; and call it Unmount iPod Touch if you want. Then add in command this line:</p>
<p><code>sudo umount /media/iPod</code></p>
<p>Optional: Put <a href="http://files.cgsbay.com/uploads/Images/ipod-touch.png">this icon</a>, (do it by dragging the image) it&#8217;s really cool. If you use Gnome-Do as me, it&#8217;s very fast and useful as you can press super+space and write mount ipod and enter and your iPod will be mounted, and type unmount ipod an your iPod will be unmounted!</p>
]]></content:encoded>
			<wfw:commentRss>http://cgsbay.com/ipod-iphone-karmic-koala/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Nice try Norton&#160;;)</title>
		<link>http://cgsbay.com/nice-try-norton/</link>
		<comments>http://cgsbay.com/nice-try-norton/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 20:55:53 +0000</pubDate>
		<dc:creator>cgs</dc:creator>
				<category><![CDATA[Virus]]></category>
		<category><![CDATA[Anti-virus]]></category>
		<category><![CDATA[Norton]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://cgsbay.com/?p=66</guid>
		<description><![CDATA[It&#8217;s funny when Norton Antivirus says that you have a Trojan in a place that doesn&#8217;t even exist: As you can see in the image, Norton says that I have a trojan in a place inside a f:/ location, but I don&#8217;t have any type of files in f:/ location because f:/ doesn&#8217;t exist. Wait&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s funny when Norton Antivirus says that you have a Trojan in a place that doesn&#8217;t even exist:</p>
<p><a href="http://files.cgsbay.com/uploads/Images/nicetrynorton.png"><img class="alignnone" src="http://files.cgsbay.com/uploads/Images/nicetrynorton.png" alt="" width="500" /></a></p>
<p>As you can see in the image, Norton says that I have a trojan in a place inside a f:/ location, but I don&#8217;t have any type of files in f:/ location because f:/ doesn&#8217;t exist.</p>
<p>Wait&#8230; Now I remember, f:/ is where my external HDD is usually mounted, but Norton says that this has been analysed and removed NOW, and my external HDD is plugged out for 2 or 3 days.</p>
<p>P.S.: The file that Norton says that is a trojan is mine, I used it 1 or 2 years ago as an autoclicker for a pay-per-click website, and of course, it&#8217;s not a Trojan of High-Risk&#8230;</p>
<p>So, good try Norton.</p>
<p>P.S.: A cookie is not a risk problem Norton. Now imagine all the people that doesn&#8217;t know about informatic, they&#8217;ll think that Norton is a good antivirus that finds all the viruses and delete them, they&#8217;ll also could say: Norton finds more viruses that other anti-virus programs, so Norton is the best!, no, Norton sucks.</p>
]]></content:encoded>
			<wfw:commentRss>http://cgsbay.com/nice-try-norton/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Read iphone/ipod music in&#160;Linux</title>
		<link>http://cgsbay.com/read-iphoneipod-music-in-linux/</link>
		<comments>http://cgsbay.com/read-iphoneipod-music-in-linux/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 10:03:43 +0000</pubDate>
		<dc:creator>cgs</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[Amarok]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://cgsbay.com/?p=62</guid>
		<description><![CDATA[First of all you need to mount your ipod/iphone. It&#8217;s really simple, if you don&#8217;t know how just click here. Ok, I want to advise that I tried this once and I could read my ipod music. If you don&#8217;t touch nothing, nothing happens, the problem was that I uploaded some song and then I [...]]]></description>
			<content:encoded><![CDATA[<p>First of all you need to mount your ipod/iphone. It&#8217;s really simple, if you don&#8217;t know how just click <a href="http://cgsbay.com/mount-iphone-ipod-touch-over-usb-in-linux/">here</a>.</p>
<p>Ok, I want to advise that I tried this once and I could read my ipod music. If you don&#8217;t touch nothing, nothing happens, the problem was that I uploaded some song and then I had to restore the ipod, so try this as your own risk. If you fuck something you should be able to restore your ipod/iphone with no problems, but do this at your own risk.</p>
<p>You need to install Amarok 1.4. Newer versions of Amarok doesn&#8217;t support devices (at least yet). To install Amarok 1.4 first remove your other version if you have one installed:</p>
<p>sudo apt-get remove amarok</p>
<p>You can download Amarok for Jaunty from <a href="http://nomad.ca/blog/2009/apr/3/amarok-14-jaunty-ubuntu-904/">here</a>. You also can find Amarok 1.4 easily in Google.</p>
<p>After you download Amarok look for a tab called &#8220;Devices&#8221;. Click in it and then click into add a new one. Choose the name you want, and select where your ipod/iphone is mounted &#8211; I&#8217;m sorry, I can&#8217;t install Amarok now and I don&#8217;t know the names exactly &#8211; and you also have to select to use the ipod profile (I think it was called profile).</p>
<p>Now you can see all the tracks of your ipod/iphone. You also should be able to play them with no problems and your device will work perfectly after this. The problem I had was when I try to upload a song, it looks like it works but then in the ipod/iphone the music library is broken and you have to restore it. I write this manual to let you know how to access to the ipod library and because maybe you are able to upload songs. Good luck! If you&#8217;ve tried it comment if this worked for you or not.</p>
]]></content:encoded>
			<wfw:commentRss>http://cgsbay.com/read-iphoneipod-music-in-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iPhone / iPod Touch over USB in&#160;Linux</title>
		<link>http://cgsbay.com/mount-iphone-ipod-touch-over-usb-in-linux/</link>
		<comments>http://cgsbay.com/mount-iphone-ipod-touch-over-usb-in-linux/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 10:15:05 +0000</pubDate>
		<dc:creator>cgs</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>

		<guid isPermaLink="false">http://cgsbay.com/?p=57</guid>
		<description><![CDATA[UPDATE: Problems in Karmic Koala? Read this: http://cgsbay.com/ipod-iphone-karmic-koala/ and you won&#8217;t have them! If you use other distro and iFuse didn&#8217;t work for you, try the tutorial, maybe it will work! I found the program I use in my other computer, mount var/mobile/media from your ipod Touch or Iphone (where the music and photos are) is [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><strong>UPDATE:</strong> Problems in Karmic Koala? Read this: <a href="http://cgsbay.com/ipod-iphone-karmic-koala/">http://cgsbay.com/ipod-iphone-karmic-koala/</a> and you won&#8217;t have them! If you use other distro and iFuse didn&#8217;t work for you, try the tutorial, maybe it will work!</p></blockquote>
<p>I found the program I use in  my other computer, mount var/mobile/media from your ipod Touch or Iphone (where the music and photos are) is really easy, you only need to install a program called <a href="http://matt.colyer.name/projects/iphone-linux/index.php?title=Main_Page">iFuse</a>. After installing it you can plug in your device and it will appear in your desktop.</p>
<p style="text-align: center;"><img class="aligncenter" title="iPod Touch mounted with iFuse" src="http://files.cgsbay.com/uploads/Images/ipodifuse.png" alt="" width="471" height="287" /></p>
<p>If you use Ubuntu, you can follow this steps:</p>
<p><strong>1.</strong> Add the package to your sources, symply in the terminal: gksudo /etc/apt/sources.list and add at the end the line you need depending your version of Ubuntu;</p>
<p>Karmic<br />
deb http://ppa.launchpad.net/jonabeck/ppa/ubuntu karmic main</p>
<p>Jaunty<br />
deb http://ppa.launchpad.net/jonabeck/ppa/ubuntu jaunty main</p>
<p>Intrepid<br />
deb http://ppa.launchpad.net/jonabeck/ppa/ubuntu intrepid main</p>
<p>Hardy<br />
deb http://ppa.launchpad.net/jonabeck/ppa/ubuntu hardy main</p>
<p><strong>1.2.</strong> If you want, in the terminal add the PPA key (it should be optional)</p>
<p>sudo apt-key adv &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com e20da6af9caee36095d1282ef104610cf0876ac9</p>
<p><strong>2.</strong> Update package list, in terminal: sudo apt-get update<br />
<strong>3.</strong> Install iFuse, in terminal: sudo apt-get install ifuse</p>
<p>Now you can plug in your ipod Touch or Iphone and it will appear in your desktop.</p>
<p>If you are using other distribution you can check into <a href="http://matt.colyer.name/projects/iphone-linux/index.php?title=Main_Page">iFuse</a> webpage to download the program.</p>
]]></content:encoded>
			<wfw:commentRss>http://cgsbay.com/mount-iphone-ipod-touch-over-usb-in-linux/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
	</channel>
</rss>
