Terminal Commands are cool and very handy sometimes (even for common users who don’t like terminal), also useful in learning some cool stuffs about Ubuntu or GNU/Linux in general (so it’s also good for learners).
I’ve prepared a list of few terminal commands – that anyone can learn and master (in couple of minutes), in order to enjoy a better experience with Ubuntu or othe
Many of us who regularly use terminal often have used ‘dpkg‘ for program installation and removal. ‘dpkg’ is basically a debian package manager that is used to install/remove Debian packages in Ubuntu as well as in Debian.
Tesseract is the best program for converting image to text, on Ubuntu/Linux. I’ve tried several OCR (Optical Character Recognition) applications but its accuracy is certainly higher than any other applications.
Tesseract is a simple and easy to use command line utility. It’s cross-platform application, and of course – it’s a free and open source software!
What Is Ubuntu?
By Roharme D
Ubuntu is an easy version of Linux. It is not windows,but it is almost user friendly like windows. No all applications have graphical interface. Many applications force users to use commands to run them.Commands are mandatory to work with Linux and Ubuntu is not an exception.
Personal Package Archive (PPA) is one way installing/upgrading software in Ubuntu. I have written a post about how to add and install software from ppa on Ubuntu. In this tutorial, I’ll explain how to remove a PPA with also removing/downgrading the package installed from it.
There’re several way removing a PPA from Ubuntu repository:
1.
Ubuntu 12.10 comes with Mozilla Firefox by default, it’s a great browser! but if you want a secondary web browser (or you like Google Chrome) then can also try Chromium (the open source project upon which Google chrome is based on) – it’s available there in Ubuntu Software Center, but you won’t get some chrome specific features such as in built flash player etc.
Due to increased ‘online security risks’ in past few years, Firewall is a mandatory application/software these days, for everybody. When you’re using Ubuntu 11.10 (or any other Linux based operating system such as Debian, Linux Mint, openSUSE, Fedora etc) then you shouldn’t worry much about security because a packet filtering system called – ‘netfilter‘ i
Audacity vs 2.0 has been released, and in Ubuntu 11.10 or older versions you may not get the latest version from official update, in that case you can install it either from the source (get it from official site) or a PPA. Obviously the first choice is not for everyone, specially if the second option is available.
Git is the most popular version control system, developed by Linus Torvalds (yeah!, he is the same guy – Creator of Linux) – for maintaining linux kernel code but now adopted by most of the developers.
Git is a distributed, fast, and efficient version control system (and of course – it’s a free and open source software), and most importantly – it’s easy to lea