- Details
- Written by: Svend Gundestrup
- Category: Linux
- Hits: 3374
Debian
-Linux when it's best

www.debian.org
I have used Debian for about one year now, and I have to say it the best dist I have ever met, regarding stability, and preformance.
The reason im using a linux at all, is that I needed a computer that could:
- Be stable
- Could act as a file server
- Could act as a print server
The computer had to be rebootet every second day.
I then started using Red Hat 9, and bought some book about Red Hat 9.
It worked, and fairly simple to use.
Installation was as easy as windows, if you just remmebered to read the full help text of what you where being asked.
But Red Hat 9, was changed to Fedora, and was no longer controled by Red Hat coporation, witch meant that you did know what you got, and if you would like to know, you had to purchance Red Hat Linux Server Enterprise...and that is not cheep.
So my Nighbore, helped me make my first installation of Debian (Woody).
That was very hard to understand, and not very easy.
I then made some more installation, and learned form my mistakes, and found out that I would proberly be better off with Debian (sarge).
What is the difference? Sarge was at the time testing, and woody was stable.
Testing means that it's stable but not 100% stable, but still 1000x more stable then anything microsoft have ever made.
Stable means that you can setup the server, and if the power dosn't get cut, your server will still be running with out anyproblems for meany years.
When this said, testing also means that the software is old, and well tested.
Since linux might be hard to understand/use/install for the first time, there is a solution for this.
Visit http://www.knoppix.org
They have made a linux CD or DVD that is booterable.
This meany that you can play around with linux, with out installing it.
All you have to do is burn the program image you download to a cd, put the CD in your CD/DVD driver, and ask your computer to reboot from the CD.
Presently my server has only been up for +80days, the reason for the short uptime, is that I added some more ram to my computer.
I will add some more info later when I have the time.
- Details
- Written by: Svend Gundestrup
- Category: Linux
- Hits: 3112
As root: apt-get update
As root: apt-get install fakeroot java-package gcc
Download the latest .bin file form:
http://java.sun.com/j2se/1.4.2/download.html
or if there is a newer, then ude that file.
As non root: fakeroot make-jpkg jdk-1_5_0_02-linux-i586.bin
pls note, that the best ting is to copy the .bin file to your users home dir.
important to run as fakeroot, since the process might be desructive to your /ect
As root: dpkg -i sun-j2sdk1.5_1.5.0+update02_i386.deb
Xfree86 for the graphic operations
Add lines to /etc/profile
JAVA_HOME="/usr/lib/java"
export JAVA_HOME
-> This was created by Helge Tesgaard
- Details
- Written by: Svend Gundestrup
- Category: Linux
- Hits: 3546
Lesson learned: "If you think that you are betten you are, you end up reinstalling your system at least two times"
- Details
- Written by: Svend Gundestrup
- Category: Linux
- Hits: 3859
Solution: see below
Else read this official packmanager guide:
http://www.debian.org/doc/manuals/apt-howto/ch-apt-get.en.html
- Details
- Written by: Svend Gundestrup
- Category: Linux
- Hits: 3712
I tried dist-upgrade, but now my sql, php, apache, tomcat, kde, and x-windows is not working!
Watch out. Read more