Page 1 of 1
Browsing the internet
#2
Posted 27 August 2004 - 03:53 AM
The first step to checking your connection to the internet is to do
.
If it returns unknown host you have no connection. If it gives the time packets take you do this is the first step. For naything else on you RH9 someone with some RH experience can probably help.
The resaon that you get command not found is that root access with su stips environment variable (for security I think), which requires that you use absolute pathnames such as /usr/bin/adsl, instead of just typing adsl. Bash is the program that's actualy behind the terminal window. The terminals of all the distros/desktop environments have terminals to implement various shell consoles, bash is most common. If you booted into a text mode instead of the standard graphical interface you would be using bash.
To get you boot loader to say windows XP you will ahve to you bootloader config. It not very hard. From a terminal window with root access do this
mount /boot
then do one of the following depending on whether you are using kde gnome
If you are using lilo it would be lilo.conf instead of grub.
I hope that helps.
Quote:
ping -c 3 www.pick-a-website.com
If it returns unknown host you have no connection. If it gives the time packets take you do this is the first step. For naything else on you RH9 someone with some RH experience can probably help.
The resaon that you get command not found is that root access with su stips environment variable (for security I think), which requires that you use absolute pathnames such as /usr/bin/adsl, instead of just typing adsl. Bash is the program that's actualy behind the terminal window. The terminals of all the distros/desktop environments have terminals to implement various shell consoles, bash is most common. If you booted into a text mode instead of the standard graphical interface you would be using bash.
To get you boot loader to say windows XP you will ahve to you bootloader config. It not very hard. From a terminal window with root access do this
mount /boot
then do one of the following depending on whether you are using kde gnome
Quote:
kwrite /boot/grub/grub.conf
gedit /boot/grub/grub.conf
gedit /boot/grub/grub.conf
If you are using lilo it would be lilo.conf instead of grub.
I hope that helps.
#4
Posted 27 August 2004 - 03:29 PM
I'm good - ON LINE - and a happy chappy.
Seemed there was both a problem with my router plus user rights with my log-in. Sorted :-)
Danleff - no errors. I did that 'cos that's what I read I had to do. Mind you, I keep on reading conflicting things so I don't know what to believe. ifconfig is what I have seen and not the Windows ipconfig (under Linux). Does ipconfig work same as ifconfig?
taeuler - no joy mate. I don't seem to have kwrite [did a search on my hd0] but do have gedit. Anyway, useless as when I type the command I still get the 'command is not found' message.
Another odd this is that in my home directory I have two folders; one of which I can cd to and the other which I cannot. Now I have tried every way of putting slashes and upper/lower case all to no avail. What's the story with that?
So, back to the DOS thing too. I already knew to change the grub.conf and can open it with a text editor but cannot edit a thing in there. It seems to be protected but I cannot see how.
Help appreciated please
Seemed there was both a problem with my router plus user rights with my log-in. Sorted :-)
Danleff - no errors. I did that 'cos that's what I read I had to do. Mind you, I keep on reading conflicting things so I don't know what to believe. ifconfig is what I have seen and not the Windows ipconfig (under Linux). Does ipconfig work same as ifconfig?
taeuler - no joy mate. I don't seem to have kwrite [did a search on my hd0] but do have gedit. Anyway, useless as when I type the command I still get the 'command is not found' message.
Another odd this is that in my home directory I have two folders; one of which I can cd to and the other which I cannot. Now I have tried every way of putting slashes and upper/lower case all to no avail. What's the story with that?
So, back to the DOS thing too. I already knew to change the grub.conf and can open it with a text editor but cannot edit a thing in there. It seems to be protected but I cannot see how.
Help appreciated please
#5
Posted 27 August 2004 - 03:44 PM
When you try to edit grub.conf, did you become root first? Become root:
su [enter]
password [enter]
Then:
gedit /boot/grub/grub.conf [enter]
which will open grub.conf in Gedit as root. Then you should be able to edit the file.
On the ifconfig/ipconfig thing, taeuler is correct in that you must provide the entire path in Red Hat/Fedora.
As root go:
/sbin/ifconfig [enter]
And that will bring it up.
If you don't have gedit installed, just do the same command as above, only type kedit instead of gedit. then /boot/grub/grub.conf
su [enter]
password [enter]
Then:
gedit /boot/grub/grub.conf [enter]
which will open grub.conf in Gedit as root. Then you should be able to edit the file.
On the ifconfig/ipconfig thing, taeuler is correct in that you must provide the entire path in Red Hat/Fedora.
As root go:
/sbin/ifconfig [enter]
And that will bring it up.
If you don't have gedit installed, just do the same command as above, only type kedit instead of gedit. then /boot/grub/grub.conf
#6
Posted 28 August 2004 - 01:11 AM
I have changed the grub.conf using vi.
I have 1001 other things I don't understand but as a newbie I can accept this at this stage. I have to thank those in this post for helping me through getting started.
No doubt I'll be back.
Cheers all
#7
Posted 28 August 2004 - 02:51 AM
Originally posted by the pom:
Bash is the command interpreter for the Linux kernel interface. Similar to the DOS shell or the Window$ command line.
Quote:
What the heck is bash ?
Bash is the command interpreter for the Linux kernel interface. Similar to the DOS shell or the Window$ command line.
#8
Posted 28 August 2004 - 05:00 AM
it's a real knee slapper, 'bash' is:
bash == Bourne again shell
you see, there once was only 'sh' (Bourne shell) and 'csh' (C shell)
and the code for 'sh' was under copyright....
eeaaww, I guess you had to be there. 8)
bash == Bourne again shell
you see, there once was only 'sh' (Bourne shell) and 'csh' (C shell)
and the code for 'sh' was under copyright....
eeaaww, I guess you had to be there. 8)
Share this topic:
Page 1 of 1

Help










