Ubuntu Linux usefull resources. Learn how to install Ubuntu, wich is the best Linux distro to download. Windows compatibility. Master Ubuntu server edition, learn the bash command line and grub. Handle USB devices. Learn about Linux on desktop or netbook. Manager Wireless device. Go cloud with virtualbox. Linux software reviews and more.
GDB: the GNU debugger
gdb is the command line tool to debug any Linux binary that has not been stripped or a core file. A core is a file left around by an application when it crashes. If your lazy you can use many frontends to gdb for example: cgdb – console debugger ddd – ultra nice graphic debugger Leggi tutto…