Translate

Wednesday 24 April 2013

Linux Video Download Grabber Really Easy For Firefox

New Users of Ubuntu may face very common problem of Grabber for their Browser.
If you are using Firefox then it is very easy to install Grabber for video downloading.

Flash Video Downloader is An ADDON of Firefox . Really cool for downloading youtube video and other flash videos.

Icon in your Browser will look like .



just play online video and click this icon . It will simply Download that video .

Installing Other Download Manager may be a wast of time for new users. Because there may be compatibility and installation issues.


Saturday 13 April 2013

Drag and Drop in Eclipse

How to use drag and drop in eclipse....
There are several plugins available for drag and drop for eclipse .

like WindowsBuilder , Swing GUI desinger etc. install these plugins to eclipse For drag and drop their update site links are available here.

WindowsBuilder 
window GUI desinger

How to install Plugins in eclipse?

it is easy to install plugins to eclipse.
1) First of all you have to find the update site for plugin from eclipse site or plugin developer site.
2) To find the update site type in Google (update site for Maven) Maven is plugin used when developing Java Enterprise applications.
3)Open help form menu bar .
4) Click Install New Software past update site link in there and install the plugin by clicking next and finish.

Friday 12 April 2013

How to install updates in linux Mint from terminal

to install updates from terminal type in terminal

su

give password and enter . this command will run the terminal as administrator

sudo apt-get update


Wednesday 10 April 2013

Start Oracle Service Manually

Some time booting  is very heavy and you may have to disable some services from by running msconfig command from run or start up search from windows 7
and then press services tab for disable the oracle services. After apply it may require boot up
 this process will save almost 0.2 to 0.3 GB ram. But disable the services very carefully because disabling some sensitive services may cause the system to behave abnormally. The guideline for it to do not disable microsoft services. A checkbox is also available for it to show non microsoft services. 

WARNING:
The problem you will face after disabling oracle services is that you will not able to run oracle database. So now if you want to save system memory and run oracle on requirement as well so you can start oracle service manually by starting Component Services 

go to start in win 7 and type Component Services

Press Services from left 





go to properties of each service and make it manually start. Apply it and right click the service and start it manually.









 Now to save the system memory and making the system to boot not so much heavy then you have to start this service like this every time if you want to start oracle database.

Do not confuse with sc or net service commands of cmd.