Thursday, October 27, 2016

How to install Blender on Ubuntu 14.04


If you are 3D animator and you want to work on ubuntu, your best choice is to use blender, blender is a free and open source 3D animation suite.

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.

Friday, September 2, 2016

How to setup SSH keys on Ubuntu


If you use ssh very often, or if you are using git and github on ubuntu, you might want to generate ssh keys on your computer.

Thursday, September 1, 2016

How to install open SSH server on Ubuntu


If you want to use ssh on remote computer, you need to install ssh server on that remote computer, assuming the remote computer is using ubuntu.

Friday, August 19, 2016

How to delete user on Ubuntu


Besides creating new user and showing list of user on ubuntu, you can also delete a user, if you need it. Just like create new user, there is also a dedicated command for deleting user on ubuntu.

Thursday, August 18, 2016

How to show list of user on Ubuntu


After creating new user, you might want to show list of user on ubuntu, to confirm the new user is really exist (although this is not necessary). Or perhaps you just want to take a look at list of user on your machine.

Wednesday, August 17, 2016

How to create new user on Ubuntu


Creating new user on ubuntu is fairly simple, there is a command line tool for creating new user on ubuntu. In this article i will show you how to create new user on ubuntu.