dotangle.com
Portfolio-Dot Angle|Web Designing and Development Company|Mysore
http://www.dotangle.com/portfolio
MYRA School of Business. Bharath Hospital and Institute of Oncology. ESS AND ESS INFRASTRUCTURE PVT LTD. The Hobby Place, Mysore. The National Institue Of Engineering. Puerto Rico Destination Weddings. GSSS Institute Of Engineering And Technology For Women. Saha Developers and Promoters. Life is calling Sports. Riders Diary Adventures Pvt Ltd. Mysore Dasara Official Site 2014. Vidyavardhaka College Of Engineering Mysore. Google Developers Group Mysore. Kodava Deenabandhu Charitable Trust. The website is ...
techtrack.blogspot.com
Technology :: State of the Art: July 2005
http://techtrack.blogspot.com/2005_07_01_archive.html
Technology : State of the Art. Sunday, July 24, 2005. New Look for Hydrogen Storage. A new technique for storing hydrogen has been proposed by scientists in Canada and Germany. The method, which involves storing the gas between layers of graphite just nanometres deep, could help in the quest for practical hydrogen-storage devices for fuel cells. Graphite can store hydrogen better than other materials, such as carbon nanotubes, because it is cheap, non-toxic and easy to prepare. Links for the articles.
ananthgs4geeks.blogspot.com
Technology Geeks' Heaven: October 2011
http://ananthgs4geeks.blogspot.com/2011_10_01_archive.html
Java, Linux and Tech tweaks for all ages. Also other technologies follow suite. Finally the site abides by, Use Linux and stop Piracy. Monday, October 3, 2011. Configuring Perl in Ubuntu. This post explains how to configure perl in Debian based distros. Open synaptic and search for perl and install it. Issue this command first:. Copy the output of this command as your first bang line for your perl script. This will issue which version of perl is being installed. Print "hello world";. Links to this post.
ananthgs4geeks.blogspot.com
Technology Geeks' Heaven: October 2012
http://ananthgs4geeks.blogspot.com/2012_10_01_archive.html
Java, Linux and Tech tweaks for all ages. Also other technologies follow suite. Finally the site abides by, Use Linux and stop Piracy. Tuesday, October 30, 2012. S2 - Soft brick bug fix (MMC CAP ERASE brick). This article briefs the steps and processes I did to recover my soft bricked S2 GT i9000. Basically this post is written keeping in mind that it should help me for any kinds of soft bricks to my phone ;) :P }. 1 You may have to read a lot xda forums to get detail info about these briefed steps.
ananthgs4geeks.blogspot.com
Technology Geeks' Heaven: June 2011
http://ananthgs4geeks.blogspot.com/2011_06_01_archive.html
Java, Linux and Tech tweaks for all ages. Also other technologies follow suite. Finally the site abides by, Use Linux and stop Piracy. Monday, June 20, 2011. Epub is not any electronic pub for boozing. ;) Its a e-book file format originated as an open e-book format standard by the International Digital Publishing Forum. These files have .epub file extension. This post explains how to open books of .epub file format in Debian. You have 2 readers to read .epub files. 1 FBReader and 2. okular book reader.
ananthgs4geeks.blogspot.com
Technology Geeks' Heaven: Installing rtl8723be driver for a working wifi
http://ananthgs4geeks.blogspot.com/2014/12/installing-rtl8723be-driver-for-working.html
Java, Linux and Tech tweaks for all ages. Also other technologies follow suite. Finally the site abides by, Use Linux and stop Piracy. Tuesday, December 2, 2014. Installing rtl8723be driver for a working wifi. If you own one of those latest Laptops and especially from Lenovo, there are chances that you have Realtek Network controller. To check the driver your laptop needs:. Issue the command: lspci and grep for Network. If the above command output is:. Then follow the below procedure of installation:.
ananthgs4geeks.blogspot.com
Technology Geeks' Heaven: August 2012
http://ananthgs4geeks.blogspot.com/2012_08_01_archive.html
Java, Linux and Tech tweaks for all ages. Also other technologies follow suite. Finally the site abides by, Use Linux and stop Piracy. Sunday, August 26, 2012. How to get Liquorix Zen Kernel for Debian. Linux in the end is all about configuring your system for something called super fast performance and optimization. If you feel the need for speeding up your stock kernels into a new one ever - you may try out Liquorix zen kernel. Here goes the apt line to add to your repos:. Then run your apt-get update.
ananthgs4geeks.blogspot.com
Technology Geeks' Heaven: May 2011
http://ananthgs4geeks.blogspot.com/2011_05_01_archive.html
Java, Linux and Tech tweaks for all ages. Also other technologies follow suite. Finally the site abides by, Use Linux and stop Piracy. Saturday, May 14, 2011. How best to use wget tool. If you guys have no idea as to what exactly is wget. Install it (It should be installed onto your linux distro by default) and then issue this below command for some basic intro:. Then onwards, this below link should be a great source to learn all specific stuff you may want to do with it. And for Social Network.
ananthgs4geeks.blogspot.com
Technology Geeks' Heaven: December 2012
http://ananthgs4geeks.blogspot.com/2012_12_01_archive.html
Java, Linux and Tech tweaks for all ages. Also other technologies follow suite. Finally the site abides by, Use Linux and stop Piracy. Tuesday, December 18, 2012. How to - execute shell scripts on your Android phone. This post explains how to run simple shell scripts on your android phone. Assume we have a script that generates odd numbers b/w 1 to 10. Here is the script:. While [ $i -lt 9 ]. I=`echo $( $i 2) `. Save the file (test.sh) in your external sd card root folder. So we are set to run our script.