Showing posts with label LINUX. Show all posts
Showing posts with label LINUX. Show all posts

NOW NEVER TAKE TENSION ABOUT BOOKMARKS BECAUSE SPRINGPAD WILL ORGANISE IT ON YOUR COMPUTER / TABLET / SMARTPHONES OR HOW TO ORGANISE THE BOOKMARKS(SPRINGPAD)

0 comments
Hello Guys n Gals
Today  I am gonna share an important application for organising bookmarks on your windows or linux (ubuntu, fedora,etc) or Mac OS or Ios or Android desktop/laptop/tablet/smartphone
We surf Internet via desktop/laptop/tablet/smartphone and everytime we bookmark some site and we never arrage it and we make lots of bookmarks and some time we need to search the bookmark Now You Yourself Will arrange all your Bookmark Via SPRINGPAD
All you need to do is Create an account on springpad
Then for Windows user Login into account Choose themes and username etc

MOZILLA FIREFOX 5 OFFICIALLY REALEASED OR HOW TO UPDATE MOZILLA FIREFOX

0 comments

Firefox 5 id officially released you can update it for free if you are using mozilla firefox 4 then
Click on Firefox button (to the left hand corner)=> Then go to help =>then Click on about


HOW TO USE & WHAT IS RSS ?? OR HOW TO USE THE RSS URL IN PC WITHOUT BROWSER (IMPORTANT TOOL FOR BLOGGER OR WORDPRESS OR WEBSITE OWNER)

0 comments
RSS => Rich Site Summary
Its easily stay informed to the people about a particular website. Every website or a blog has their RSS its a shorter version of website in which only the posts of website or blog are visible

So as i specified every Blog or a website has their own RSS similarly my blog too has RSS url which is given Below
http://feeds.feedburner.com/blogspot/yetRK

That's the rss url it will easily get opened in browser but it would take time for slower internet users so for that

HOW TO CONNECT YOUR MOBILE IN LINUX OR UBUNTU AND CONNECT MOBILE INTERNET WITHOUT ANY PC SUITE [100% WORKING AND TESTED GPRS AND 3G ALSO]

0 comments
   
For This you will require a mobile activated gprs or 3g if u want to browse and connect your mobile in pc suite mode
In this process i will be using my mobile as NOKIA 5230 and i have MTNL sim card both Gprs and 3g activated
1st after connecting your mobile in pc suite mode there is a internet icon just left to volume just left click once on it you will get this

HOW TO INSTALL OR RUN INSTALLED WINDOWS APPLICATION ON UBUNTU OR LINUX

0 comments
In ubuntu software just search for wine and install both normal and beta version of wine

HOW TO INSTALL SOFTWARE or LINUX GAMES IN UBUNTU OR LINUX?????

0 comments
      
 HERE i am gonna show you how to install software in linux and ubuntu
first step go in application

HOW TO SWITCH THE LANGUAGE IN DUAL AUDIO MOVIES FOR UBUNTU AND LINUX

0 comments
        
For this you require a dual audio movie just search or google it or try for torrent search with movie name followed by dual audio
you check it too just check the whole movie name seach for dual audio then that movie has two audio

now i will proceed for this i will use normal player used in ubuntu to play movies
and i will be using the movie A-team for testing
this is how it will look when u play movie in ubuntu



HOW TO INSTALL GOOGLE CHROME IN UBUNTU 10.04 OR FEDORA CORE OR DEBIAN OR openSUSE (IN EASY WAY)

0 comments
             
GOOGLE CHROME ONE OF THE KNOWN AND FATESR BROWSER IN UBUNTU 10.04 OR FEDORA CORE OR DEBIAN OR openSUSE HOW TO INSTALL
FOLLOW THESE STEPS
1st Click here to download google chrome 

 after that just follow the process
on second page chose any one of these




as per your use select any of that
after that select open with

when download get complete just run it or it will get automatically run then it will get install manually after that it will be in application=>internet => google chrome

HOW TO INSTALL GOOGLE CHROME IN UBUNTU

0 comments
follow all the below steps 
1. install wine (follow the official instructions http://www.winehq.org/site/download-deb)
2. make sure wine = 1.1.3 is installed by entering the following in the terminal
wine --version
3. Download winetricks and install it
wget http://www.kegel.com/wine/winetrickssudo cp winetricks /usr/sbin

how to customize panel in ubuntu (tips for what to do after installing ubuntu)

0 comments


Ubuntu includes a top panel and a bottom panel by default. If you prefer to keep only one panel at the bottom just like the Windows Taskbar, then these are the steps to follow:
  1. Ubuntu DesktopDelete the bottom panel: right-click over it and click "Delete This Panel".
  2. Move the top panel to bottom: right-click over it, select "Properties" and change Orientation from "Top" to "Bottom".
  3. Add running program buttons: right-click the panel, select "Add to Panel", scroll down and select "Window List", click "Add".

ENABLE WHINDOWS 7 STYLE SUPER BAR IN UBUNTU 10.04

0 comments
Windows 7 provides the ability to pin frequently-used applications to the Taskbar, or Superbar, as it has become known. You can achieve a similar effect in Ubuntu using a Gnome panel plugin, called DockBarX, which allows you to pin, unpin, and launch applications from the panel.
Before you install DockBarX, you must first add the source for the DockBarX package. Select Administration | Software Sources from the System menu.
Opening Software Sources
On the Software Sources dialog box, click the Other Software tab and click the Addbutton.
Software Sources dialog box - Add button
In the APT line of the dialog box that displays, enter the following line:
ppa:dockbar-main/ppa
Click Add Source.
Adding the source
Click the Close button.
NOTE: When you close the Software Sources dialog box, a dialog box may display asking you to reload to get the updated packages in the repository you added. If you see that notice, click the Reload button on the dialog box.

Data recovery the quick and easy way with ubuntu desktop linux ubuntu 9.04 without comments

0 comments
Ever had a failing disk? Using some hard drive recovery tools we can make salvaging our valueble data something possible.
Using dd_rescue we are going to make an image of the hard drive onto a reliable storage area, then we can run whatever filesystem recovery utilities we want.

The beauty of ddrescue is that it is fully automated and will rescue all the blocks that it can read successfully on the first pass, and with any bad blocks it will come back and retry as much as possible.

Install ddrescue tools
sudo apt-get install ddrescue

Connect the failed disk to your system
By either plugging the drive directly into system, or using one of those usb enclosure or slotted drive device you’ll need to have your failing hard disk connected and unmounted before we can begin.

sudo dd_rescue /dev/sdb disk-image.img

mnk0@earth:~$ sudo dd_rescue /dev/sdb disk-image.img
[sudo] password for mnk0:
Summary for /dev/sdb -> disk-image.img:r: 0.0k, succxfer: 228352.0k
dd_rescue: (info): ipos: 229376.0k, opos: 229376.0k, xferd: 229376.0k
errs: 0, errxfer: 0.0k, succxfer: 229376.0k
+curr.rate: 26249kB/s, avg.rate: 28391kB/s, avg.load: 13.5%

We can now mount this image on our system and take a look at the files.

mount -t ext3 -o loop disk-image.img /mnt/tmp
Related Posts Plugin for WordPress, Blogger...
All tips and Tricks share over here are only for education purposes. Powered by Blogger.