So if you want to know what I'm doing to my system, here it is, here's how I roll...
0. I had the hardest time with this system for some reason, ended up using NTLDR and a Windows installation alongside Ubuntu. I found some instructions on Linux.com for copying from /boot to a file on the Windows partition, and to make sure I never lose it, here's the how-to... first mount the Windows partition so you've got a place to put it: `$ sudo umount /dev/sda1 /mnt` and then move the first 512 bytes of /boot to a Windows file: `$ dd if=/dev/sda5 of=/mnt/bootsect.lnx count=1` -- oh, and you'll need to edit boot.ini to add your boot info for Linux, and be very careful when you edit that file that you don't mess up the carriage control... anyway, here's what mine looks like:
[boot loader]
timeout=90
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
c:\bootsect.lnx="Linux"
That's all I have time for now, but I'll be rolling more later.
2. Packages to install... I'll keep adding to this list as I go, because I think it's a good idea to keep track of what's on the system so the next time you set one up ::cough:: it'll be easier.
via apt/package manager
- angband
- aview
- curl
- emacs23
- empire
- gimp
- inkscape
- lynx-cur
- mame
- mysql-client
- mysql-server
- openssh-server
- phpmyadmin
- pure-ftpd
- seamonkey
- simh
- wine
other downloads
- firebug (firefox -> extensions)
- chrome (google.com/chrome)
- picasa (google.com/chrome)- firebug (firefox -> extensions)
No comments:
Post a Comment