Sponsored Content
Full Discussion: which distro?
Operating Systems Linux Debian which distro? Post 48468 by LivinFree on Tuesday 9th of March 2004 12:16:52 AM
Old 03-09-2004
I'm not a Knoppix expert, but I think it's a little more stripped down - a live filesystem that you can boot up somewhere, like the floppy "tomsrtbt" distribution (with more tools, and features, of course.)

The suggestion above to check your hardware versus the compatibility list is a great one. Also, you may end up having to use something that's "just close enough" to work in a less-than full-featured capacity. If you really want to try some stuff, sometimes you can find a bleeding edge driver that may or may not work well. It can get pretty tricky sometimes, but I've rarely found a time that I couldn't make something work, with the exception of getting a decent resolution on a cheap-o on-board graphics hookup.

As for your specific requirements, without spending a ton of time to research every one, I'm going to make a guess and say you can do most of what you need here, if not all of it with a Linux distribution. I am not taking into consideration drivers or lack thereof, so checking that compatibility list will be beneficial (although you're most likely to find support for older hardware, such as yours).
Running Windows programs via WINE or VMWare is going to be painful. As in painfully slow... Perhaps you might want to look into Open Office,which, while not perfect, is pretty neat.
I can't really comment on the printing issue, but I'm fairly sure it's possible to create a simple postcript file on disk, then shoot it over to another machine (possibly even setting up print services on your OSX laptop.)
Since I'm not within immediate reach of a Linux box at the moment, I don't know if there's filesystem support for HFS+ in the kernel, but if not, you could always format the disk another way (Mac OSX and Linux can both speak FAT32, for example.)

Now, I know you don't want to hear it, but purchasing hardware can be an effective way to get a working system. I bought, a while back, an HP9000 workstation from eBay, which cost under $50 USD, including shipping. It was preinstalled with Debian GNU/Linux, which runs on that chip (pa-risc), although I can also install NetBSD if I choose so (or HP-UX, which the machine is built to run - I have an HP9000 running HP-UX, and I have to say it's quite zippy, considering the age of the box.)

Hope this helps a little - I don't have any real solid answers, but it shouldn't stop you from jumping right in! That's how many of us started.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Which distro best for me?

Im goin to build a server soon, im planning to use it for a dedicated server for my favorite game counterstrike. I also want to use it as a file server for my lan, should i also make this server my internet gateway and dhcp server or should i just continue using my linksys router for those tasks? ... (5 Replies)
Discussion started by: stealthdestroyr
5 Replies

2. UNIX for Dummies Questions & Answers

Linux distro

Hi I'm have old toshiba laptop(t1900) 486, 4mbRAM and ~120MB of hdd I'm looking for distro to suite my comp, no need for X windows but not enything that runs on FAT, just normal small Linux. Actually, *BSDs will do as well. If u know any distro that would do this I will be thankful for hint ... (4 Replies)
Discussion started by: wolk
4 Replies

3. UNIX for Dummies Questions & Answers

Looking for right distro...

Hello all! I am searching for a *nix distro for a project I am about to undertake. I have a laptop (p3 500mhz, 128MB ram, 10GB hard drive) that I would like to use as a server for VPN & possibly hosting a small personal web site. Now, here is where it gets a bit tricky. There is no optical... (2 Replies)
Discussion started by: DISK
2 Replies

4. Gentoo

Distro reccomendation

Ok i would like to dual boot the most unix like distro on my laptop (inspiron 1525). I would like to have no gui so i get used to the console etc but i guess being able to boot a gui if i'm desperate (prefer gnome). Thanks everyone. (7 Replies)
Discussion started by: Swathe
7 Replies

5. UNIX for Dummies Questions & Answers

New to linux. Which distro should i use?

want to know which Linux distro is 4 me. want 2 teach my self programing and problem solving. i want to learn code and write code. i have an acer aspire one 2GB memory 160 GB HDD intel Atom. look im as noobie as it gets im a MS xp, vista boy want to go beyond graphical click and do... any help... (1 Reply)
Discussion started by: BizilStank
1 Replies

6. Linux

Choosing the best distro.

Hi all Help me find the best distro for the following configurations: Intel pentium IV 1.6 Ghz 128 MB RAM :( 40 GB Hardisk with one very big partition more than 35 gb n another 2 gb partition. windows xp is already installed but has enough free space (26gb). Which linux will be... (0 Replies)
Discussion started by: bbala
0 Replies

7. Linux

how to build my own distro

howdy.... I am currently in a project, which needs a new distribution of linux.. At first, we select suse as our platform, but this newest version suse is at least several gigabytes. but recently, we want to run out system in a flash card with capacity of 500M, So, self-customized linux is... (6 Replies)
Discussion started by: macroideal
6 Replies

8. Fedora

What distro for server

I want to setup a Linux Server on Win7 / Virtual Box for developmet/testing (LAMP, JavaScript). I am gonna need the following programs installed: MySQL Imagemagic Mencoder Ffmpeg Flvtool Qt-faststart Ioncube loader PHP I know that choice comes down to: Centos Fedora Debian ... (2 Replies)
Discussion started by: jtt89
2 Replies

9. Linux

Best Linux Distro

Hello, I have a Compaq Presario v3000 5 year old laptop, with 1 GB RAM and currently running the (slow and stupid) Windows 7 32 bit, thus I would like to dual boot it with an appropriate distro of Linux that 1) Doesnt consume too much resources (1 GB RAM is not a lot of space) and it ll be... (4 Replies)
Discussion started by: ajayram
4 Replies

10. Linux

Help choosing distro

Hi, I just ordered an Skylake NUC and will run Linux on it. My distro of choice has been Ubuntu but I am fed up with the release cycle and would like more of a rolling release. I would say I am an intermediate level Linux user. It's going to be a HTPC, I want to have the latest kernels... (0 Replies)
Discussion started by: rthorntn
0 Replies
Linux::Distribution::Packages(3pm)			User Contributed Perl Documentation			Linux::Distribution::Packages(3pm)

NAME
Linux::Distribution::Packages - list all packages on various Linux distributions SYNOPSIS
use Linux::Distribution::Packages qw(distribution_packages distribution_write); $linux = new Linux::Distribution::Packages({'format' => 'csv', 'output_file' => 'packages.csv'}); $linux->distribution_write(); # Or you can (re)set the options when you write. $linux->distribution_write({'format' => 'xml', 'output_file' => 'packages.xml'}); # If you want to reload the package data $linux->distribution_packages(); DESCRIPTION
This is a simple module that uses Linux::Distribution to guess the linux distribution and then uses the correct commands to list all the packages on the system and then output them in one of three formats: native, csv, and xml. Distributions currently working: debian, ubuntu, fedora, redhat, suse, gentoo, slackware, redflag. The module inherits from Linux::Distribution, so can also use its calls. EXPORT None by default. TODO
* Add the capability to correctly get packages for all recognized distributions. * Seperate out parsing from writing. Parse data to hash and give access to hash. Then write the formatted data from the hash. AUTHORS
Judith Lebzelter, <judith@osdl.org> Alberto Re, <alberto@accidia.net> COPYRIGHT AND LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available. perl v5.10.1 2006-04-19 Linux::Distribution::Packages(3pm)
All times are GMT -4. The time now is 08:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy