[OT] HP-UX and vi

2000-08-13 Thread Alexander Indenbaum

Hello!

I have strange problem with vi under HP-UX.
For example '#' sign could not be typed nor pasted.

What do you think?
-- 
Alexander Indenbaum
[EMAIL PROTECTED]

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




RE: [OT] HP-UX and vi

2000-08-13 Thread Mevorach, Assaf

I believe this is a Israel LINUX mailing list not HP-UX?

-Original Message-
From: Alexander Indenbaum [mailto:[EMAIL PROTECTED]]
Sent: Sunday, August 13, 2000 9:50 AM
To: Israel Linux Users
Subject: [OT] HP-UX and vi


Hello!

I have strange problem with vi under HP-UX.
For example '#' sign could not be typed nor pasted.

What do you think?
-- 
Alexander Indenbaum
[EMAIL PROTECTED]

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: IRC and IP resolving

2000-08-13 Thread Shaul Karl

Will you tell us how much they charge you for your static IP? 
Does the connection is done with an ISDN line?


> Hey,
> 
> On Sat, 12 Aug 2000 [EMAIL PROTECTED] wrote:
> 
> > I have a little Off Topic question but it's somehow related to linux.
> > I have a static IP and i asked my ISP to reverse DNS it for me.
> > Now, when i /dns my ip it resolves to the domain but others see only my IP.
> > not the domain! it's like,
> > [EMAIL PROTECTED] and not [EMAIL PROTECTED]
> > Anyone knows this issue?
> 
> Yes.
> 
> BezeqInt have a problem that they did not register (at all, or not
> correctly) some of their Class C networks in RIPE, and that is causing
> that problem -- I had the same problem and in fact they didn't solve it
> yet, but I know someone they solved it for and it works fine ...
> 
> =---=
> Nimrod Simba Carmi,
> School Sucks
> http://www.schoolsucks.com
> http://www.schoolsucks.co.il
> Phone: +972-5423-9910
> Fax: +972-6651-5473
> 
> 
> "... Have you heard the news? The dogs are dead!
> You better stay home and do as you're told
> Get out of the road if you want to grow old."
> 
> 
> 
> =
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]

-- 

--  Shaul Karl <[EMAIL PROTECTED]>

Donate free food to the world's hungry: see http://www.thehungersite.com



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: [OT] HP-UX and vi

2000-08-13 Thread Hetz Ben Hamo

Assaf,

Thats why it said in the subject [OT] - which, in case you didn't know, means
OFF TOPIC!

And there are quite a few users who use HP-UX on this list.

Hetz

"Mevorach, Assaf" wrote:
> 
> I believe this is a Israel LINUX mailing list not HP-UX?
>

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: [OT] HP-UX and vi

2000-08-13 Thread Yaron Zabary

On Sun, 13 Aug 2000, Alexander Indenbaum wrote:

> Hello!
> 
> I have strange problem with vi under HP-UX.
> For example '#' sign could not be typed nor pasted.
> 
> What do you think?

  Check with stty. Some old SysV use # as del. Just add the appropriate
stty erase command to your .cshrc/.profile .

> --
> Alexander Indenbaum
> [EMAIL PROTECTED]
> 
> =
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
> 
> 


-- Yaron.


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: [OT] HP-UX and vi

2000-08-13 Thread Nadav Har'El

On Sun, Aug 13, 2000, Yaron Zabary wrote about "Re: [OT] HP-UX and vi":
> On Sun, 13 Aug 2000, Alexander Indenbaum wrote:
> 
> > Hello!
> > 
> > I have strange problem with vi under HP-UX.
> > For example '#' sign could not be typed nor pasted.
> > 
> > What do you think?
> 
>   Check with stty. Some old SysV use # as del. Just add the appropriate
> stty erase command to your .cshrc/.profile .

That ("#" as the erase character) was true around 1980, especially before
CRT terminals were common (they were already common by 1980) :) I've never
seen it anywere in the last decade... But who knows...

Quoting Kernighan & Pike's "The Unix Programming Environment" (published in
1984, mind you, before System V was released if I remember correctly), says:

"The sharp character # erases the last character typed; each # erases
 one more character, back to the beginning of the line (but not
 beyond) The particular erase and line kill characters are very
 system dependent. On many systems (including the one we use), the
 erase character has been changed to backspace, which works nicely on
 video terminals."

Anyway, Alexander, if Yaron's guess turns out incorrect, maybe it would be
easier to answer your question if you can explain what "could not be typed nor
pasted" means. What happens when you type "#"? Does it print anything? Does
it act like a backspace? Does anything else seems to happen? Try running "xev"
and see if the "#" (shift-3? Or do you have a seperate key?) key does anything
at all?


-- 
Nadav Har'El|  Sunday, Aug 13 2000, 12 Av 5760
[EMAIL PROTECTED] |-
Phone: +972-53-245868, ICQ 13349191 |Just remember that if the world didn't
http://nadav.harel.org.il   |suck, we would all fall off.

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: [OT] HP-UX and vi

2000-08-13 Thread Dani Arbel



On Sun, 13 Aug 2000, Alexander Indenbaum wrote:

> Hello!
> 
> I have strange problem with vi under HP-UX.
> For example '#' sign could not be typed nor pasted.
> 
> What do you think?
That you should use Linux instead
> -- 
> Alexander Indenbaum
> [EMAIL PROTECTED]
> 
> =
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
> 
> 


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




List of Mailing-Lists

2000-08-13 Thread Shlomi Fish

I prepared a list of Israeli Linux-related mailing-lists and placed it here:

http://vipe.technion.ac.il/~shlomif/mailing-lists/

Your comments are welcome. If anybody wishes to add something to it, or 
mend the guidelines, or add information, please contact me by E-mail or 
post it to this list.

I'll move it to the main Linux-IL site, after I see that it is in finalized 
condition.

Regards,

Shlomi Fish


--
Shlomi Fish[EMAIL PROTECTED]
Home E-mail:   [EMAIL PROTECTED]
Home Page: http://t2.technion.ac.il/~shlomif/

I don't believe in fairies. Oops! A fairy died.
I don't believe in fairies. Oops! Another fairy died.


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




NT logon over PPP - uncharted Domains?

2000-08-13 Thread Ira Abramov


I have moved my company's dialup lines to ppp on linux (instead of the
NT's RAS server, which is rediculously brain damaged).

the login and IP routing works OK. the NT client that dials up can see
the internet and connect outlook to the exchange etc, but logging on to
the NT domain and  finding servers other by their IP address is
impossible. I thought proxyarp should solve that, but sems I was wrong,
anyone ever solved this? can a M$ client only browse an M$ network if on
an NT RAS or something? (and yes, I do have netBEUI disabled!)

thanks in advance,
Ira.

-- 
Ira Abramov, GNU/Linux advocate.
(@- 
//\ "Akamai, Google, MicroSoft, Sun, Oracle, Intel, NASA, Sony, 
v_/_Python, JPG, PNG - CS masturbation is changing the world."
 -- C.S. explaining her views on masturbation to Linus, 3/7/2000



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: NT logon over PPP - uncharted Domains?

2000-08-13 Thread Alex Shnitman

Hi, Ira!

On Sun, Aug 13, 2000 at 05:30:37PM +0300, you wrote the following:

> I have moved my company's dialup lines to ppp on linux (instead of the
> NT's RAS server, which is rediculously brain damaged).
> 
> the login and IP routing works OK. the NT client that dials up can see
> the internet and connect outlook to the exchange etc, but logging on to
> the NT domain and  finding servers other by their IP address is
> impossible. I thought proxyarp should solve that, but sems I was wrong,
> anyone ever solved this? can a M$ client only browse an M$ network if on
> an NT RAS or something? (and yes, I do have netBEUI disabled!)

How does the routing table on the client look like? Basically, from
the client's point of view, it's sitting on a two-node network with
the PPP server, and there's no one else on this networksegment. That's
why it doesn't see anything (the NT PDC is out of its broadcast
domain). Maybe if you dialup to NT's RAS it fixes the client routing
table so that it views the whole subnet as locally connected through
ppp0 as if it was a NIC, and then all the servers on the subnet of the
RAS server respond to its broadcasts. (In other words, the difference
between looking at ppp0 as a PTP connection and looking at it as a NIC.)

Just a shot in the dark actually, I may be all wrong.


-- 
Alex Shnitman| http://www.debian.org
[EMAIL PROTECTED], [EMAIL PROTECTED]   +---
http://alexsh.hectic.netUIN 188956PGP key on web page
   E1 F2 7B 6C A0 31 80 28  63 B8 02 BA 65 C7 8B BA

mutt is a text-based client; this is a huge advantage for me, as I tend
to type emails, not click them
-- Lars Hecking on the mutt-users list, on comparing mutt to some
   graphical e-mail client

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




RE: 128k over isdn

2000-08-13 Thread Alex Rier

Sure:  http://www.isdn4linux.de/faq


Alex Rier| 
Linux Consultant | Tel:  +972-52-442549
Breakthrough Ltd.| FAX:  +972-3-5364060
http://www.breakt.co.il  | mailto:[EMAIL PROTECTED]


-Original Message-
From:   alex khalil [SMTP:[EMAIL PROTECTED]]
Sent:   Sat August 12 2000 18:12
To: [EMAIL PROTECTED]
Subject:Re: 128k over isdn

  Is there an FAQ anywhere?

On Sat, Aug 12, 2000 at 06:45:51PM +0300, Nimrod S. Carmi wrote:

>This is getting annoying I think people should start looking in the 
>list archive before coming here or something.
>
>Anyways, use the attached script.
>
>On Sat, 12 Aug 2000, Ishai Parasol wrote:

>> I'm trying to get connected to my isp (bezeqint) with 128k isdn but all i

[...]

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: NT logon over PPP - uncharted Domains?

2000-08-13 Thread Gilad Ben-Yossef


On Sun, 13 Aug 2000, Alex Shnitman wrote:

> Hi, Ira!
> 
> On Sun, Aug 13, 2000 at 05:30:37PM +0300, you wrote the following:
> 
> > I have moved my company's dialup lines to ppp on linux (instead of the
> > NT's RAS server, which is rediculously brain damaged).
> > 
> > the login and IP routing works OK. the NT client that dials up can see
> > the internet and connect outlook to the exchange etc, but logging on to
> > the NT domain and  finding servers other by their IP address is
> > impossible. I thought proxyarp should solve that, but sems I was wrong,
> > anyone ever solved this? can a M$ client only browse an M$ network if on
> > an NT RAS or something? (and yes, I do have netBEUI disabled!)


(I already sent this, but never saw my answer...)
Open the ppd man page and look for the "wins". That's what you need.


---
Gilad Ben-Yossef <[EMAIL PROTECTED]>
  Tel:  +972-54756701 
   GP: Is Eris true?  Fax:  +972-15154756701
   M2: Everything is true.HTTP: http://benyossef.com
   GP: Even false things? GPG:  64C5 8B59 74D5 8FAE F097
   M2: Even false things are true.  8DF8 4590 CE75 F444 6178
   GP: How can that be?   SMS:  http://benyossef.com/how.html
   M2: I don't know man,I didn't do it.   IRC:  Fidros




=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: NT logon over PPP - uncharted Domains?

2000-08-13 Thread Arie Vayner

Hi

There is a very easy solution for your problem...

Activate WINS service on one of your NT servers, then at home enter it's
IP address in the "WINS Server" box ( ;-) )

Another solution is to create a hosts + lmhosts files on your home
computer

Have fun

---
Arie Vayner
Netvision - Networking Department
http://www.netvision.net.il
email: [EMAIL PROTECTED]
tel: 972-4-8560402 fax: 972-4-8550345 
mobile: 972-51-767457

On Sun, 13 Aug 2000, Ira Abramov wrote:

> Date: Sun, 13 Aug 2000 17:30:37 +0300 (IDT)
> From: Ira Abramov <[EMAIL PROTECTED]>
> To: FLiCK <[EMAIL PROTECTED]>
> Subject: NT logon over PPP - uncharted Domains?
> 
> 
> I have moved my company's dialup lines to ppp on linux (instead of the
> NT's RAS server, which is rediculously brain damaged).
> 
> the login and IP routing works OK. the NT client that dials up can see
> the internet and connect outlook to the exchange etc, but logging on to
> the NT domain and  finding servers other by their IP address is
> impossible. I thought proxyarp should solve that, but sems I was wrong,
> anyone ever solved this? can a M$ client only browse an M$ network if on
> an NT RAS or something? (and yes, I do have netBEUI disabled!)
> 
> thanks in advance,
> Ira.
> 
> -- 
> Ira Abramov, GNU/Linux advocate.
> (@- 
> //\ "Akamai, Google, MicroSoft, Sun, Oracle, Intel, NASA, Sony, 
> v_/_Python, JPG, PNG - CS masturbation is changing the world."
>  -- C.S. explaining her views on masturbation to Linus, 3/7/2000
> 
> 
> 
> =
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
> 


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Virtual desktops in GNOME

2000-08-13 Thread Subba Rao


I am pretty new to GNOME. My .xinitrc has gnome-session at the end.
What I am looking for is virtual desktops (like I had in FVWM2). I would like
that available on the desktop or in the panel(if that's what it is called) on
the bottom.

Where can I find some sample configurations on how to setup virtual destops in
GNOME?

Thank you in advance.
-- 

Subba Rao
[EMAIL PROTECTED]
http://pws.prserv.net/truemax/

 => Time is relative. Here is a new way to look at time. <=
http://www.smcinnovations.com

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]