Recommended Packages:
- icedove, for email client, to install from root terminal:
$ apt-get install -t squeeze-backports icedove
- iceweasel, for browser (its same firefox but with removed copyright content i.e., mozilla logo and its brand name firefox), to install from root terminal:
$ apt-get install -t squeeze-backports icedove
- libreoffice, gnu/gpl office software as openoffice is now voilating opensource licenses, to install:
$ apt-get install -t squeeze-backports libreoffice-writer libreoffice-calc libreoffice-impress libreoffice-gnome
- unrar, program for extracting rar archive files, to install:
$ apt-get install -t unrar
- opensource matlab, scilab, to install:
$ apt-get install -t stable scilab
- eclipse ide with jdk, to install:
$ apt-get install -t stable eclipse
and to install cdt (c++ development tools for eclipse):
$ apt-get install -t squeeze-backports eclipse-cdt
. To install g++ and its debugger:
$ apt-get install -t stable g++ gdb
- ffmpeg, for audio/video codec converter, to install:
$apt-get install -t stable ffmpeg
- kdenlive, for video/audio editing, to install:
$apt-get install -t stable kdenlive
- qcad, for 2d engineering cad/cam. to install:
$apt-get install -t stable qcad
Recommended Tasks:
- Never experiment with production system.
- Never install software outside from repo or from source code.
- Always backup on regular basis and before experimenting with new package.
- Some guide, tips and solution given on different sites are outdated and doesn’t work with your current distro. Check date of upload of these guides.
Useful links:
http://forums.debian.net/
http://debian-administration.org/
http://aboutdebian.com/
http://raphaelhertzog.com/
https://linuxfoundation.org/
https://linux.com/
http://kernel.org/
http://linux-laptop.net/
http://www.cyberciti.biz/
Like this:
Like Loading...