Tips Archive

Android operating system will be a bit difficult to use for the first time users.Yes it is,Several problems occur on android phone which needs some online help to solve.Recently I ran into a problem when I started camera to record a video and I got a message “Recording Failed” and when I clicked Ok button I got a notification “SD Card blank or has unsupported filesystem&#

Read More...

Notepad++ was the best ever tool for a developer which supports various programming languages and features.T0 utilize the complete potential of Notepad++ you need to add some plugins to the core application. How to install a plugin in Notepad++ Once you are done with the installation open the Notepad++ application and goto Plugins->Plugin Manager->Show plugin Manager

Read More...

This tutorial will explain the instructions to install the Mac OS X Lion theme in Ubuntu 11.10/Oneiric Ocelot. Step 1:  Install Cursors Open the terminal and run the following commands : wget http://dl.dropbox.com/u/47950494/Mac-Lion-Cursors.tar.gz sudo tar -xzvf Mac-Lion-Cursors.tar.gz -C /usr/share/icons Step 2:  Download the Mac OS theme Next step is to download Mac Os theme and copy into .themes folder . If you already have .themes folder , then dont execute first command . mkdir ~/.themes wget http://dl.dropbox.com/u/47950494/Mac-Lion-Theme.tar.gz tar -xzvf Mac-Lion-Theme.tar.gz -C ~/.themes Step 3: Install Mac Icons This is same as previous step .Copy the icons into .icon folder . If you already have .icon folder , then dont execute first command. mkdir ~/.icons wget http://dl.dropbox.com/u/47950494/Mac-Lion-Icons.tar.gz tar -xzvf Mac-Lion-Icons.tar.gz -C ~/.icons Step 4: Install GNOME [&hellip

Read More...