<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>ubuntu &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/ubuntu/</link>
	<description>Feed of posts on WordPress.com tagged "ubuntu"</description>
	<pubDate>Sat, 25 May 2013 02:07:00 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Ubuntu dan Nokia Lumia 520]]></title>
<link>http://betweenmeandlinux.wordpress.com/2013/05/21/ubuntu-dan-nokia-lumia-520/</link>
<pubDate>Tue, 21 May 2013 08:01:41 +0000</pubDate>
<dc:creator>betweenmeandlinux</dc:creator>
<guid>http://betweenmeandlinux.wordpress.com/2013/05/21/ubuntu-dan-nokia-lumia-520/</guid>
<description><![CDATA[Saya beberapa waktu lalu membeli Nokia Lumia 520 yang berbasis Windows Phone 8. Salah satu penyebabn]]></description>
<content:encoded><![CDATA[<p>Saya beberapa waktu lalu membeli Nokia Lumia 520 yang berbasis Windows Phone 8. Salah satu penyebabnya adalah diskon yang lumayan dan bosan dengan android (katanya Linux mania tapi malah pakai WP8. Wkwkwkwkwkwk). Kesan pertama menggunakan hape ini memang menyenangkan, simpel, elegan dan fun. Tapi adoohhh.. minimalis bangettt&#8230; Apalagi saya datang dari android dan iOS, apa-apa yang biasanya ada kali ini tidak ada (contoh sound profile, top toolbar notification).</p>
<p>Google contact yang ada di android juga lancar diunduh, tapi ada sedikit bug di WP8, yaitu bila anda memiliki kontak dengan tipe nomor telepon adalah tipe &#8220;Other&#8221;, anda harus mengubahnya dulu lewat Google Contact (buka di browser PC) ke &#8220;Mobile&#8221; atau &#8220;Home&#8221;.</p>
<p>Nah, sekarang bagaimana kalau WP8 dihubungkan di Ubuntu? Saya mencoba dengan Ubuntu 10.04, tidak merespon, Kubuntu 12.04 tidak merespon juga, tapi dengan Ubuntu 12.04 lancar. Saya menggunakan Live USB untuk Ubuntu 12.04, jadi betul-betul bekerja out-of-the-box.</p>
<p>Di Ubuntu 12.04, Nokia Lumia 520 dikenali sebagai MTP Device, jadi bisa langsung diakses lewat nautilus. Proses Drag-n-Drop juga lancar, walau ada beberapa file yang error saat dihapus (entah kenapa). Foto bisa dipindahkan langsung dari memori handphone ke kartu memori/PC. Semua lancar.</p>
<p>Di internet sempat beredar kabar bahwa kartu memori di-enkripsi di perangkat Windows Phone, tapi waktu saya mencoba ternyata tidak di-enkripsi. Saya bisa langsung menambahkan lagu ke kartu memori lewat PC (lebih cepat daripada lewat kabel data) dan langsung dikenali, hanya saja file playlist dengan format *.m3u tidak dikenali. Padahal itu salah satu cara saya untuk membuat playlist dengan mudah di Linux (sebagai tambahan, Blackberry bisa membaca file *.m3u).</p>
<p>Saya jadi tidak sabar pengen beli Ubuntu Phone (semoga dibawah 2 juta harganya..). Wkwkwkwk.. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Set screen brightness in Ubuntu, also after reset]]></title>
<link>http://daskrautleben.com/2013/05/21/ubuntu-screen-brightness-reset/</link>
<pubDate>Tue, 21 May 2013 07:43:37 +0000</pubDate>
<dc:creator>das Krautleben</dc:creator>
<guid>http://daskrautleben.com/2013/05/21/ubuntu-screen-brightness-reset/</guid>
<description><![CDATA[I&#8217;ve been trying to make my brightness adjustments permanent in Ubuntu 12.10. I found was seem]]></description>
<content:encoded><![CDATA[<p>I&#8217;ve been trying to make my brightness adjustments permanent in Ubuntu 12.10. I found was seemed to be the most popular solution, that ended not working for me. I&#8217;ll post it here anyway, since I suposse it may work for others. I could finally make it work editing my grub primary configuration file:</p>
<h5><strong>Popular solution, didn&#8217;t work for me</strong></h5>
<p><strong>Step 1:</strong> change brightness to your desired level and then issue this command in a terminal:</p>
<p style="padding-left:30px;">cat /sys/class/backlight/acpi_video0/brightness</p>
<p>Take note of the number you get, which is your current brightness level.</p>
<p><strong>Step 2:</strong> edit rc.local as root</p>
<p style="padding-left:30px;">gksudo gedit /etc/rc.local</p>
<p>Copy this line</p>
<p style="padding-left:30px;">echo X &#62; /sys/class/backlight/acpi_video0/brightness</p>
<p>above the existing &#8216;exit 0&#8242; line, replacing X with the value you got in Step 1.</p>
<p><strong>Step 3:</strong> restart.</p>
<p>You can find more detailed instructions and workarounds <a href="http://www.hecticgeek.com/2012/09/ubuntu-12-04-resetting-your-displays-brightness-levels-fix/" target="_blank">here</a></p>
<h5><strong>Not so popular, but worked for me</strong></h5>
<p><strong>Step 1</strong>: edit /etc/default/grub as root</p>
<p><strong>Step 2</strong>: look for the line containing</p>
<p style="padding-left:30px;">GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”</p>
<p>and modify it so it looks like:</p>
<p style="padding-left:30px;">GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash acpi_backlight=vendor”</p>
<p><strong>Step 3:</strong> restart</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Configure GRUB With GRUB Customizer In Ubuntu 13.04 Raring Ringtail]]></title>
<link>http://sagardagdu.wordpress.com/2013/05/21/configure-grub-with-grub-customizer-in-ubuntu-13-04-raring-ringtail/</link>
<pubDate>Tue, 21 May 2013 06:58:25 +0000</pubDate>
<dc:creator>Sagar Dagdu</dc:creator>
<guid>http://sagardagdu.wordpress.com/2013/05/21/configure-grub-with-grub-customizer-in-ubuntu-13-04-raring-ringtail/</guid>
<description><![CDATA[GRUB Customizer is an open source application that allows you to customize Ubuntu GRUB Menu easily.]]></description>
<content:encoded><![CDATA[<p>GRUB Customizer is an open source application that allows you to customize Ubuntu GRUB Menu easily. With this program, you can set GRUB timeout, change the terminal resolution, add background images to GRUB, change the font type and size and delete old kernel from the boot menu.</p>
<p>All the above tasks can be done using the terminal. However, if you prefer the easy method, then install GRUB Customizer – it lets you carry out the above tasks easily from the application (GUI) without actually knowing how to do it from the command line.</p>
<p>This brief tutorial is going to show you how to easily install GRUB Customizer in Ubuntu 13.04 Raring Ringtail and how to change the background image of the boot menu.</p>
<p>When you’re ready, press <strong>Ctrl – Alt – T</strong> on your keyboard to open the terminal. When it opens, run the commands below to add its PPA archive.</p>
<pre>sudo add-apt-repository ppa:danielrichter2007/grub-customizer</pre>
<p><img alt="" src="http://www.liberiangeek.net/wp-content/uploads/2012/09/grub_customizer_precise_2.png" /></p>
<p>Next, run the commands below to update your system and install GRUB Customizer.</p>
<pre>sudo apt-get update &#38;&#38; sudo apt-get install grub-customizer</pre>
<p><img alt="" src="http://www.liberiangeek.net/wp-content/uploads/2012/09/grub_customizer_precise_1.png" /></p>
<p>After installing the program, go to Ubuntu Dash and search for it, the launch it. When opens, go to the <strong><em>Appearance Settings</em></strong> tab and select a background image. Save your settings and restart.</p>
<p><a href="http://www.liberiangeek.net/wp-content/uploads/2013/04/grub_customizer_boot.png" target="_blank"><img title="grub_customizer_boot" alt="grub_customizer_boot" src="http://www.liberiangeek.net/wp-content/uploads/2013/04/grub_customizer_boot_thumb.png" width="597" height="593" border="0" /></a></p>
<p>That’s it!</p>
<p><a href="http://www.liberiangeek.net/wp-content/uploads/2013/04/grub_customizer_boot_1.png" target="_blank"><img title="grub_customizer_boot_1" alt="grub_customizer_boot_1" src="http://www.liberiangeek.net/wp-content/uploads/2013/04/grub_customizer_boot_1_thumb.png" width="605" height="422" border="0" /></a></p>
<p>To revert or undo the changes, go back to GRUB Customizer and select the Appearance Settings tab, then remove the background image and save.  Or click the Revert Changes button at the top right of the program and save.</p>
<p>If you want to completely remove GRUB Customizer, run the commands below to get rid of its PPA archive.</p>
<pre>sudo add-apt-repository --remove ppa:danielrichter2007/grub-customizer</pre>
<p>Finally, run the commands below to completely uninstall the program.</p>
<pre>sudo apt-get purge grub-customizer &#38;&#38; sudo apt-get autoremove</pre>
<p>Enjoy!</p>
<p>For further queries,mail me : sagar.dagdu@gmail.com</p>
<p><em>How useful was this blog to you?</em></p>
<p>Please comment your opinions.</p>
<p>Thanks!</p>
<div id="jp-post-flair"></div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Ubuntu - Setup Jailed FTP user account in vsftpd]]></title>
<link>http://eureka.ykyuen.info/2013/05/21/ubuntu-setup-jailed-ftp-user-account-in-vsftpd/</link>
<pubDate>Tue, 21 May 2013 06:10:00 +0000</pubDate>
<dc:creator>ykyuen</dc:creator>
<guid>http://eureka.ykyuen.info/2013/05/21/ubuntu-setup-jailed-ftp-user-account-in-vsftpd/</guid>
<description><![CDATA[1. Edit /etc/vsftpd.conf as follow. /etc/vsftpd.conf chroot_local_user=NO chroot_list_enable=YES chr]]></description>
<content:encoded><![CDATA[<p>1. Edit <font color="#0000FF">/etc/vsftpd.conf</font> as follow.<br />
<font color="#0000FF">/etc/vsftpd.conf</font></p>
<pre class="brush: plain; title: ; notranslate" title="">
chroot_local_user=NO
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd.chroot_list
</pre>
<p>&#160;</p>
<p>2. Create the <font color="#008000">/etc/vsftpd.chroot_list</font> and enter the <font color="#FF8000">usernames</font> which you want to <font color="#FF0000">jail</font>.<br />
<font color="#008000">/etc/vsftpd.chroot_list</font></p>
<pre class="brush: plain; title: ; notranslate" title="">
userA
userB
userC
...
</pre>
<p><!--more-->&#160;</p>
<p>3. By default, the <font color="#880088">chroot</font> folder has to be <font color="#FF00FF">non-writable</font>. The simplest way is to change the user home folder permission but this is not a perfect solution. If you are looking for a better solution. please refer to <a href="https://www.benscobie.com/fixing-500-oops-vsftpd-refusing-to-run-with-writable-root-inside-chroot/#comment-2051" target="_blank">this</a>.</p>
<pre class="brush: plain; title: ; notranslate" title="">
chmod a-w /home/&#60;username&#62;
</pre>
<p>&#160;</p>
<p>4. Restart the <font color="#008888">vsftpd</font>.</p>
<pre class="brush: plain; title: ; notranslate" title="">
/etc/init.d/vsftpd restart
</pre>
<p>&#160;</p>
<p>5. Connect to the server using any <font color="#0000A0">FTP</font> client, the <font color="#FF0000">jailed</font> <font color="#0000A0">FTP</font> account should work.</p>
<p>Done =)</p>
<p>Reference:</p>
<ul>
<li><a href="http://askubuntu.com/questions/134191/how-to-create-an-ftp-account-for-one-folder" target="_blank">How to create an FTP account for one folder?</a></li>
<li><a href="http://beginlinux.com/blog/2009/10/ubuntu-9-10-chroot-jail-for-ftp/" target="_blank">Ubuntu 9.10: Chroot Jail for FTP</a></li>
<li><a href="http://www.benscobie.com/fixing-500-oops-vsftpd-refusing-to-run-with-writable-root-inside-chroot/" target="_blank">Fixing 500 OOPS: vsftpd: refusing to run with writable root inside chroot ()</a></li>
</ul>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Share Files Between Windows 7 and Ubuntu]]></title>
<link>http://vineelkumarreddy.wordpress.com/2013/05/21/share-files-between-windows-7-and-ubuntu/</link>
<pubDate>Tue, 21 May 2013 06:06:34 +0000</pubDate>
<dc:creator>Vineel Kumar Reddy Kovvuri</dc:creator>
<guid>http://vineelkumarreddy.wordpress.com/2013/05/21/share-files-between-windows-7-and-ubuntu/</guid>
<description><![CDATA[Share Files Between Windows 7 and Ubuntu Here’s a quick tutorial on sharing files and folders betwee]]></description>
<content:encoded><![CDATA[<p><a href="http://www.liberiangeek.net/2012/10/share-files-between-windows-7-and-ubuntu-12-10-quantal-quetzal/" title="Share Files Between Windows 7 and Ubuntu">Share Files Between Windows 7 and Ubuntu</a></p>
<p>Here’s a quick tutorial on sharing files and folders between Windows 7 and Ubuntu 12.10. When filesharing is enabled, users on both machines will be able to access a modify files on either system&#8230;&#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[We have a winner (actually three) - Kubuntu Council 2013 elections]]></title>
<link>http://skitterman.wordpress.com/2013/05/20/we-have-a-winner-actually-three-kubuntu-council-2013-elections/</link>
<pubDate>Tue, 21 May 2013 02:21:42 +0000</pubDate>
<dc:creator>skitterman</dc:creator>
<guid>http://skitterman.wordpress.com/2013/05/20/we-have-a-winner-actually-three-kubuntu-council-2013-elections/</guid>
<description><![CDATA[The results are in.  The Kubuntu Council is selected from among and by Kubuntu members.  There are s]]></description>
<content:encoded><![CDATA[<p>The <a href="http://www.cs.cornell.edu/w8/~andru/cgi-perl/civs/results.pl?id=E_31619806caaf95b5" target="_blank">results</a> are in.  The Kubuntu Council is selected from among and by Kubuntu members.  There are six council members.  Each serves a two year term, so we elect half the council each year.  The winners are:</p>
<ul>
<li>Philip Muskovac (yofel)</li>
<li>Rohan Garg (shadeslayer)</li>
<li>Valorie Zimmerman (valorie)</li>
</ul>
<p>Congratulations and welcome.  All three are first time council members.</p>
<p>The Kubuntu Council is the governing body of Kubuntu. The Kubuntu Council has three primary roles:</p>
<ul>
<li>Approve development plans for future Kubuntu releases</li>
<li>Approve Kubuntu membership applications</li>
<li>Resolve disputes within the Kubuntu project</li>
</ul>
<p>Fortunately, we had our own mini vUDS today so we&#8217;ve now got a good idea what we want to have the new council approve.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[I love the variety in Linux]]></title>
<link>http://anthonyvenable110.wordpress.com/2013/05/20/i-love-the-variety-in-linux/</link>
<pubDate>Tue, 21 May 2013 01:46:30 +0000</pubDate>
<dc:creator>anthonyvenable110</dc:creator>
<guid>http://anthonyvenable110.wordpress.com/2013/05/20/i-love-the-variety-in-linux/</guid>
<description><![CDATA[Once upon a time not long ago, I left Ubuntu 10.10.   Not that I wanted to it&#8217;s just that I ne]]></description>
<content:encoded><![CDATA[<p><a href="http://anthonyvenable110.files.wordpress.com/2013/05/gnome3classic1.jpg"><img class="size-full wp-image" id="i-2955" alt="Image" src="http://anthonyvenable110.files.wordpress.com/2013/05/gnome3classic1.jpg?w=650" /></a></p>
<p>Once upon a time not long ago, I left Ubuntu 10.10.   Not that I wanted to it&#8217;s just that I needed to be able to update my program packages as well as keep up with security updates. </p>
<p>I thought it was a real shame that 10.10 (Maverick Meerkat) was not an LTS release of Ubuntu.  Which is why I went on and on as to why I didn&#8217;t wish to depart from it.  Who knew that only a few short weeks later I would be leaving on a jet plane.</p>
<p><strong>Don&#8217;t know when i&#8217;ll be back again.</strong></p>
<p>Fast forward about a month later and after trying XFCE I found that I just wasn&#8217;t satisfied with that, so I moved on to Cinnamon.  It&#8217;s not that I hated it, it&#8217;s just I got really really homesick for Gnome 2.</p>
<p>But you know what?  I&#8217;m not gon&#8217; cry, I&#8217;m not gon&#8217; cry I&#8217;m not gonna shed no tears!!</p>
<p>You know why?  Well, because of something called Gnome 3 classic.  </p>
<p>Lol! I just randomly thought of an<a href="http://www.youtube.com/watch?v=aMXQ8wqL8kM"> old commercial</a> I saw as a kid.  It may be familiar to you as well.</p>
<p>I like the application and the places tabs those are familiar to me, so are the indcators on the upper right corner of the screen.  Also the top and bottom panes are cool as well.</p>
<p>I digress,  not only did I change desktop environments, but I changed distro.  OK, I know I know Linux Mint is based on Ubuntu and is the grandchild of the Debian project but I had already fallen in love with it several years ago so I went ahead and made that leap.  </p>
<p> </p>
<p>And no&#8230;.It wasn&#8217;t a Quantal one at all!!!  No thanks, Quetzal just doesn&#8217;t sound very appetizing to me.  So I decided to add more Mint into my life as it makes for a very nice tea.</p>
<p>Speaking of tea.  Mate isn&#8217;t so bad either but to be truthful adding Cinnamon and Mint together is even better.</p>
<p>My name might not be <a href="http://www.youtube.com/watch?v=vYEXzx-TINc">Mikey</a> but I like it I like it!!!</p>
<p> </p>
<p> </p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[How to install LAMP in Ubuntu ]]></title>
<link>http://alvienuxs.wordpress.com/2013/05/21/how-to-install-lamp-in-ubuntu/</link>
<pubDate>Tue, 21 May 2013 01:20:00 +0000</pubDate>
<dc:creator>alfianlinux</dc:creator>
<guid>http://alvienuxs.wordpress.com/2013/05/21/how-to-install-lamp-in-ubuntu/</guid>
<description><![CDATA[LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform that uses Linux as op]]></description>
<content:encoded><![CDATA[<p>LAMP (<strong>L</strong>inux, <strong>A</strong>pache, <strong>M</strong>ySQL and <strong>P</strong>HP) is an open source Web development platform that uses Linux as operating system, <a href="http://searchcio-midmarket.techtarget.com/sDefinition/0,,sid183_gci211576,00.html">Apache</a> as the Web server, <a href="http://searchenterpriselinux.techtarget.com/sDefinition/0,,sid39_gci516819,00.html">MySQL</a> as the relational database management system and <a href="http://searchenterpriselinux.techtarget.com/sDefinition/0,,sid39_gci334246,00.html">PHP</a> as the object-oriented scripting language.</p>
<p>&#160;</p>
<p>this is how to install lamp in ubuntu .. open your terminal</p>
<pre><strong>sudo apt-get install tasksel</strong>

Now to install LAMP, type the taskel command in terminal :
<strong>sudo  tasksel

</strong>choose lamp<strong>
</strong></pre>
<p><img class="aligncenter" alt="" src="http://i671.photobucket.com/albums/vv77/ZINOVSKY/pirat9unixmen-laptop_001.png" width="500" height="365" border="0" /></p>
<p style="text-align:center;">Insert mysql root  password</p>
<p style="text-align:center;"><!--more--></p>
<p><img class="aligncenter" alt="" src="http://i671.photobucket.com/albums/vv77/ZINOVSKY/pirat9unixmen-laptop_002.png" width="500" height="365" border="0" /></p>
<p>and install PHP MY ADMIN</p>
<pre><strong>sudo  apt-get  install  phpmyadmin</strong>

login to php my admin use browser : 
<strong>http://ip/phpmyadmin   or http://localhost/phpmyadmin

<img class="aligncenter" alt="" src="http://i671.photobucket.com/albums/vv77/ZINOVSKY/127001-localhost%7CphpMyAdmin337deb1-MozillaFirefox_004.png" width="500" border="0" />
source : http://www.unixmen.com/install-lamp-with-1-command-in-ubuntu-1010-maverick-meerkat/</strong></pre>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Running Plasma Media Center on Fedora and Ubuntu distro's]]></title>
<link>http://cres2657.wordpress.com/2013/05/21/running-plasma-media-center-on-fedora-and-ubuntu-distros/</link>
<pubDate>Tue, 21 May 2013 00:53:42 +0000</pubDate>
<dc:creator>cres2657</dc:creator>
<guid>http://cres2657.wordpress.com/2013/05/21/running-plasma-media-center-on-fedora-and-ubuntu-distros/</guid>
<description><![CDATA[Required Packages:Ubuntu (12.10 and higher versions) Open the terminal and type; $ sudo  apt-get ins]]></description>
<content:encoded><![CDATA[<p><a href="http://cres2657.files.wordpress.com/2013/05/capture20.jpg"><img class="size-full wp-image-503 alignleft" alt="Capture" src="http://cres2657.files.wordpress.com/2013/05/capture20.jpg?w=242&#038;h=214" width="242" height="214" /></a><strong>Required Packages:Ubuntu (12.10 and higher versions)</strong></p>
<p><em>Open the terminal and type;</em><strong><br />
</strong></p>
<p>$ sudo  apt-get install kde-workspace-dev kdelibs5-dev build-essential<br />
$ sudo  apt-get install libdeclarative-multimedia<br />
$ sudo  apt-get install libtag1-dev<br />
$ sudo  apt-get install kffmpegthumbnailer<br />
$ sudo apt-get install nepomuk-core-dev</p>
<p>&#160;</p>
<p style="text-align:center;"><strong>Build Instructions</strong></p>
<p style="text-align:center;">(Common to both Ubuntu and Fedora)</p>
<p><em>Open the terminal and type;</em><strong><br />
</strong></p>
<p>$ git clone git://anongit.kde.org/plasma-mediacenter<br />
$ cd plasma-mediacenter<br />
$ mkdir build<br />
$ cd build<br />
$ cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config &#8211;prefix`<br />
$ make -j(n+1)          // n = number of cores<br />
$ sudo make install</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[mount a windows hibernated drive on ubuntu 12.04]]></title>
<link>http://giraffeheads.wordpress.com/2013/05/21/mount-a-windows-hibernated-drive-on-ubuntu-12-04/</link>
<pubDate>Tue, 21 May 2013 00:46:23 +0000</pubDate>
<dc:creator>giraffeheads</dc:creator>
<guid>http://giraffeheads.wordpress.com/2013/05/21/mount-a-windows-hibernated-drive-on-ubuntu-12-04/</guid>
<description><![CDATA[if you have a hard drive from a windows computer that was in hibernation mode, and you need to mount]]></description>
<content:encoded><![CDATA[<p><em>if you have a hard drive from a windows computer that was in hibernation mode, and you need to mount the drive to access files, you can delete the hibernation file. you can tell ubuntu to delete the hibernation file and mount the drive anyway, giving you access to the files. by default, ubuntu will not let you mount a drive that is currently hibernated.</em></p>
<p>install ntfs-3g if you do not already have it installed.</p>
<pre>sudo apt-get -y install ntfs-3g</pre>
<p>mount the drive by specifying the device id and folder where you want the mounted contents to appear.</p>
<pre>mount -t ntfs-3g -o remove_hiberfile /dev/sdf4 /home/user1/windoze/</pre>
<p>done. the windows hibernation file has been deleted, and you can access the contents of the drive. be aware that deleting the hibernation file obviously means that any of the information that was being used at the time the disk was put into hibernation will be lost.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Quick Tip: Moving Chrom[e/ium]'s Buttons]]></title>
<link>http://beepboopeveryday.wordpress.com/2013/05/20/quick-tip-moving-chromeiums-buttons/</link>
<pubDate>Mon, 20 May 2013 23:47:50 +0000</pubDate>
<dc:creator>Hilary B. Bisenieks</dc:creator>
<guid>http://beepboopeveryday.wordpress.com/2013/05/20/quick-tip-moving-chromeiums-buttons/</guid>
<description><![CDATA[So if you&#8217;re an Ubuntu user and you use Unity for your desktop and Chromium (or Chrome) as (on]]></description>
<content:encoded><![CDATA[<p>So if you&#8217;re an Ubuntu user and you use Unity for your desktop and Chromium (or Chrome) as (one of) your browser(s), maybe you&#8217;ve been bugged by the placement of the window buttons when you don&#8217;t have the window maximized. If you want some consistency, there&#8217;s an easy fix that you can run from the command line. If you want to change the placement or order of your window buttons in Chromium, just open up a terminal window and enter</p>
<p><code>gconftool-2 --set /apps/metacity/general/button_layout --type string "minimize,maximize,close:"</code></p>
<div id="attachment_138" class="wp-caption aligncenter" style="width: 482px"><a href="http://beepboopeveryday.files.wordpress.com/2013/05/before.png"><img class="size-medium wp-image-138" alt="Before" src="http://beepboopeveryday.files.wordpress.com/2013/05/before.png?w=472&#038;h=44" width="472" height="44" /></a><p class="wp-caption-text">Before</p></div>
<div id="attachment_137" class="wp-caption aligncenter" style="width: 482px"><a href="http://beepboopeveryday.files.wordpress.com/2013/05/after.png"><img class="size-medium wp-image-137" alt="After" src="http://beepboopeveryday.files.wordpress.com/2013/05/after.png?w=472&#038;h=51" width="472" height="51" /></a><p class="wp-caption-text">After</p></div>
<p>&#160;</p>
<p>Note that the code above will move the buttons to the left but won&#8217;t put them in the right order. If you want to put them in the same order as the window buttons on all your other programs, change the order so &#8220;close&#8221; is the first item in the above command. The colon in that string indicates the placement of the buttons, so if you want to move the buttons back to the right, move the colon to the beginning of the string (and of course reorder the buttons, unless you like a little bit of inconsistency just to screw with other users on a particular machine).</p>
<p>Credit goes to <a href="http://www.leettips.org/2012/12/move-coogle-chrome-window-buttons-to.html" target="_blank">Leet Tips</a> for the command, though not the explanation (that was me).</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Solución: Laptop deja de funcionar y pone la pantalla blanca]]></title>
<link>http://informatic2you.wordpress.com/2013/05/20/solucion-laptop-deja-de-funcionar-y-pone-la-pantalla-blanca/</link>
<pubDate>Mon, 20 May 2013 20:34:11 +0000</pubDate>
<dc:creator>Aurelio Ceballos</dc:creator>
<guid>http://informatic2you.wordpress.com/2013/05/20/solucion-laptop-deja-de-funcionar-y-pone-la-pantalla-blanca/</guid>
<description><![CDATA[Recientemente tenía una laptop con el siguiente problema:  Mientras la usaba de repente la pantalla]]></description>
<content:encoded><![CDATA[<p>Recientemente tenía una laptop con el siguiente problema:  Mientras la usaba de repente la <strong>pantalla</strong> se quedaba totalmente <strong>blanca</strong> y la única opción de poder usarla de nuevo,  era apagarla dejando el botón de <b>on/of </b>presionado por unos segundos y reiniciar la computadora. Intenté reinstalar el <strong>sistema operativo</strong> a ver si era algún problema de software y resulta que durante la instalación me hizo lo mismo <em><strong>“La pantalla se quedaba totalmente en blanco”</strong></em>. Similar a la foto de abajo.</p>
<p><img class="aligncenter" alt="" src="http://laptopscreenman.com.au/wp-content/uploads/2011/06/white-screen.jpg" width="449" height="396" /></p>
<p>Para identificar el problema, decidí hacerle una prueba de memoria con un CD de<a href="http://es.wikipedia.org/wiki/GNU/Linux"> Linux</a>  y Bingo! Resulta que era una memoria <a href="http://es.wikipedia.org/wiki/RAM">RAM </a>que tenía problemas. Realicé la prueba varias veces utilizando una sola memoria e intercambiándolas de slot, así me di cuenta cuál estaba dañada, la removí y problema resuelto.</p>
<p>Si tienes el mismo problema intenta esto, también puedes dejarme un comentario con tu experiencia o enviarme un <a href="https://twitter.com/IMXTA2">Tweet </a> y así podemos ayudar a más personas o contestarte alguna inquietud que tengas.</p>
<p>PD: La laptop que utilicé era una Toshiba Satellite L305, pero el problema debe ser similar en otras laptops.</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Integrating Eclipse's menu with Unity's Globalmenu (Ubuntu 13.04)]]></title>
<link>http://souriguha.wordpress.com/2013/05/21/integrating-eclipses-menu-with-unitys-globalmenu-ubuntu-13-04/</link>
<pubDate>Mon, 20 May 2013 19:00:41 +0000</pubDate>
<dc:creator>Souri</dc:creator>
<guid>http://souriguha.wordpress.com/2013/05/21/integrating-eclipses-menu-with-unitys-globalmenu-ubuntu-13-04/</guid>
<description><![CDATA[The following bug report in Unity makes it seem that Eclipse has been blacklisted from Unity&#8217;s]]></description>
<content:encoded><![CDATA[<p>The following bug report in Unity makes it seem that Eclipse has been blacklisted from Unity&#8217;s global appmenu:<a href="https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/937965"> https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/937965 </a></p>
<p>I wanted this done to reclaim some real-estate on my screen. The blacklist has been hard-coded in the binary and we need to replace the contents in order the work around it.</p>
<p>The workaround:</p>
<pre><code>&#62; cd /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/menuproxies
&#62; sudo sed -i 's/Eclipse/Xclipse/' libappmenu.so</code></pre>
<p>This works great, however I&#8217;ll suggest taking  a backup of libappmenu.so before changing it. Good luck!</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Laptop Week Review: The Dell XPS 13 Developers Edition With Ubuntu]]></title>
<link>http://techcrunch.com/2013/05/20/laptop-week-review-the-dell-xps-13-developers-edition-with-ubuntu/</link>
<pubDate>Mon, 20 May 2013 18:56:41 +0000</pubDate>
<dc:creator>John Biggs</dc:creator>
<guid>http://techcrunch.com/2013/05/20/laptop-week-review-the-dell-xps-13-developers-edition-with-ubuntu/</guid>
<description><![CDATA[Features: Runs Ubuntu out of the box 13.3-inch screen 256 GB SSD Intel Core i7 Processor MSRP: $1,54]]></description>
<content:encoded><![CDATA[<p><strong>Features:</strong></p>
<ul>
<li>Runs Ubuntu out of the box</li>
<li>13.3-inch screen</li>
<li>256 GB SSD</li>
<li>Intel Core i7 Processor</li>
<li><a target="_blank" href="http://www.dell.com/us/business/p/xps-13-linux/pd">MSRP: $1,549 with rebate</a></li>
</ul>
<p><strong>Pros:</strong></p>
<ul>
<li>Excellent Ubuntu performance out of the box</li>
<li>Thin and light</li>
<li>12 second boot time</li>
</ul>
<p><strong>Cons:</strong></p>
<ul>
<li>No SD card slot</li>
<li>Limited software choices</li>
<li>Graphics card slightly underpowered</li>
</ul>
<p>Dude, you got a Linux-powered Dell! In all the years I&#8217;ve reviewed laptops I&#8217;ve never been as pleasantly surprised by an Ultrabook as I was with the Dell XPS 13 Developers Edition. This ultrathin, ultralight SSD laptop originally came in Windows flavor but, much to my surprise, I far prefer the Ubuntu edition of this device. It is solidly built, acceptably priced given the solid state drive, and surprisingly powerful.</p>
<h1>Rewind</h1>
<p>I&#8217;ve been using some form of POSIX-compliant operating system for over a decade but I must admit that I have been remiss in my Ubuntu installations. Whereas I was once a KDE kid with some Gnome leanings, my distro knowledge stopped at about Mandrake and picked up again as Ubuntu began its rise to glory. That said, I was curious to see what Linux looks like these days. In short, it looks great.</p>
<p>The laptop itself is well-made. An aluminum top and pane of Gorilla Glass protects the 13-inch screen and it weighs a little less than 3 pounds. The entire package is self-contained, solid, and quite portable.</p>
<p><a target="_blank" href="http://tctechcrunch2011.files.wordpress.com/2013/05/scaled-2064.jpg"><img src="http://tctechcrunch2011.files.wordpress.com/2013/05/scaled-2064.jpg?w=640&#038;h=427" alt="scaled-2064" width="640" height="427" class="alignright size-full wp-image-819911" /></a></p>
<p>The laptop, codenamed Sputnik, is a concerted effort by Dell to make sure everything on the device works well. It includes a number of Dell-specific packages &#8211; <a target="_blank" href="http://en.community.dell.com/techcenter/os-applications/w/wiki/3687.software-dell-xps-13-laptop-developer-edition.aspx">you can see a list here</a> &#8211; but it supports most updates to the OS and attendant software and seamlessly upgraded to the latest version, 13.04, on top of the stock 12.04 Dell provides.</p>
<p>If you haven&#8217;t used Linux on a desktop you&#8217;ll be surprised at how uneventful it is. Everything &#8220;just works,&#8221; from the camera to the disk encryption to the update downloads, and there is little of the traditional futzing around with scripts and drivers when attempting to add hardware or fix broken peripherals. As a non-power-user who once wrote a script to re-initialize my audio chip every time I woke my computer from sleep, it was a pleasure to see the XPS 13 boot up without issue and worked quite seamlessly with most devices I tried with it. Arguably, with only two USB ports (one 3.0, one 2.0) and a DisplayPort jack, you&#8217;re not going to be adding much to the mix.<br />
<a target="_blank" href="http://tctechcrunch2011.files.wordpress.com/2013/05/scaled-2066.jpg"><img src="http://tctechcrunch2011.files.wordpress.com/2013/05/scaled-2066.jpg?w=640&#038;h=402" alt="scaled-2066" width="640" height="402" class="alignright size-full wp-image-819909" /></a></p>
<p><a target="_blank" href="http://tctechcrunch2011.files.wordpress.com/2013/05/scaled-2068.jpg"><img src="http://tctechcrunch2011.files.wordpress.com/2013/05/scaled-2068.jpg?w=640&#038;h=427" alt="scaled-2068" width="640" height="427" class="alignright size-full wp-image-819907" /></a></p>
<p><a target="_blank" href="http://tctechcrunch2011.files.wordpress.com/2013/05/scaled-2069.jpg"><img src="http://tctechcrunch2011.files.wordpress.com/2013/05/scaled-2069.jpg?w=640&#038;h=427" alt="scaled-2069" width="640" height="427" class="alignright size-full wp-image-819906" /></a><br />
The GeekBench score for this particular model hovered at around 5,500, which is solid performance. The MacBook Air, for example, gets about 6,600 on a good day and the Core i7 hits about 7,000 although it can top out at about 10,000 depending on the machine. 5,500, while not ideal, is still solid. The laptop lasted for 7 hours of standard use, about par for the course for a laptop of this size.</p>
<p>Using the laptop was a dream. I was able to set up my environment quite quickly and seamlessly and after a few hours I quickly picked up a workflow that allowed me to write, edit photos, and post from the field. The lack of an SD card was quite disheartening, to be sure, but an external dongle helped me make short work of that issue. I used GIMP to crop and resize photos, Vim to edit my posts and writing, and connected to web-based versions of my favorite cloud services if I needed access to files or social media.</p>
<p>The best part about the XPS 13 Developers Edition, however, is Dell&#8217;s own support offerings. It&#8217;s clear that releasing an Ubuntu into the wild without good support would be suicide for the product. To that end, the company is offering one year of &#8220;ProSupport&#8221; that includes round-the-clock North American tech support and next-day on-site servicing. While Dell Hell is still a fresh memory in my mind, at least, this offering is more in line with corporate support than end-user Windows management.<br />
<a target="_blank" href="http://tctechcrunch2011.files.wordpress.com/2013/05/scaled-2067.jpg"><img src="http://tctechcrunch2011.files.wordpress.com/2013/05/scaled-2067.jpg?w=640&#038;h=427" alt="scaled-2067" width="640" height="427" class="alignright size-full wp-image-819908" /></a></p>
<h1>Who is it for?</h1>
<p><a target="_blank" href="http://tctechcrunch2011.files.wordpress.com/2013/05/artist.jpg"><img class="alignright size-full wp-image-819791" alt="artist" src="http://tctechcrunch2011.files.wordpress.com/2013/05/artist.jpg?w=200" width="200" /></a></p>
<h1>Designers</h1>
<p><b>No</b>. Unless you&#8217;re a GIMP master, this probably isn&#8217;t the laptop for you. To be fair it&#8217;s surprisingly thin and light but it has no SD card slot, making it a hard sell for the designers among you. Working solely on the web? Sure, you could feasibly get away with doing a little CSS or HTML on this thing, but you&#8217;re probably better served with a laptop running more photo-editing applications.</p>
<p>Writers will also be a little put off by the lack of native support for some of their tools. However, if you&#8217;re a markdown/plain text editor kind of person, this laptop connected with a revision control system could be a winner. It obviously depends on your workflow and, although I was able to pick it up fairly quickly, Ubuntu might not be the place to look for absolute ease-of-use.</p>
<p><a target="_blank" href="http://tctechcrunch2011.files.wordpress.com/2013/05/entrepreneur.jpg"><img class="alignright size-full wp-image-819790" alt="entrepreneur" src="http://tctechcrunch2011.files.wordpress.com/2013/05/entrepreneur.jpg?w=200" width="200" /></a></p>
<h1>Founders</h1>
<p><b>Yes</b>. To paraphrase Justin Timberlake, a laptop isn&#8217;t cool. You know what&#8217;s cool? An Ubuntu laptop. While you may annoy most of your co-workers with your insistence on running LibreOffice, this laptop is more than enough to run a few spreadsheets on and, in addition, build a business with. Seamless connectivity to most cloud services is a large benefit and thanks to <a target="_blank" href="https://github.com/sputnik/sputnik-cloudlauncher">Dell&#8217;s CloudLauncher</a> app you can quickly and easily spin up nodes with a few keystrokes. Best of all, you&#8217;re not going to be another me-too entrepreneur with a MacBook Air and a dream (and you don&#8217;t have to use Windows 8), which is a great feeling</p>
<p><a target="_blank" href="http://tctechcrunch2011.files.wordpress.com/2013/05/programmer.jpg"><img class="alignright size-full wp-image-819789" alt="programmer" src="http://tctechcrunch2011.files.wordpress.com/2013/05/programmer.jpg?w=200" width="200" /></a></p>
<h1>Programmers</h1>
<p><b>Yes</b>. This is a more-than-capable programmer&#8217;s machine and all of the care Dell put into this laptop really helps it shine as a developer&#8217;s device. For example, Dell has added Profile Tool, a method for &#8220;cloning&#8221; a workspace between laptops. This allows you to manage dependencies, preferred system tools, and tool chains. An <a target="_blank" href="http://arstechnica.com/gadgets/2013/04/it-just-works-dell-xps-13-developer-edition-linux-ultrabook-review/2/">Ars reviewer notes</a> that these Profiles could become a way to &#8220;share&#8221; setups between programmers as well as a method to see how programming &#8220;superstars&#8221; have set up their machines. In short, Dell wants to make it clear that they care about developers with this device.</p>
<h1>Bottom Line</h1>
<p>It doesn&#8217;t get much cooler than the XPS 13 &#8211; and that&#8217;s high praise coming from an unreformed Apple addict. While I&#8217;m not sure this would become my everyday carry laptop, I could definitely see it replacing a similarly outfitted Windows machine and, if I ever felt the need to go <a target="_blank" href="http://www.guardian.co.uk/technology/2011/may/17/computing-opensource">full Doctorow</a> when it comes to encryption, open software, and paranoia, this is the device I&#8217;d choose.</p>
<p><a href="http://techcrunch.com/tag/laptop-week"><img class="alignright size-full wp-image-818804" alt="1AoPqOa7YXQHrDpCyLiCqiT8Ylo8zDMo6m24idlb7sQ" src="http://tctechcrunch2011.files.wordpress.com/2013/05/1aopqoa7yxqhrdpcylicqit8ylo8zdmo6m24idlb7sq.png?w=1024&#038;h=160" width="1024" height="160" /></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Ident authentication failed for user "username"]]></title>
<link>http://taimoorchangaizpucitian.wordpress.com/2013/05/20/ident-authentication-failed-for-user-username/</link>
<pubDate>Mon, 20 May 2013 17:45:07 +0000</pubDate>
<dc:creator>taimoor.changaiz</dc:creator>
<guid>http://taimoorchangaizpucitian.wordpress.com/2013/05/20/ident-authentication-failed-for-user-username/</guid>
<description><![CDATA[Error Occured to me while runing rake db:create For postgres Database creation. sudo find / -name pg]]></description>
<content:encoded><![CDATA[<p>Error Occured to me while runing</p>
<pre><code>rake db:create</code></pre>
<p>For postgres Database creation.</p>
<pre><code>sudo find / -name pg_hba.conf</code></pre>
<pre><code>sudo gedit/etc/postgresql/8.4/main/pg_hba.conf</code></pre>
<p><strong>Content of pg_hba.conf file</strong><br />
Note: I replaced ident with md5 in first line.</p>
<pre><code>
# Database administrative login by UNIX sockets
local   all         postgres                          md5

# TYPE  DATABASE    USER        CIDR-ADDRESS          METHOD

# "local" is for Unix domain socket connections only
local   all         all                               md5
# IPv4 local connections:
host    all         all         127.0.0.1/32          md5
# IPv6 local connections:
host    all         all         ::1/128               md5
</code></pre>
<pre><code>sudo service postgresql restart</code></pre>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Development plans for Ubuntu 13.10]]></title>
<link>http://ubuntuforus.wordpress.com/2013/05/20/development-plans-for-ubuntu-13-10/</link>
<pubDate>Mon, 20 May 2013 16:40:52 +0000</pubDate>
<dc:creator>robertvarga79</dc:creator>
<guid>http://ubuntuforus.wordpress.com/2013/05/20/development-plans-for-ubuntu-13-10/</guid>
<description><![CDATA[Among the topics discussed by the developers at Ubuntu Developer Summit 13.05 were the planned new f]]></description>
<content:encoded><![CDATA[<p>Among the topics discussed by the developers at <a href="http://summit.ubuntu.com/uds-1305/" target="_blank" rel="external">Ubuntu Developer Summit 13.05</a> were the planned new features for Ubuntu 13.10. The next version of the distribution, code-named &#8220;Saucy Salamander&#8221;, could include early versions of Ubuntu&#8217;s Mir display server and have the <a class="zem_slink" title="Qt (framework)" href="http://qt.digia.com/" target="_blank" rel="homepage">Qt</a>-based <a class="zem_slink" title="Unity (user interface)" href="http://unity.ubuntu.com" target="_blank" rel="homepage">Unity</a> Next desktop environment for testing. However, the default configuration will continue to include the graphics stack of Ubuntu 12.10 with X11, <a class="zem_slink" title="Compiz" href="http://https://launchpad.net/compiz" target="_blank" rel="homepage">Compiz</a> and Unity 7. By 2014, <a class="zem_slink" title="Canonical Ltd." href="http://www.canonical.com/" target="_blank" rel="homepage">Canonical</a> plans to unify the code base for Ubuntu&#8217;s smartphone, tablet and PC desktops, based on Mir and Unity Next. <a href="http://ubuntuforus.files.wordpress.com/2013/05/ubuntu_open.png" target="_blank"><img class="size-full wp-image alignright" id="i-159" title="Ubuntu-circle" alt="Ubuntu" src="http://ubuntuforus.files.wordpress.com/2013/05/ubuntu_open.png?w=110&#038;h=110" width="110" height="110" /></a></p>
<p>The Smart Scope feature that was originally scheduled for Ubuntu 13.04 is now due to be added in Ubuntu 13.10; Smart Scopes should also provide the ability to control precisely which sources are, or are not, queried for information, rather than the current on/off switch for network queries. In addition to <a class="zem_slink" title="YouTube" href="http://www.youtube.com/" target="_blank" rel="homepage">YouTube</a> and Amazon, the Ubuntu Dash will search several dozen other online sources, but the developers say it will only display relevant search results. Another new item on the agenda for Ubuntu 13.10 is the ability to buy music from within the Dash interface. The developers are also planning to introduce various improvements for Unity 7 and a new version of Compiz that is designed to enhance the performance of the Ubuntu desktop.</p>
<p>Another topic of discussion was the question of whether Chromium should replace Firefox as the distribution&#8217;s default browser; however, no decision has so far been made. An overview of further potential new features for Saucy Salamander is available on the <a href="https://blueprints.launchpad.net/ubuntu/saucy/+specs" target="_blank" rel="external">blueprints page</a> on <a class="zem_slink" title="Launchpad (website)" href="http://https://launchpad.net" target="_blank" rel="homepage">Launchpad</a>.</p>
<p>According to the <a href="https://wiki.ubuntu.com/SaucySalamander/ReleaseSchedule" target="_blank" rel="external">current development schedule</a>, Ubuntu 13.10 is due to be released on 17 October; a beta release is scheduled for 26 September. The current development state is reflected by the <a href="http://cdimage.ubuntu.com/daily-live/current/" target="_blank" rel="external">daily builds</a> that are automatically generated and tested for bugs by the build system.</p>
<p>However, as we know, .10 releases are near to worthless piece of craps, so keep with 12.04.2 or 13.04 until 14.04 arrives!! Except if you like to hunt a billion bugs and getting insane silently at your desk&#8230;.then it will be fun!</p>
<p>Cheers!</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Start you developer journey]]></title>
<link>http://rishikeshydv.wordpress.com/2013/05/20/start-you-developer-journey/</link>
<pubDate>Mon, 20 May 2013 16:07:07 +0000</pubDate>
<dc:creator>rishikeshydv</dc:creator>
<guid>http://rishikeshydv.wordpress.com/2013/05/20/start-you-developer-journey/</guid>
<description><![CDATA[If you belongs to computer science department and unemployment , then you are definitely kidding bec]]></description>
<content:encoded><![CDATA[<p><a style="font-style:normal;line-height:23px;text-decoration:underline;" href="http://rishikeshydv.files.wordpress.com/2013/05/smart-phone-application-development_1.jpg"><img class="size-full wp-image aligncenter" id="i-28" alt="Image" src="http://rishikeshydv.files.wordpress.com/2013/05/smart-phone-application-development_1.jpg?w=650" /></a></p>
<p style="text-align:center;"><strong>If you belon</strong><strong>gs to co</strong><strong>mputer science department and unemployment , then you are definitely kidding because here is you job :</strong></p>
<p style="text-align:center;">Android Development visit: <a title="Andriod Developer" href="http://developer.android.com" target="_blank">http://developer.android.com</a></p>
<p style="text-align:center;"><a class="zem_slink" title="Windows 8" href="http://windows.microsoft.com" target="_blank" rel="homepage">Windows 8</a> App Development visit: <a title="Microsoft developer" href="http://msdn.microsoft.com/" target="_blank">http://msdn.microsoft.com</a></p>
<p style="text-align:center;">Apple iOS Development visit: <a title="Apple Developer" href="http://developer.apple.com/" target="_blank">http://developer.apple.com/</a></p>
<p style="text-align:center;">Blackberry Development visit: <a title="Blackberry developer" href="http://developer.blackberry.com" target="_blank">http://<b>developer</b>.<b>blackberry</b>.com</a></p>
<p style="text-align:center;">Above some famous Smartphone App developer platform are given select anyone or more and start developing your own apps and publish on respective market place and earn money from them. So why are you waiting for go and show your creativity to the world.</p>
<p style="text-align:center;">There are many other app development platform for example<a title="Ubuntu developer" href="http://developer.ubuntu.com/" target="_blank"> Ubuntu</a>, <a href="http://www.developer.nokia.com/‎" target="_blank">Nokia</a> etc. If you have interest then search on Google or contact me .</p>
<p style="text-align:center;">Thanks and best of luck.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Dial ADSL Speedy dengan Ubuntu]]></title>
<link>http://speedyonmy.wordpress.com/2013/05/20/dial-adsl-speedy-dengan-ubuntu/</link>
<pubDate>Mon, 20 May 2013 15:55:11 +0000</pubDate>
<dc:creator>adam</dc:creator>
<guid>http://speedyonmy.wordpress.com/2013/05/20/dial-adsl-speedy-dengan-ubuntu/</guid>
<description><![CDATA[Hehehe, buat ngilangin pikirin yang ada dikepala “Windows begini, Mikrotik begitu, kalo ubuntu giman]]></description>
<content:encoded><![CDATA[<p>Hehehe, buat ngilangin pikirin yang ada dikepala “Windows begini, <a title="Mikrotik" href="http://adamonline.web.id/kategori/mikrotik">Mikrotik</a> begitu, kalo <a title="ubuntu" href="http://adamonline.web.id/tag/ubuntu-2">ubuntu</a> gimana yah?”</p>
<p>Kali ni wa pake Ubuntu 9.10 pengen dial pppoe speedy pake tuh <a title="linux" href="http://adamonline.web.id/kategori/linux">linux</a>.. yuk dah maree</p>
<p>1. Yg pasti buat modem speedy anda mode bridge dulu</p>
<p><a href="http://adamonline.web.id/wp-content/uploads/tplink_adsl.png"><img title="tplink_adsl" alt="" src="http://adamonline.web.id/wp-content/uploads/tplink_adsl-300x223.png" width="300" height="223" /></a></p>
<p>Settingan Modem TPLink di tempat ane</p>
<p>2. Buka terminal ketik :</p>
<pre>sudo pppoeconf</pre>
<p>3. Masukin password<br />
4. Aplikasi akan deteksi interface yang ada di PC anda yang terhubung dengan ADSL modem<br />
5. Yes dan Yes setiap option yang ada<br />
6. Masukin username password speedy anda<br />
7. Dah kelar deh.. jika tdk ada yg salah, speedy anda online on ubuntu</p>
<p>Buat lihat konfigurasi yang sudah dibuat</p>
<pre>sudo nano /etc/ppp/peers/dsl-provider</pre>
<p>Untuk memulai koneksi</p>
<pre>sudo pon dsl-provider</pre>
<p>Untuk disconnect</p>
<pre>sudo poff</pre>
<p>Sumber : <a href="http://adamonline.web.id/linux/dial-adsl-speedy-dengan-ubuntu">adamonline</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Install error libdigest-sha1-perl on Ubuntu 12.04 Precise Pangolin]]></title>
<link>http://e3fi389.wordpress.com/2013/05/20/install-error-libdigest-sha1-perl-on-ubuntu-12-04-precise-pangolin/</link>
<pubDate>Mon, 20 May 2013 13:58:41 +0000</pubDate>
<dc:creator>e3fi389</dc:creator>
<guid>http://e3fi389.wordpress.com/2013/05/20/install-error-libdigest-sha1-perl-on-ubuntu-12-04-precise-pangolin/</guid>
<description><![CDATA[Even if you try running apt-get install libdigest-sha1-perl you will not find it in any repositories]]></description>
<content:encoded><![CDATA[<p>Even if you try running <a class="zem_slink" title="Advanced Packaging Tool" href="http://en.wikipedia.org/wiki/Advanced_Packaging_Tool" target="_blank" rel="wikipedia">apt-get</a> install libdigest-<a class="zem_slink" title="SHA-1" href="http://en.wikipedia.org/wiki/SHA-1" target="_blank" rel="wikipedia">sha1</a>-perl you will not find it in any repositories because the version of <a class="zem_slink" title="Perl" href="http://en.wikipedia.org/wiki/Perl" target="_blank" rel="wikipedia">Perl</a> used for <a class="zem_slink" title="List of Ubuntu releases" href="http://en.wikipedia.org/wiki/List_of_Ubuntu_releases" target="_blank" rel="wikipedia">Ubuntu 12.04</a> already includes Digest::SHA.</p>
<p>Solution</p>
<pre>wget http://launchpadlibrarian.net/85191944/libdigest-sha1-perl_2.13-2build2_amd64.deb
<a class="zem_slink" title="Dpkg" href="http://en.wikipedia.org/wiki/Dpkg" target="_blank" rel="wikipedia">dpkg</a> -i libdigest-sha1-perl_2.13-2build2_amd64.deb</pre>
<p>(change amd64 to i386, if y on 32bit)</p>
		<div id="geo-post-1277" class="geo geo-post" style="display: none">
			<span class="latitude">46.348580</span>
			<span class="longitude">18.701912</span>
		</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Speed up the time it takes Ubuntu to Boot in Two Steps]]></title>
<link>http://cres2657.wordpress.com/2013/05/20/speed-up-the-time-it-takes-ubuntu-to-boot-in-two-steps/</link>
<pubDate>Mon, 20 May 2013 13:56:35 +0000</pubDate>
<dc:creator>cres2657</dc:creator>
<guid>http://cres2657.wordpress.com/2013/05/20/speed-up-the-time-it-takes-ubuntu-to-boot-in-two-steps/</guid>
<description><![CDATA[&nbsp; &nbsp; &nbsp; &nbsp; 1. Show all of the start-up applications in the &#8220;Startup Applicati]]></description>
<content:encoded><![CDATA[<p><a href="http://cres2657.files.wordpress.com/2013/05/256px-ubuntucof-svg.png"><img class="alignleft size-thumbnail wp-image-283" alt="256px-UbuntuCoF.svg" src="http://cres2657.files.wordpress.com/2013/05/256px-ubuntucof-svg.png?w=150&#038;h=150" width="150" height="150" /></a></p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>1.<em> Show <strong>all</strong> of the start-up applications in the &#8220;Startup Applications Preferences&#8221;, which  by default Ubuntu does not show. Open the terminal and type:</em></p>
<p style="text-align:left;"><strong>sudo sed -i ‘s/NoDisplay=true/NoDisplay=false/g’ /etc/xdg/autostart/*.desktop</strong></p>
<p>Now turn off anything that you do not need to run.</p>
<p>2. <em>Reduce the Boot Menu Delay by opening a terminal and typing;</em></p>
<p><strong>gksu gedit /etc/default/grub</strong></p>
<p>Now look through the file until you find &#8220;GRUB_TIMEOUT&#8221;, change it to a lower value by pressing the arrow keys.</p>
<p>When you are done save the file by typing;</p>
<p><strong>sudo update-grub2</strong></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Update Ubuntu as soon as you can]]></title>
<link>http://cres2657.wordpress.com/2013/05/20/update-ubuntu-as-soon-as-you-can/</link>
<pubDate>Mon, 20 May 2013 13:29:33 +0000</pubDate>
<dc:creator>cres2657</dc:creator>
<guid>http://cres2657.wordpress.com/2013/05/20/update-ubuntu-as-soon-as-you-can/</guid>
<description><![CDATA[Back in April the developers were correcting an incorrectly declared pointer in the kernel and left]]></description>
<content:encoded><![CDATA[<p><a href="http://cres2657.files.wordpress.com/2013/05/256px-ubuntucof-svg.png"><img class="alignleft size-thumbnail wp-image-283" alt="256px-UbuntuCoF.svg" src="http://cres2657.files.wordpress.com/2013/05/256px-ubuntucof-svg.png?w=150&#038;h=150" width="150" height="150" /></a>Back in April the developers were correcting an incorrectly declared pointer in the kernel and left a bigger security hole by mistake. This effects kernel versions between 2.6.37 to 3.8.9. to fix this simply run your updates if you haven&#8217;t already.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Non-commercial Dash In Ubuntu 13.04]]></title>
<link>http://nukleos.wordpress.com/2013/05/20/non-commercial-dash-in-ubuntu-13-04/</link>
<pubDate>Mon, 20 May 2013 13:00:52 +0000</pubDate>
<dc:creator>Wouter</dc:creator>
<guid>http://nukleos.wordpress.com/2013/05/20/non-commercial-dash-in-ubuntu-13-04/</guid>
<description><![CDATA[If you&#8217;re like me and you don&#8217;t like the fact that by default a search in the Dash also]]></description>
<content:encoded><![CDATA[<p>If you&#8217;re like me and you don&#8217;t like the fact that by default a search in the Dash also returns products you can buy online, don&#8217;t worry. Just start up a command shell and execute a simple command:</p>
<blockquote>
<pre>sudo apt-get remove unity-shell-shopping</pre>
</blockquote>
<p>Then log out and log in again, and what annoyed you will be gone ;-)</p>
<p>For a few more tips on tweaking the Raring Ringtail, check out &#8220;<a title="7 Things To Do After Installing Ubuntu 13.04 (Raring Ringtail)" href="http://www.webupd8.org/2013/04/7-things-to-do-after-installing-ubuntu.html" target="_out">7 Things To Do After Installing Ubuntu 13.04 (Raring Ringtail)</a>&#8220;.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[[Ubuntu] How to swap mouse buttons to be left-handed]]></title>
<link>http://sciencesonata.wordpress.com/2013/05/20/ubuntu-how-to-swap-mouse-buttons-to-be-left-handed/</link>
<pubDate>Mon, 20 May 2013 12:42:48 +0000</pubDate>
<dc:creator>silpi314</dc:creator>
<guid>http://sciencesonata.wordpress.com/2013/05/20/ubuntu-how-to-swap-mouse-buttons-to-be-left-handed/</guid>
<description><![CDATA[I encountered this problem today and even though I tried multiple solutions, only the one I got from]]></description>
<content:encoded><![CDATA[<p>I encountered this problem today and even though I tried multiple solutions, only the one I got from <a href="http://klaver.co.uk/software/index.php?p=mouseinubuntu">this source</a> worked for me, so I&#8217;m sharing.</p>
<h1><strong>STEPS</strong></h1>
<ul>
<li>Open up a terminal</li>
<li>Type in <span style="color:#339966;"><em>xinput list</em></span> and find the number of your mouse. Below are my results. The number for my mouse is thus 10.</li>
</ul>
<table>
<tr>
<td>Virtual core pointer</td>
<td>id=2</td>
<td>[master pointer  (3)]</td>
</tr>
<tr>
<td>Virtual core XTEST pointer</td>
<td>id=4</td>
<td>[slave  pointer  (2)]</td>
</tr>
<tr>
<td>HID 046a:0023</td>
<td>id=9</td>
<td>[slave  pointer  (2)]</td>
</tr>
<tr>
<td>Logitech USB Gaming Mouse</td>
<td>id=10</td>
<td>[slave  pointer  (2)]</td>
</tr>
</table>
<div></div>
<ul>
<li>Next, find the numbers corresponding to the back and middle click button. Type in <span style="color:#339966;"><em>xinput test 10</em></span>. Now all data from your mouse gets displayed on the screen. Without moving the mouse, use the back button and middle click button. To end press control C. Results:</li>
</ul>
<div>
<table>
<tr>
<td>motion a[0]</td>
<td>1131</td>
</tr>
<tr>
<td>button press</td>
<td>8 (backbutton)</td>
</tr>
<tr>
<td>button release</td>
<td>8</td>
</tr>
<tr>
<td>button press</td>
<td>2 (middle click button)</td>
</tr>
<tr>
<td>button release</td>
<td>2</div>
</td>
</tr>
</table>
<ul>
<li>Now we can change the buttons mapping with the command: <span style="color:#339966;"><em>xinput set-button-map 10 1 8 3 4 5 6 7 2</em></span>, where 10 is the number for my mouse and 2 and 8 are switched.</li>
<li>We want to run this command every start-up. So go to the application called start-up applications. Click add, and use as command: /usr/bin/xinput set-button-map 10 1 8 3 4 5 6 7 2. Make up your own name and description and click save.</li>
</ul>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>My mouse didn&#8217;t have 8 buttons, only the usual 5 (left click, middle click, right click, up and down wheel movement), so all I had to do was to turn 1 2 3 4 5 into 3 2 1 4 5.</p>
<p>Hope it works for whomever needs it as it worked for me.</p>
<p>See you space cowboy.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Update Repository pada Ubuntu 12.04 (Aka Precise Pangolin)]]></title>
<link>http://sciencebooth.wordpress.com/2013/05/20/update-repository-pada-ubuntu-12-04-aka-precise-pangolin/</link>
<pubDate>Mon, 20 May 2013 12:27:05 +0000</pubDate>
<dc:creator>rusli91</dc:creator>
<guid>http://sciencebooth.wordpress.com/2013/05/20/update-repository-pada-ubuntu-12-04-aka-precise-pangolin/</guid>
<description><![CDATA[Repository Ubuntu adalah sebuah tempat yang berisikan ribuan software untuk operating system Ubuntu.]]></description>
<content:encoded><![CDATA[<p><strong><em>Repository Ubuntu</em></strong> adalah sebuah tempat yang berisikan ribuan software untuk <em>operating system</em> Ubuntu. Setiap software yang berada di repository telah di uji kompetibilitasnya untuk setiap versi Operating System Ubuntu. Dengan hadirnya repository membuat proses instalasi software menjadi lebih mudah didapatkan dan bisa dilakukan melalui koneksi internet.</p>
<p>Software yang barada di repository Ubuntu dibagi dalam empat area.</p>
<ol>
<li><strong><em>Main</em></strong>, Software yang di support secara resmi oleh ubuntu.</li>
<li><strong><em>Restricted</em></strong>, Software yang di support oleh Ubuntu tetapi tidak sepenuhnya berlisensi gratis.</li>
<li><strong><em>Universe</em></strong>, Software yang dikembangkan dan dirawat oleh komunitas ubuntu</li>
<li><strong><em>Multiverse</em></strong>, Software yang tidak gratis</li>
</ol>
<p>Banyak Server di internet yang menyedikan repository ubuntu, antara lain yang berada di Indonesia adalah di <a href="http://kambing.ui.ac.id/iso">kambing.ui.ac.id</a> yang beralamat server di Pusat Ilmu Komputer Universitas Indonesia Depok, 16424, INDONESIA &#8211; 152.118.24.30</p>
<p>Apabila komputer kita berada di Indonesia maka pilihan yang tepat adalah memilih repository ubuntu yang berada di Indonesia dengan alasan jarak yang lebih dekat sehingga akan semakin cepat downloadnya.</p>
<p>Secara default repository yang terpasang bukanlah repository lokal, oleh karena itu disini saya akan membahas bagaimana cara update ke repository lokal Indonesia. Berikut ini adalah langkah-langkahnya :</p>
<ol>
<li>Pertama buka Terminal/Console. Klik <strong><em>Menu</em></strong> =&#62; <strong><em>system</em></strong> =&#62; pilih <strong><em>konsole (terminal)</em></strong></li>
<li>Masuk ke root. ketik <strong><em>sudo su</em></strong><em> </em>pada terminal, masukkan username dan password</li>
<li>Ketik <b><i>sudo kate /etc/apt/sources.list </i></b><i> </i>maka akan muncul window seperti gambar ini<a href="http://sciencebooth.files.wordpress.com/2013/05/snapshot3.png"><img class="size-medium wp-image-253 aligncenter" alt="repository lokal ubuntu" src="http://sciencebooth.files.wordpress.com/2013/05/snapshot3.png?w=300&#038;h=144" width="300" height="144" /></a></li>
<li>Untuk pemula, diharapkan backup isi file sources.list ini ke notepad. Setelah itu, copy semua text dan ganti dengan repository lokal dibawah ini :
<pre class="brush: plain; title: ; notranslate" title="">Ubuntu Repository 12.04 di Kambing :
deb http://kambing.ui.ac.id/ubuntu/ precise-proposed main restricted universe multiverse
deb http://kambing.ui.ac.id/ubuntu/ precise-security main restricted universe multiverse
deb http://kambing.ui.ac.id/ubuntu/ precise-updates main restricted universe multiverse
deb http://kambing.ui.ac.id/ubuntu/ precise main restricted universe multiverse

Ubuntu Repository 12.04 di UKDW :
deb http://repo.ukdw.ac.id/ubuntu precise main restricted universe multiverse
deb http://repo.ukdw.ac.id/ubuntu precise-updates main restricted universe multiverse
deb http://repo.ukdw.ac.id/ubuntu precise-security main restricted universe multiverse
deb http://repo.ukdw.ac.id/ubuntu precise-backports main restricted universe multiverse
deb http://repo.ukdw.ac.id/ubuntu precise-proposed main restricted universe multiverse

Ubuntu Repository 12.04 di Komo :
deb http://komo.padinet.com/ubuntu/ precise-proposed main restricted universe multiverse
deb http://komo.padinet.com/ubuntu/ precise-security main restricted universe multiverse
deb http://komo.padinet.com/ubuntu/ precise-updates main restricted universe multiverse
deb http://komo.padinet.com/ubuntu/ precise main restricted universe multiverse

Ubuntu Repository 12.04 di ITB :
deb ftp://ftp.itb.ac.id/pub/ubuntu/ precise-proposed main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu/ precise-security main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu/ precise-updates main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu/ precise main restricted universe multiverse</pre>
</li>
<li>Langkah selanjutnya save file (Ctrl+S)</li>
<li>Terakhir ketik pada terminal : <em><b>sudo apt-get update</b></em><b> </b>untuk update repository.</li>
</ol>
<p>Selesai, selamat download aplikasi (^_^)</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Linux shell/bash compare decimal numbers]]></title>
<link>http://viewsby.wordpress.com/2013/05/20/linux-shellbash-compare-decimal-numbers/</link>
<pubDate>Mon, 20 May 2013 11:36:55 +0000</pubDate>
<dc:creator>Sandeep</dc:creator>
<guid>http://viewsby.wordpress.com/2013/05/20/linux-shellbash-compare-decimal-numbers/</guid>
<description><![CDATA[&nbsp; Comparing decimal numbers with bash/shell script is bit tricky operation I use following scri]]></description>
<content:encoded><![CDATA[<p>&#160;</p>
<p>Comparing decimal numbers with bash/shell script is bit tricky operation</p>
<p>I use following script to compare decimal numbers</p>
<pre>#!/bin/bash
NUM1=2.0
NUM2=3.0
if (( $(echo "$NUM1 &#60; $NUM2" &#124; bc -l) ));
then
  echo $NUM1 is less than $NUM2
else
  echo $NUM2 is less than $NUM1
fi</pre>
<p>I have written compare.sh file. To execute above script use bash instead of shell as shown below:</p>
<pre><strong>$ bash compare.sh </strong></pre>
<p>&#160;</p>
]]></content:encoded>
</item>

</channel>
</rss>
