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
MKDOSFS(8)						      System Manager's Manual							MKDOSFS(8)

NAME
mkdosfs - create an MS-DOS file system under Linux SYNOPSIS
mkdosfs [ -A ] [ -b sector-of-backup ] [ -c ] [ -l filename ] [ -C ] [ -f number-of-FATs ] [ -F FAT-size ] [ -i volume-id ] [ -I ] [ -m message-file ] [ -n volume-name ] [ -r root-dir-entries ] [ -R number-of-reserved-sectors ] [ -s sectors-per-cluster ] [ -S logical-sector- size ] [ -v ] device [ block-count ] DESCRIPTION
mkdosfs is used to create an MS-DOS file system under Linux on a device (usually a disk partition). device is the special file correspond- ing to the device (e.g /dev/hdXX). block-count is the number of blocks on the device. If omitted, mkdosfs automatically determiness the file system size. OPTIONS
-A Use Atari variation of the MS-DOS filesystem. This is default if mkdosfs is run on an Atari, then this option turns off Atari for- mat. There are some differences when using Atari format: If not directed otherwise by the user, mkdosfs will always use 2 sectors per cluster, since GEMDOS doesn't like other values very much. It will also obey the maximum number of sectors GEMDOS can handle. Larger filesystems are managed by raising the logical sector size. Under Atari format, an Atari-compatible serial number for the filesystem is generated, and a 12 bit FAT is used only for filesystems that have one of the usual floppy sizes (720k, 1.2M, 1.44M, 2.88M), a 16 bit FAT otherwise. This can be overridden with the -F option. Some PC-specific boot sector fields aren't written, and a boot message (option -m) is ignored. -b sector-of-backup Selects the location of the backup boot sector for FAT32. Default depends on number of reserved sectors, but usually is sector 6. The backup must be within the range of reserved sectors. -c Check the device for bad blocks before creating the file system. -C Create the file given as device on the command line, and write the to-be-created file system to it. This can be used to create the new file system in a file instead of on a real device, and to avoid using dd in advance to create a file of appropriate size. With this option, the block-count must be given, because otherwise the intended size of the file system wouldn't be known. The file cre- ated is a sparse file, which actually only contains the meta-data areas (boot sector, FATs, and root directory). The data portions won't be stored on the disk, but the file nevertheless will have the correct size. The resulting file can be copied later to a floppy disk or other device, or mounted through a loop device. -f number-of-FATs Specify the number of file allocation tables in the file system. The default is 2. Currently the Linux MS-DOS file system does not support more than 2 FATs. -F FAT-size Specifies the type of file allocation tables used (12, 16 or 32 bit). If nothing is specified, mkdosfs will automatically select between 12 and 16 bit, whatever fits better for the filesystem size. 32 bit FAT (FAT32 format) must (still) be selected explicitly if you want it. -i volume-id Sets the volume ID of the newly created filesystem; volume-id is a 32-bit hexadecimal number (for example, 2e24ec82). The default is a number which depends on the filesystem creation time. -I Normally you are not allowed to use any 'full' fixed disk devices. mkdosfs will complain and tell you that it refuses to work. This is different when usind MO disks. One doesn't always need partitions on MO disks. The filesytem can go directly to the whole disk. Under other OSes this is known as the 'superfloppy' format. This switch will force mkdosfs to work properly. -l filename Read the bad blocks list from filename. -m message-file Sets the message the user receives on attempts to boot this filesystem without having properly installed an operating system. The message file must not exceed 418 bytes once line feeds have been converted to carriage return-line feed combinations, and tabs have been expanded. If the filename is a hyphen (-), the text is taken from standard input. -n volume-name Sets the volume name (label) of the filesystem. The volume name can be up to 11 characters long. The default is no label. -r root-dir-entries Select the number of entries available in the root directory. The default is 112 or 224 for floppies and 512 for hard disks. -R number-of-reserved-sectors Select the number of reserved sectos. With FAT32 format at least 2 reserved sectors are needed, the default is 32. Otherwise the default is 1 (only the boot sector). -s sectors-per-cluster Specify the number of disk sectors per cluster. Must be a power of 2, i.e. 1, 2, 4, 8, ... 128. -S logical-sector-size Specify the number of bytes per logical sector. Must be a power of 2 and greater than or equal to 512, i.e. 512, 1024, 2048, 4096, 8192, 16384, or 32768. -v Verbose execution. BUGS
None are know at the moment. If you find any, please report it them to <hpa@yggdrasil.com>. Please include the version number (Yggdrasil 0.3a). AUTHOR
Dave Hudson - <dave@humbug.demon.co.uk>; modified by Peter Anvin <hpa@yggdrasil.com>. Fixes and additions by Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de> for Debian/GNU Linux. ACKNOWLEDGEMENTS
mkdosfs is based on code from mke2fs (written by Remy Card - <card@masi.ibp.fr>) which is itself based on mkfs (written by Linus Torvalds - <torvalds@cs.helsinki.fi>). SEE ALSO
dosfsck(8), mkfs(8) Version 2.x 5 May 1995 MKDOSFS(8)
All times are GMT -4. The time now is 06:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy