hacking contest

hacking exploits security forum
hacking
compliance articles
upgrade backup exec
information security consultant

OneNight
I am about to install debian on my AMD 450Mhz 64MB RAM Laptop. I found this great walkthrough guide. I hope it will help/tempt some others to try it out!

http://www.osnews.com/story.php?news_id=2016&page=1

What else is there to run on a comp with such low specs? smile.gif
bonarez
QUOTE
What else is there to run on a comp with such low specs?


you're absolutely right! I'm running my deb on a desktop PII celeron 466 / 512 Ram with fluxbox as windowmanager (gnome or kde are just to slooow on this machine)

ps: a good url for debian kernel building: http://newbiedoc.sourceforge.net/system/kernel-pkg.html
manu
Onenight, I am gonna try it on my P2 64MB Laptop. Gonna use fluxbox as window manager. Will it detect my modem?.. Let me see. Hey, LT is Compaq presario

Manu
OneNight
I have a few words of warning about that install tut. I'ev been messing with it quite a lot and am already on my 6th install. It only takes about 15 mins for the install, but its a VERY bare system.

Here are some things you will need to consider.

1. Read up on apt-get and apt-cache... in fact all apt functions wink.gif
2. read up on dpkg. You will definitely need dpkg -i blah.deb and dpkg -l | more
3. i dont have a internet connection for my laptop (yet) so ihad to install most things from cd. Good command to know is how to mount the bloody cd (and then unmount it).
Its: mount -t iso9660 /dev/cdrom /mnt/cdrom This will only work if /mnt/cdrom directory actually exists.. So make it if its not there.
umount /dev/cdrom will unmount it.
4. You will need to install the 'make' command. (apt-get install make) and also the automake command (which is useful in some cases).
5. You will need to install: gcc, g++, python, perl (whihc i think auto isntalls if you do the others first).
6. if you are connected to internet apt-get fluxbox. Otherwise you will need to grab it seperately from a cd (as i had to).
7. Install x window system. This has to be done before you can install any window manager. Make sure you know the exact specifications of ur comp, ie, vid card, monitor etc etc
8. I had problems with my install of fluxbox and my setting arent exactly correct. here are some excerpts from things i found which are useful to know.
CODE

<OneNight> login and from the cli xf86config you need to know your monitor horiz/vert refresh rates!!!
<OneNight> when asked about your mouse select ps2 type mouse.
<OneNight> on deb/psaux (won't work until usb support is enabled as a module) Save yourself some headaches and find your ps2 adapter.
<OneNight> when asked about your vid card look thru the database and find the nvidia - for vid ram remember 1mb = 1024 when configured for ram.
<OneNight> configure for multiple vid resolutions (I like 5432) and use the 24 bit color mode.
<OneNight> -----------------
<OneNight> Does this apply to you? If so I can tell you how to fix it. Your problem is more likely, though, an faulty configuration file for X-Windows. To fix this:
<OneNight> 1) find your manuals for the computer and monitor
<OneNight> 2) start the computer
<OneNight> 3) switch to a virtual terminal (press ctrl + 1 when it starts)
<OneNight> 4) log in as root
<OneNight> 5) run "XF86Config" and follow instructions. When it asks for a place to write the output to, give it "/etc/X11/XF86Config-4"
<OneNight> -----------------------------------
<OneNight> DefaultColorDepth 16
------------------------
From a root command line I entered "XFree86 -configure".
This created a file in my /root folder called XF86Config.new .
Next I typed in "XFree86 -config /root/XF86Config.new"
It gave me a distorted X screen that the monitor couldn't sync with. I hit (ctrl+alt+nmpd+) to cycle through the different resolutions in the config file and bang it worked.


(I like to cut and paste into my own chan for notes wink.gif)

Anywyas, those tips will come in handy for when you recognise what it could be used for.

You will be pulling your hair out with installs of software. There are always shitload of prerequisites which, withthe fact i am not connected to the net, compound the matter cos i cant use apt-get to just grab from the net. I have to lookup/download/burn/install everythign manually. Real pain.

Another great resource for basic things is: http://www.newtolinux.org.uk/tutorials.shtml Talks about installs, vi editor etc etc.

Also i suggest signing up with linuxquestions.org and using the search button extensively!

About ur question, at one stage in the installation it asks for a ppp connect (modem) and such, so it should detect ur modem.

I hope i have helped more than i have confused. Any more questions about the ery basic stuff i'll gladly try and answer. There are some real linux gurus on this board who will bea ble to give you more indepth answers also!
bonarez
you can get lost quite fast when installing x on your first deb

1st thing you should know is your hardware, and I mean really know! what videocard do you have, and also very important is your monitors horizontal and vertical refresh rates.

the command I use to configure x is:
dpkg-reconfigure xserver-xfree86

here you can select your videocard, resolutions, mouse, refresrates ...
avoid using a framebuffer at first (never got my tnt2 card to run with)

I've had some issues at first installs as well, especialy with x, but once you know your hardware and some commands it gets easier!!

have a try with the command above, post your questions if you have any

QUOTE
Read up on apt-get and apt-cache... in fact all apt functions
>this is golden advice: learn apt and you will love apt!

QUOTE
Will it detect my modem?.
auch! never had to install a modem on my deb, I guess it could get a bit difficult, what kind of modem are you talking about??
misa
nice guide, good find
packet
Hey, if you get a chance get the new Sarge installer. Much better autodetect of everything and it's pretty smooth.

http://www.debian.org/devel/debian-installer/

Enjoy!

--P>G>>
w00dy
QUOTE
umount /dev/cdrom will unmount it.
proper way to unmount in linux is to unmount it from the mount point not the device driver tongue.gif
umount /mnt/cdrom
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.

 
Invision Power Board © 2001-2005 Invision Power Services, Inc.