Monday, January 25, 2016

How to compile and run C/C++ program on Ubuntu


Okay, on previous article i show you how to install C/C++ compiler on ubuntu, now it's time for me to show you how to write a C and C++ source code and then compile and run it.

How to install C/C++ compiler on Ubuntu


If you want to run a C or C++ program you will need a C/C++ compiler to compile the source code into executable or binary. On ubuntu, you can install package called 'build-essential' to have a C and C++ compiler on your system.

Friday, January 22, 2016

How to download torrent on Ubuntu


If you want to download something via torrent/bittorrent on ubuntu, you can use program called transmission. And the good things is you don't need to install tranmission because it comes pre-installed with ubuntu.

How to setup email client on Ubuntu


Ubuntu 15.10 wily werewolf already comes with email client software which is mozilla thunderbird, you can use this as your main email client. In this article i will show you little bit how to setup email (gmail) on mozilla thunderbird.

How to install chromium on Ubuntu 15.10


You might want to have more than one web browser on your ubuntu, specially if you are developing websites or web app which need to be tested on different browser. Besides firefox, chrome, opera, you can also install chromium.

Sunday, January 17, 2016

How to install PHPMyAdmin on Ubuntu


On previous article i already show you how to install apache, php and also mysql database on ubuntu, and now you probably needing phpmyadmin as user interface for managing mysql database.

How to install PHP and Mysql on Ubuntu


Alright guys after installing apache web server, now we are going to install php mysql on ubuntu so that you guys can start developing some web application with php and mysql.

Saturday, January 16, 2016

How to install Apache web server on Ubuntu


Alright folks, in this article i will show you how to install apache web server on ubuntu, we are going to install apache version 2 (apache2), i'm currently use ubuntu 15.10 willy and this tutorial should be the same for other version of ubuntu.

Friday, January 15, 2016

How to install asciinema on Ubuntu


In this article i will show you how to install asciinema on ubuntu, so what is asciinema? asciinema is a program that can record your console/command line/terminal activity into a video.

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.

How to zip and unzip files on Ubuntu


Alright folks, today in this article i'm going to show you how to create a zip file and uncompress/unzip a zip file on ubuntu. This is a beginners tutorial dedicated to my friend michael who asked me about this.

Friday, January 8, 2016

How to create Java hello world program on Ubuntu


Alright, on previous article i just show you how to install java on ubuntu, next in this article i'm going to teach you how to create the most basic java program ever, the hello world program on ubuntu.

How to install Java SDK on Ubuntu


Even though you are not a java programmer, i bet you still need to install java for running software that requires java. In this article i will show you how to install java (JDK/JRE) on ubuntu.

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.

How to format hard drive on Ubuntu


If you are new to ubuntu, you might be wondering how to format a hard drive, usb stick, memory card, and other storage device on ubuntu. In this article i will show you how to format hard drive and other storage device on ubuntu.

Tuesday, January 5, 2016

How to connect to WIFI on Ubuntu


If you have ubuntu on your laptop, you might want to connect to the internet using wifi, so how to connect to wifi network on ubuntu??

How to check my own IP address on Ubuntu


If you are new to linux world, you might be wondering how to check on your own ip address, in this article i will show you how to check your ip address on ubuntu.

Monday, January 4, 2016

How to find out which Ubuntu version that i have


Okay now i'm going to show you how to find out about which ubuntu version that i currently have installed on my system.

How to find out my Ubuntu is 32 bit or 64 bit


There are few things that you can do, if you have no clue about what kind of ubuntu that you have whether it's 32 bit or 64 bit, follow this simple tutorial.