You are not logged in.

#1 2005-09-21 23:54:27

Ethilien
Member
From: Parker, CO
Registered: 2005-09-21
Posts: 36
Website

Endless ping and other confusions...

This is my first time using linux, except a few experiment with fedora, so I have no idea how to use the command line very well. I've been trying to get the network setup, but I keep accidentally starting endless pings when I forget to set the number of pings to complete. Is there any way to quit ping?

Another question I have is, how do you reload the network interface without rebooting?

Thanks for the help, I'll probably have plenty more stupid questions to come big_smile


-Connor McKay

"He is no fool who gives what he cannot keep to gain what he cannot lose" - Jim Elliot

Offline

#2 2005-09-22 00:37:46

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Endless ping and other confusions...

Ethilien wrote:

This is my first time using linux, except a few experiment with fedora, so I have no idea how to use the command line very well. I've been trying to get the network setup, but I keep accidentally starting endless pings when I forget to set the number of pings to complete. Is there any way to quit ping?

Ctrl-C will stop any program started from the command line.

Ethilien wrote:

Another question I have is, how do you reload the network interface without rebooting?

As root user, do:
/etc/rc.d/network restart

and Welcome to Arch! big_smile

Offline

#3 2005-09-22 05:11:21

Vince
Member
Registered: 2005-03-08
Posts: 22

Re: Endless ping and other confusions...

Also, you can do
ping -c 4 www.google.com

that will ping google 4 times

Offline

#4 2005-09-22 17:26:39

xerxes2
Member
From: Malmoe, Sweden
Registered: 2004-04-23
Posts: 1,249
Website

Re: Endless ping and other confusions...

don't forget to look in the wiki, there's tons of docs that will fix most of your problems, smile


arch + gentoo + initng + python = enlisy

Offline

#5 2005-09-22 18:15:05

Ethilien
Member
From: Parker, CO
Registered: 2005-09-21
Posts: 36
Website

Re: Endless ping and other confusions...

Thanks, now I won't get stuck in ping anymore tongue

I've looked in the wiki a bunch, but I couldn't find anything about these problems sad

I guess you can use the restart command on any of those interfaces listed under rc.d?


-Connor McKay

"He is no fool who gives what he cannot keep to gain what he cannot lose" - Jim Elliot

Offline

#6 2005-09-22 18:27:32

Ethilien
Member
From: Parker, CO
Registered: 2005-09-21
Posts: 36
Website

Re: Endless ping and other confusions...

One other question. How do I get the command line to display full screen?


-Connor McKay

"He is no fool who gives what he cannot keep to gain what he cannot lose" - Jim Elliot

Offline

#7 2005-09-22 19:03:16

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Endless ping and other confusions...

Ethilien wrote:

I guess you can use the restart command on any of those interfaces listed under rc.d?

Yes, the /etc/rc.d/ scripts are arch specific... they are just scripts so you can open them in an text editor if you'd like to view them.

They usually accept "start", "stop", and "restart".

Ethilien wrote:

One other question. How do I get the command line to display full screen?

When you're in X (I'm assuming you are) you can just maximize the terminal you're using.  If you want to switch back to your virtual terminals (like the one you see on boot), you can use Ctrl+Alt+F1 - Ctrl+Alt+F6 (Ctrl+Alt+F7 is your X server, so you can switch back to it).

Offline

#8 2005-09-22 19:53:48

Ethilien
Member
From: Parker, CO
Registered: 2005-09-21
Posts: 36
Website

Re: Endless ping and other confusions...

No, I haven't installed X yet...

Its the normal text-only command line that doesn't display full screen.


-Connor McKay

"He is no fool who gives what he cannot keep to gain what he cannot lose" - Jim Elliot

Offline

#9 2005-09-22 20:33:24

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Endless ping and other confusions...

Ethilien wrote:

No, I haven't installed X yet...

Its the normal text-only command line that doesn't display full screen.

Hmmm... do you have a camera to take a picture?  You're saying your virtual terminal does not take up the entire monitor?  That's odd - what kind of monitor/video card do you have?

Offline

#10 2005-09-22 22:27:02

Ethilien
Member
From: Parker, CO
Registered: 2005-09-21
Posts: 36
Website

Re: Endless ping and other confusions...

Well, its a toshiba laptop (satelite pro 6000) with a trident video card.

I read on another site something about increasing the framebuffer size. How do you do that?
http://freeunix.dyndns.org:8088/site2/h … 6000.shtml


-Connor McKay

"He is no fool who gives what he cannot keep to gain what he cannot lose" - Jim Elliot

Offline

#11 2005-09-23 21:53:18

jftaylor21
Member
From: Arch Linux Forums
Registered: 2004-02-21
Posts: 237

Re: Endless ping and other confusions...

General information, including boot parameters, about the tridentfb driver can be found here:

less /usr/src/INSERT_YOUR_KERNEL_VERSION_HERE/Documentation/fb/tridentfb.txt

Offline

Board footer

Powered by FluxBB