Ubuntu beginners in any linux(ubuntu) find hard to find the package files of their distro and end up in finding an source package(which is either in tar.gz or .gz).. so now people think how to install these source files….. lets now see how would you be installing source files in ubuntu….. source files contain the […]
Category Archives: Linux
Different audio and video formats available, there is often the need to inter convert amongst them — sometimes for quality and sometimes for compatibility. Here are some of the better software, that you can use to achieve the inter conversions on your Linux box. Sound Converter Available via the package manager, Sound converter provides basic […]
i will explain how to convert a bin/cue file into an iso image. install bchunk apt-get install bchunk SO now to convert movie.bin and movie.cue to movie.iso file type bchunk movie.bin movie.cuemovie.iso Then to mount the .iso image type the following commnad mount -o loop -t iso9660 image.iso /mnt/image
If you have problems with Flash 10 in Firefox for Ubuntu . Because of some conflicts you need to unistall the following packages and then install the only one you need : flashplugin-nonfree. kartook@.-:~$sudo apt-get remove swfdec-mozilla kartook@.-:~$sudo apt-get remove mozilla-plugin-gnash kartook@.-:~$sudo apt-get remove adobe-flashplugin kartook@.-:~$sudo apt-get remove flashplugin-nonfree sudo apt-get install flashplugin-nonfree That’s it.Easy […]
Ubuntu 9.04 comes pre-installed with Firefox 3.0.x. This was the current version of the browser at the time the Ubuntu version was released.I have recently discovered that there is a package available for Firefox 3.5.x in the universe repository, which will install the latest version of the browser alongside the default version. I know how […]
This is based on a tutorial found on the Ubuntu forums 1. Go to System>Administation>Synaptic Package Manager 2. Click the Status button (bottom left) then click Residual config. 3. If anything comes up in the right hand window, select it and Mark for Complete Removal, then click Apply. 4. Click on All, then on any […]
Today i was run the update the packages on my ubuntu Box firefox 3.5.5 meta package was installed . i need to remove this version.I am worried to remove then finally i found the commands to remove the pack safely H4ck3r@kartook:~$sudo apt-get remove firefox-3.5 H4ck3r@kartook:~$sudo apt-get autoremove python-utidylib python-feedparser libtidy-0.99-0 H4ck3r@kartook:~$firefox-3.0 i got a […]
How to get 4gb of ram working in Ubuntu 32bit version.. Recently I decided to upgrade the RAM memory of my Laptop to 4 GB. I was running my Ubuntu Jaunty 32 bit version with only 2 GB and it was clear that is was not enough to run my virtual machines in it. I […]
Appnr is a Web-based tool and a service that install applications on Ubuntu. Application install from Appnr is always latest version in repositories. AptURL is required The AptURL Protocol Handler and a Web browser support are required to install applications. The AptURL Protocol Handler is a program that handles special URLs to installing software on […]