Forum: *nix Software Oct 20th, 2004 |
| Replies: 3 Views: 4,408 I'm assuming your workstation is currently a Windows box? Do you have a floppy drive or a USB ThumbDrive? I've not used Windows for quite sometime, not sure if there's a way to start a Linux... |
Forum: *nix Software Oct 20th, 2004 |
| Replies: 18 Views: 40,758 they are either not in your PATH (which could mean you're trying to execute them as a non-root user) or they are not.. um... installed :)?
% which grub-install
/sbin/grub-install
on my system |
Forum: *nix Software Oct 15th, 2004 |
| Replies: 18 Views: 40,758 First, you should type in the command as root: grub-install. Then, you should make changes to grub.conf (usually found at /boot/grub/grub.conf or /boot/grub/menu.lst, though I've also seen it at... |
Forum: *nix Software Nov 5th, 2003 |
| Replies: 10 Views: 9,529 |
Forum: *nix Software Aug 25th, 2003 |
| Replies: 6 Views: 4,993 God, ext3 is great; saved my ass big time ;P |
Forum: *nix Software Aug 22nd, 2003 |
| Replies: 15 Views: 9,679 I'd rather build all my applications from ground up. I don't like RPMs *ugh* |
Forum: *nix Software Aug 21st, 2003 |
| Replies: 24 Views: 7,761 Hm,
There wasn't an option for me. I very rarely run as "root", but you really don't have too. I run myself using groups (god bless groups) and users. God bless chmod g+s and god bless sudo :)... |