Showing posts with label uninstall. Show all posts
Showing posts with label uninstall. Show all posts

Saturday, February 11, 2017

Clementine music player on Ubuntu


Since ubuntu 14.04, the default music player on ubuntu is always rhythmbox, i personally don't like rhythmbox because it's slow, unresponsive and buggy, i prefer clementine as music player on ubuntu.

Friday, January 20, 2017

How to remove broken PPA repo on Ubuntu


There are times when the PPA repo that you add to your local machine becomes obsolete, maybe the developer abandoned the project or something happened, so how to remove these broken PPA repo anyway?

Thursday, January 19, 2017

How to show list of PPA repo on Ubuntu


In the world of ubuntu, you will find your self adding more and more PPA repository to your system, and it's hard to keep track of PPA repository inside our machine, there is no tool that can show the list of PPA repo on our local computer.

Thursday, January 5, 2017

Searching files using Catfish on Ubuntu


If you like searching files using graphical mode on ubuntu, you might having difficulties using ubuntu built-in searching tool, it is slow and doesn't give you much choice for searching files. Introducing 'catfish', a versatile file searching tool available for free on ubuntu.

Sunday, January 1, 2017

How to install Kibana plugins (Sense, Marvel, Timelion)


Kibana is a powerful tool for visualize elasticsearch data, kibana can be even more powerful if you install plugins that available for it, such as sense, marvel, timelion, etc. Note that this tutorial is based on kibana version 4.5.1, newer kibanan version might be different.

How to install Kibana on Ubuntu


Kibana is web based dashboard for elasticsearch, and if you are playing with elasticsearch you might want to install kibana as well. Using kibana you can visualize your elasticsearch data.

Friday, December 30, 2016

Multi window terminal using Terminator


If you are command line type of person, you might need multi window terminal/console when working under command line mode, the idea is to have multiple window console inside one terminal, like this:

Tuesday, December 20, 2016

How to install Docker on Ubuntu 16.04



Docker is very popular tool for containerization, docker containers wrap a piece of software in a complete filesystem that contains everything needed to run: code, runtime, system tools, system libraries – anything that can be installed on a server.

Workbench error 'Cannot start SSH tunnel manager'


This morning i got an error when i try to open mysql workbench on my desktop pc running ubuntu 14.04, the error was 'Cannot start SSH tunnel manager'. This happened every time i try to connect to any MySQL database server, even the one on localhost.

Wednesday, October 26, 2016

How to install desktop dock on Ubuntu


Did you know that you can add program dock on your ubuntu desktop, just like on mac OS, there is a program called 'cairo dock' on ubuntu which looks similar like desktop dock on mac OS.

Wednesday, June 15, 2016

How to install debian package (.deb) on Ubuntu


When you enter the world of ubuntu, often you will find program with an extension of .deb, these are debian package, the question is how to deal with these debian package? how to install or run these debian package?

Wednesday, May 18, 2016

How to add cool desktop effect on Ubuntu


Have you ever get bored with your ubuntu desktop? why not try to add some cool effects on your desktop, in this article i will show you how to add cool visual effect on ubuntu desktop.

Friday, January 15, 2016

How to install SL (Steam Locomotive) on Ubuntu


Alright let's do something fun today, let's play with program called 'sl' (steam locomotive), it's a prank program for those who want to run ls but type sl instead.

Thursday, January 7, 2016

How to install synaptic package manager on Ubuntu


I believe since ubuntu 11.04, the synaptic package manager are no longer available on ubuntu installation, instead they choose ubuntu software center as the default software manager, which more fancy than synaptic.

How to install and uninstall program on Ubuntu


If you came from other operating system for example windows and mac, you might be little confuse on how to install and uninstall software/program on ubuntu, because ubuntu it's totally different from those two.