Compatible Support Forums: Browsing the internet

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Browsing the internet

#1 User is offline   The Pom 

  • stranger
  • Group: Members
  • Posts: 3
  • Joined: 26-August 04

Posted 26 August 2004 - 06:30 PM


0

#2 User is offline   taeuler 

  • journeyman
  • Group: Members
  • Posts: 94
  • Joined: 30-December 03

Posted 27 August 2004 - 03:53 AM

The first step to checking your connection to the internet is to do
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

If you are using lilo it would be lilo.conf instead of grub.

I hope that helps.



0

#3 User is offline   danleff 

  • Carpal Tunnel
  • Group: Moderators
  • Posts: 2903
  • Joined: 30-August 02

Posted 27 August 2004 - 12:29 PM


0

#4 User is offline   The Pom 

  • stranger
  • Group: Members
  • Posts: 3
  • Joined: 26-August 04

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
0

#5 User is offline   Dapper Dan 

  • Pooh-Bah
  • Group: Moderators
  • Posts: 1703
  • Joined: 27-September 03

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

smile
0

#6 User is offline   The Pom 

  • stranger
  • Group: Members
  • Posts: 3
  • Joined: 26-August 04

Posted 28 August 2004 - 01:11 AM

smile Sorted smile

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
0

#7 User is offline   jimf43 

  • enthusiast
  • Group: Members
  • Posts: 397
  • Joined: 13-October 01

Posted 28 August 2004 - 02:51 AM

Originally posted by the pom:
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.
0

#8 User is offline   martouf 

  • enthusiast
  • Group: Members
  • Posts: 338
  • Joined: 09-July 04

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)

0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users