mozilla

2003-12-11 Thread szonyi calin
Hi Sorry if this is off-topic. I need to change the fonts in mozilla's menus because they are too small. Any ideea how can i do this ? I'm not using gnome or kde (only fvwm2). Mozilla's version is 1.3: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030313 Thanks Bye Calin P.S. Please c

Re: Multithreaded /sbin.init? Is it possible?

2003-09-15 Thread szonyi calin
--- Eric <[EMAIL PROTECTED]> a écrit : > Wouldn't the Linux Boot process be speeded up if the init > program was > multithreaded? No Boot scripts _must_ be executed in a predefined order. I was playing a liitle with this and i can give you the following advice: 1. Bash is the most exec

Howto insert newlines in a file

2002-10-01 Thread szonyi calin
Hello everybody I want to insert a new line in a html file after a statement. Can i do this with sed or awk or another program ? Thanks Bye Calin ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http

Re: Script as root

2002-10-01 Thread szonyi calin
--- Paul Kraus <[EMAIL PROTECTED]> a écrit : > I have a backup script that mounts a drive on my xp > workstations. Is > there a way I can set this script to run as root so > that I do not have > to su every time I want to run it? > sudo is used for running commands as a different user. man sudo

Re: ascii code

2002-09-24 Thread szonyi calin
--- Oana Tudor <[EMAIL PROTECTED]> a écrit : > Sorry, I forgot to mention the purpose: I need to > write my french and > spanish assignments using the accents. I also write > emails in these > languages, so I need them a lot! > thanks, > -oana > for X - xmodmap is used to configure the keyboa

Re: small computer ?

2002-09-03 Thread szonyi calin
--- Sean Rima <[EMAIL PROTECTED]> a écrit : > Originally to: Robert R Stephens > > Robert > > > How small of a computer does one need to run a GUI > with a Desktop > > environment on a linux system? > > I have used a basic 486 with a 2gb hd, but with a > small windowmanager (IceWM) > with no

Re: Cron

2002-08-20 Thread szonyi calin
--- Mike Keithley <[EMAIL PROTECTED]> a écrit : > How does one get started using cron? Thanks > Reading manual pages man crond man crontab man bash (EDITOR variable and redirection) man vi Good luck Calin ___ Do You Yahoo!? -- Une ad

Re: two questions

2002-08-10 Thread szonyi calin
--- Adam Luchjenbroers <[EMAIL PROTECTED]> a écrit : > 1) How do I manually fsck my root filesystem? > su - init 1 mount -o ro,remount / fsck /dev/hdax x - your root partition > 2) Where can I find a program to convert windows > .ICO files into a more open > file format (ie. PNG). > try

Re: Question about "find -exec"

2002-07-19 Thread szonyi calin
--- Oliver Ob <[EMAIL PROTECTED]> a écrit : > I want to find and list all files with *.snm ending. > find /mnt/c/ -name *.snm -exec ls > does not work, the man page does tell me french > fries. > > What am I missing? > try find /mnt/c/ -name *.snm -exec ls \; -print (No warranty that it will

Re: Xwindows defaults

2002-07-16 Thread szonyi calin
--- Chris Rodliffe <[EMAIL PROTECTED]> a écrit : > > This may not be quite the right list, but I'm > getting desperate. > My Gnome desktop has gone catatonic. First I lost > the pager, then > the bar with the applets (can't remember its name). > Quitting & > reloading X wouldn't bring it b

Re: ISO Image

2002-07-12 Thread szonyi calin
--- Oliver Ob <[EMAIL PROTECTED]> a écrit : > szonyi calin schrieb: > > > > --- Oliver Ob <[EMAIL PROTECTED]> a écrit : > This is > > what I would like to do: Updating a backup > > > then burn new. > > > > > > > > > Now

Re: Who's using my files?

2002-07-12 Thread szonyi calin
--- Paul Furness <[EMAIL PROTECTED]> a écrit : > Good morning / afternoon / night (delete as > appropriate for your > timezone) > rm -f /etc/localtime ? :-) > > I have a very basic problem which is pretty much the > same under all the > versions of linux I use. > > Occasionally, when I try a

Re: Konsole

2002-07-11 Thread szonyi calin
--- azie <[EMAIL PROTECTED]> a écrit : > Hi, > > I hope you can help me with this. I wanted to set > aliases like 'ls=ls > --color=auto' permanently in X Konsole. It seems > that all aliases in .bashrc > did not apply in X Konsole. How can I do this? > Run the x console with xterm -ls or r

Re: ISO Image

2002-07-11 Thread szonyi calin
--- Oliver Ob <[EMAIL PROTECTED]> a écrit : > This is what I would like to do: Updating a backup > then burn new. > > I copied the old cd using > dd=if... of=/image.iso > > Now I mounted that iso > mount -o loop -t iso9660 image.iso /mnt/image > > It is there, no problems till here. > > Now

Re: Apache in Linux

2002-07-04 Thread szonyi calin
--- "Sridhar J (june end)" <[EMAIL PROTECTED]> wrote: > Hi > > 1. I have installed Mandrake Linux 8.2 with all > server tools. But I couldn't > find where Apache was put in. I know that we have to > untar and then install > apache, but the gzip file could not be found. Can > someone help me? >

Re: User in multiple groups

2002-07-03 Thread szonyi calin
--- Chris Rose <[EMAIL PROTECTED]> a écrit : > I'm trying to get one user account to be in multiple > groups right now, and > i thought i had it licked (add the username to the > end of the line in > /etc/group). Problem is, it doesn't seem to have > done the trick, since i > still can't writ

Re: Recovery help (Maybe OT)

2002-06-28 Thread szonyi calin
Hi Thanks to all for the replies. The system is up and running again. It seems that i forgot to restore /lib :-) That's why init was running and bash didn't. Thanks again. Bye Calin ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et

Recovery help (Maybe OT)

2002-06-26 Thread szonyi calin
Hi I'm new to the list. If this is OT please tell me and i won't bother you again. I'm not a newbie but I need help. I managed to do a rm -rf / It erased my /bin /boot /dev and something from /mnt I recovered from backup but can't boot. I boot the default kernel, it boots fine. ... boot mess