paultazzyman
Members-
Content count
36 -
Joined
-
Last visited
Never
Community Reputation
0 NeutralAbout paultazzyman
-
Rank
newbie
-
Can't boot XP dual booting with RH9 (LILO)
paultazzyman replied to Unnicknamed's topic in Everything Linux
I'm not sure whether this will help - but:- 1. Do you see an option "other" when you boot ?? I use grub, but I think ( about 60% certainty ) that the .conf file should be the same and my grub.conf has an entry:- title Windows XP rootnoverify (hd0,0) chainloader +1 I would suggest that a google search but this may help:- http://forums.devshed.com/archive/t-157222 Good Luck !! -
I have two machines running dual boot - both Redhat 9. I used Partition Magic to grab some of the drive for Linux and use Grub to control the boot. There were no problems with either setup. How did you partition your drive ?? What does the grub.conf file say ?? It sounds like you have a problem with the boot loader which usually ( please hold the flame throwers !! ) indicates a problem with the initrd image - have a look at the names in grub.conf and make sure the initrd file names match.
-
Red hat Linux 9 install freezes at "CD Found"
paultazzyman replied to govan's topic in Everything Linux
Can't really help with the immediate problem but I wouild suggest that you download Fedora 3 - redhat 9 is no longer supported and has basically been replaced by FC3. Unless you have an odd configuration of devices ( KB , mouse etc ) or SATA drrives you shouldn't have a problem if XP installs cleanly. Good luck !! -
Problem with Mandrake 10.1 install and SATA drive
paultazzyman replied to RyanC111's topic in Everything Linux
In general Linux does not support SATA drives with ease. Try the following links:- http://unclean.org/howto/sii3114_linux.html http://www.linuxmafia.com/faq/Hardware/sata.html I had heard, before I installed Fedora on new machine, that SATA would be best avoided, and so I did !! -
Hi !! Has anyone out there got ZAptel and Asterisk running under FC2 ?? I can get the Asterisk to compile and run but Zaptel gives mee heaps of compile errors. Most of the items I have been able to find refer to kernel modules required for Debian - not FC2. I would really appreciate some input from Zaptel/FC2 users !! I didn't post the error logs yet but if someone can help - no problem !! thanks
-
Noit a level too low - unless you are working down at the bit-bashing level ( or are an old fart like me ) the concept of HEX and binary aren't relevant in computing these days. Good post !!!
-
In the Mozilla browser - select preferences and ther is a check box for "Use Download Manger " ther !!
-
My suggestion is create a file "junk.tmp" and, as root give it various permissions and then log in via other shells as other users on the system and see what you can do with the file. You may have to make it executable to test the "x" field. Sounds dumb - but at the end permissions will no longer be a mystery !!
-
Try "chmod 774 fileName"
-
It really depends on the user environment - are you trying to set up a multi-user environment where specific groups MUST be denied access to executing,writing files or are you talking about a home/small office environment where you can trust people with ( possibly ) read and execute access. As I siad write down your requirements on a piece of paper ( a matrix ) of groups and users and the access each user and/or group of users can be trusted with. The answer will follow.
-
The use of chmod +x gives execute acces to all users. Same thing with chmod 777 and chmod +w and should be used only as a last resort. Users and groups should be set up to ensure that read and execute permissions are allowed for the group and where needed additional groups with write permissions. It needs a bit of analysis to tabulate who the users and groups are and what permissions are acceptable for each user and group - if you can't make it work on papaer it won't work in the machine. The rule is work out what you want ( and don't want ) and then implement it. The use of world execute and write permissions should be excluded by sensible analysis.
-
Linux equivalent of Window's C:\Program Files
paultazzyman replied to anjanesh's topic in Everything Linux
Just one last OT comment - I agree - I very rarely use the GUI - real people use command lines and cron so they don't have to use command lines -
Redhat 9 is no longer supported I would suggest that you use FC2 or the latest ( just a few weeks ) FC3.
-
download links dont work
paultazzyman replied to dapperdan & danleff rock!'s topic in Everything Linux
What browser are you using ?? If you are using Mozilla get into the prferenec and make sure that "use download manager" is set to Yes ! I had this problem with RH9 and never got a fix but it should be default under FC2. -
Linux equivalent of Window's C:\Program Files
paultazzyman replied to anjanesh's topic in Everything Linux
Sorry couldn't get to the original post - but, there is no one-to-one equivalance between C:\windows\program files and executables under Fedora. The closest is /usr/bin, /usr/share/bin, /usr/local/bin - but other apps are installed in an app directory, generally in the ./bin directory. The unix directory conventions were in place before windows was even thought of. Unix was not originally designed as an operating system, but was originally intended as an OS toolbox. It really needs a GUI, like Gnome, sitting over it to provide acces to the lower level toolbox functions. Read some of the early writings of guys like Ken Thompsom et. al. to get a better vioew of Unix and its origins. Try "http://www.faqs.org/docs/artu/ch02s01.html"