Re: starting and stopping networking

2004-01-04 Thread Alan Bort
PM 1/4/2004 -0300, Alan Bort wrote: > >/sbin/service, I know it doesn't work in SuSE, I never used Debian, I am > >basing this on redhat-like distributions. > > Right. Just to be clear, normal Debian installs do not include > /sbin/service . The app name is too generic for

Re: starting and stopping networking

2004-01-04 Thread Alan Bort
/sbin/service, I know it doesn't work in SuSE, I never used Debian, I am basing this on redhat-like distributions. El dom, 04-01-2004 a las 20:26, Ray Olszewski escribió: > At 07:32 PM 1/4/2004 -0200, Alan Bort wrote: > >why not just service network stop/start > > B

Re: starting and stopping networking

2004-01-04 Thread Alan Bort
why not just service network stop/start - Original Message - From: <[EMAIL PROTECTED]> To: "James Miller" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, January 04, 2004 7:19 PM Subject: Re: starting and stopping networking > On Sun, 4 Jan 2004, James Miller wrote: > > > On

Re: setting my path

2003-09-08 Thread Alan Bort
Anyway, in RedHat the ifconfig is in /sbin/ifconfig If you want a certain user to have access to ifconfig, you should give the right permissions and then add to the .bashrc or .bash_profile the line: alias ifconfig="/sbin/ifconfig" and then log out and in again (so that the RC file will be run aga

Re: IceWM Icons

2003-08-29 Thread Alan Bort
m: "Anupam" <[EMAIL PROTECTED]> To: "Alan Bort" <[EMAIL PROTECTED]>; "Linux Newbie" <[EMAIL PROTECTED]> Sent: Friday, August 29, 2003 11:39 PM Subject: Re: IceWM Icons > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Alan Bort wro

Re: IceWM Icons

2003-08-29 Thread Alan Bort
Anupam: this is a newbie list, period. Sure, It's supported by kernel.org, but people is free to ask whatever they want. Perhaps you would like to join the kernel development list? Anyway... about your question... I use Gnome... not ice-wm... and I don't plan to. I rather use the console as often

Re: no mbox format

2003-08-14 Thread Alan Bort
revobild.net > > - > To unsubscribe from this list: send the line "unsubscribe linux-newbie" in > the body of a message to [EMAIL PROTECTED] > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.linux-learn.org/faqs -- Alan Bort P

Re: ICEwm

2003-08-01 Thread Alan Bort
ECTED] > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.linux-learn.org/faqs -- Alan Bort Personal: +595 (0)971 333 101 Fax:+595 (0)21 606 967 ICQ-UIN:73799272 =

Re: Cannot login as non-root user

2003-07-15 Thread Alan Bort
the line "unsubscribe linux-newbie" in > the body of a message to [EMAIL PROTECTED] > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.linux-learn.org/faqs -- Alan Bort Personal: +595 (0)971 333 101 Fax:

Re: su fails

2003-07-15 Thread Alan Bort
al first of > all. > One more thing: as normal user I also found I couldn't mount floppies or > cds (in spite of the 'user' option in fstab) Reinstalling the util-linux > packet has put that right. I think I put one very large foot in the works, > nothing mor

XMMS always on top

2003-06-27 Thread Alan Bort
ed by XMMS does not work. Is there a plugin such as in winamp so the play,next,prev,stop,pause,etc commands appear on the title bar of each window??? Thanks a lot. -- Alan Bort Linux Registered User 298277 -Country Manager- [http://counter.li.org] [ http://www.linuxquestions.org ] Username: Cic

Re: problems with Apache, FTP, SAMBA | Apache solved.

2003-06-20 Thread Alan Bort
El vie, 20-06-2003 a las 16:46, Ray Olszewski escribió: > At 03:35 PM 6/20/2003 -0400, Alan Bort wrote: > >I tried to send this mail as HTML, but the list rejected it... :-( > > Actually, this is a :-) . > > Many of us find the clutter of html formatting burdensome ... you&

Re: problems with Apache, FTP, SAMBA | Apache solved.

2003-06-20 Thread Alan Bort
*:* Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node Path unix 2 [ ACC ] STREAM LISTENING 978/dev/gpmctl Samba is not realy that important. In fact smaba is not important at all. as long as I have FTP working. I h

Re: problems with Apache, FTP, SAMBA

2003-06-19 Thread Alan Bort
I didn't mean to do a HUGE mail about this... so I made as short as possible. - Original Message - From: "Ray Olszewski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 3:27 PM Subject: Re: problems with Apache, FTP, SAMBA > At

problems with Apache, FTP, SAMBA

2003-06-19 Thread Alan Bort
ks. PS: what CVS server do you recomend??? and webdav? thanks a lot... yet again. -- Alan Bort Linux Registered User 298277 -Country Manager- [http://counter.li.org] [ http://www.linuxquestions.org ] Username: Ciccio [ http://es.tldp.org ] Ciccio.- - To unsubscribe from this list: send the line &

Re: usleep

2003-06-11 Thread Alan Bort
r code in > the Linux kernel or from the system hardware that code relies on. > > > > - > To unsubscribe from this list: send the line "unsubscribe linux-newbie" in > the body of a message to [EMAIL PROTECTED] > More majordomo info at http:/

Re: usleep

2003-06-11 Thread Alan Bort
body with a > usleep(100) works great... what am I missing here? > > Thanks > Lee > > #include > > int main() > { > while (1) > { > int i; > > printf("hello\n"); > for(i = 0; i < 50; i++) >

Re: disabling X display Manager

2003-06-11 Thread Alan Bort
gt; > /bin/date > > /bin/echo "That is tdays date" > > close file, change permissions; > chmod a+x my-first-script > Now type ./my-first-script > > There is a man page for this sort of thing, > man bash > > > Thanks, > > Matthew Stapleton &g