I do a lot of programming in Ubuntu Linux. A couple months ago I started to learn JAVA, previously I have used to program in C/C++ which fortunately Ubuntu is already built in GCC (GNU C Compiler) so everything works out of the box. Unfortunately the case is not the same as JAVA, Ubuntu is [...]
I used to have problem when updating security update on my Ubuntu 9.10 (Karmic Koala), the connection was extremely slow even when I’m connected to fast network and occasionally the download was dropped without any reason which could lead a disastrous results. So I’ve been researching and I figured it out the problem is with [...]
For those who new to world of Linux, and overwhelmed by CLI. I have a Command Line "Cheat Sheet" that might be what you looking for.
Compression tar cf file.tar files – create a tar named file.tar containing files tar xf file.tar – extract the files from file.tar [...]