by Omshivaprakash | Feb 8, 2012 | Gnu/Linux, linux, QuickFix, Technical
Finding debian etch iso’s was little crucial when things doesn’t work well during upgrades. Especially when the drives go wrong and you have to continue running the good old distribution, better keep a copy of the ISO’s.
Here I found those ISO’s to get going.
https://ftp.ch.debian.org/debian-cd/4.0_r7/i386/iso-cd/
https://iso.linuxquestions.org/debian/debian-gnulinux-4.0r1-etch/
Tags: Debian, Etch, ISO
by Omshivaprakash | Mar 20, 2009 | linux, Product Info, QuickFix, Technical
Are you planning to upgrade your Debian etch on your server? It’s quite simple. You just need to follow these two steps.
Edit sources.list
sudo vi /etc/apt/sources.list
and change all words etch to lenny,
Update and upgrade
sudo aptitude update
sudo aptitude install apt dpkg aptitude
sudo aptitude full-upgrade
that is all.
Do it on command line instead of running it through GDM/KDE so that these services get started automatically without any issues during the upgrade.
Recent Comments