The LinuxSolved.com GNU/Linux User Communit - Forum
You have just arrived to a friendly linux community which is helping Linux Users from Years.. You can be its part if you have not already joined it. Registration is FREE and is gateway to unlimited help and support to all your linux related needs. If you are an GNU/Linux supporter then you have come to the right place.
Show Posts
|
|
Pages: [1] 2 3
|
|
2
|
Network Troublshooting / Linux Servers Support / Permissions
|
on: May 19, 2004, 03:41:11 PM
|
|
Use umask to change parititons for all files & folders together, fmask for files, dmask for directories. It is difficult to change the permissions of individual files (look into 'mattrib').
|
|
|
|
|
5
|
Forum Issues / Forum Talk / Can linux run on 486 old computer
|
on: April 23, 2004, 03:21:59 PM
|
|
Linux can work on 386 or greater. Not every distribution can, though, because they optimize for newer cpus. Slackware can run on a 486, and older versions can run on a 386. You need 16mb of ram for a gui in Slack. You will obviuosly not be able to run something fancy like KDE, it will be intolerably slow.
|
|
|
|
|
7
|
Others / Miscellaneous / how to add second linux to a dual boot?
|
on: March 26, 2004, 12:08:59 PM
|
|
You will have to delete the Windows partition and create a Linux one for Fedora. This can be done during the installation. Make sure you know the partition's name in Linux (don't want to delete the wrong one). 'fdisk -l' will list the partitions. Whether the swap will be recognized automatically is up to the distribution. I'm not sure if Fedora recognizes swap automatically, but you can tell it which is the swap partition during installation if it doesn't recognize it by itself..
|
|
|
|
|
9
|
Others / Miscellaneous / how to add second linux to a dual boot?
|
on: March 22, 2004, 04:09:49 PM
|
|
Fedora will probably install grub. If you don't want to lose debian, do this: install fedora, telling it to put grub in it's root partition. edit the debian lilo.conf. Add an entry to load from the Fedora partition the same way it is done with Windows partitions. Now, after applying changes, there will be a Fedora entry in lilo that goes to grub. Edit the grub cfg to load Debian. When the grub loads debian fine, boot Fedora and run 'grub-install /dev/hda' to use grub instead of lilo. For partitions: from what you posted, I can only guess what the partitions' names are. Run 'fdisk -l' to get a more comprehensive description.
|
|
|
|
|
10
|
Hardware Troubleshooting in Linux / Other Devices / Automatic shutdown
|
on: March 22, 2004, 04:03:34 PM
|
|
What distro are you using? Sometimes the power management can be enabled easily. Otherwise, you will need to recompile your kernel. When recompiling, first leave out acpi support and see if apm works. Then try acpi.
|
|
|
|
|
14
|
Others / Miscellaneous / how to add second linux to a dual boot?
|
on: March 18, 2004, 11:49:25 AM
|
|
I think grub is far better than lilo, once you get around the different names. Whatever you use, you will need to add an entry to it's cfg file. With lilo, you need to run 'lilo' to apply changes. The linuxes can share swap. For more help, please elaborate on your configuration (hds,partitions), the new configuration you plan to have, and whether you want grub or lilo.
|
|
|
|
|
|
|