Category: Uncategorized

0

Extending laptop battery life

Memory Effect First of all it’s necessary to unfold a myth that persists in many peoples head. The battery memory effect. In lithium-based batteries this is in fact a myth, it only applies to older Nickle-based batteries. So fully discharging and charging the...

0

insync – Unofficial Google Drive client for Linux

Insync is Google Drive for power and business users. Steps Add repo Ubuntu # echo “deb http://apt.insynchq.com/ubuntu $(lsb_release -cs) non-free” | sudo tee /etc/apt/sources.list.d/insync.list Debian # echo “deb http://apt.insynchq.com/debian $(lsb_release -cs) non-free” | sudo tee -a /etc/apt/sources.list Linux Mint #...

0

Ripping DVD to Divx/avi

Tools Acidrip Video scale dimension 624×352 Resources http://www.linuxquestions.org/questions/linux-software-2/acidrip-codec-problem-153998/#post836004 No related posts.

0

Some C++ :p

Read content of file to stringstream int main() { std::ifstream file( “myFile” ); if ( file ) { std::stringstream buffer; buffer << file.rdbuf(); file.close(); // operations on the buffer… } } No related posts.

0

Design a Beautiful Website From Scratch

Source: http://net.tutsplus.com/tutorials/html-css-techniques/design-a-beautiful-website-from-scratch/   Have you ever wanted to design a beautiful website but just didn’t know how? To be honest, a few years ago, that happened to me too. While browsing the web, I saw so many nice looking websites and...

0

Google blogger – How to remove Navbar

Source: http://blogger-hints-and-tips.blogspot.in/2012/07/close-the-gap-left-when-Bloggers-navBar-is-removed.html You can move the header up to cover over the area where the nav-bar was by adding a CSS rule to your template in the normal way. The rule to add is: #navbar { height: 0px; visibility: hidden; display: none;} Apply...

0

How to Map a Domain Name to a Hosting Account

How to Map a Domain Name to a Hosting Account Two most essential things that you need to get started with your own website are a valid domain name and a web hosting account. Domain name with .com, .net, .org...