Archive for the “Linux/Unix Programming” Category
Nov
10
2009
Oct
23
2009
How to Create a Shell Script to Listen to Radio via MplayerPosted by Spyros in Linux/Unix Programming, tags: bash shell, linux, mplayer, mplayer radio, radio script, shell script
Oct
08
2009
How to Use Tar, Gzip and Bzip2 Under The Unix ShellPosted by Spyros in Linux/Unix Programming, tags: bzip2, compress a file, create archive, gzip, tar, use bzip, use gzip, use tar with bzip, use tar with gzip
Sep
29
2009
Linux Programming in C BasicsPosted by Spyros in C/C++ Programming, Linux/Unix Programming, tags: c basics, c linux programming, c programming, c programming basics, introduction to c++, linux programming in c, Linux/Unix Programming
Sep
28
2009
How to Recompile Your Linux Kernel EasilyPosted by Spyros in Linux/Unix Programming, tags: kernel compile, kernel recompilation, linux kernel, recompile linux kernel, unix kernel
|


When moving to linux or other unix based systems, it is a standard that new users have a problem using tar, gzip and bzip2 in order to compress their archives. I remember that back at the days i first used a linux system, i had lots of trouble using these commands.
If you are a windows programmer, linux programming might seem a bit daunting at first but it really isn’t. Most of you will feel pretty comfortable with, or just a bit awkward mostly for using the shell. In linux, it’s quite standard that C programs are compiled under the GNU C Compiler named GCC. As with every GNU tool, you can download this for free in your linux machine, maybe even using your package manager(synaptic for instance) or shell (apt-get install gcc) for debian-ubuntu users(like me
If you are a native linux user, you have surely been in the case where you just did not need a system with just about every package there is out there. If you always wanted to know how to upgrade your kernel manually and configure what packets you need yourself, read on.
Entries (RSS)