... The logic is that this method prepares all the modules and you have them up to date and installed in the /lib/modules properly. Regards, Shlomi Fish ... ...
189
Idan Dolev
idan@...
May 9, 2001 1:30 pm
o.k but what is the logic behind this ? ... From: Shlomi Fish [mailto:shlomif@...] Sent: Wednesday, May 09, 2001 3:17 PM To: Gnu (E-mail) ...
188
Shlomi Fish
shlomif@...
May 9, 2001 1:17 pm
... The better way to do it is to type "make modules" and "make modules_install" and then to use depmod and modprobe. You usually don't need to recompile the...
187
Idan Dolev
idan@...
May 9, 2001 12:34 pm
Hi, I have a question. I compiled a new kernel and forgot to add module that I need now. so I reentered the menuconfig and selected the module I need. Now I...
186
Tzafrir Cohen
tzafrir@...
May 8, 2001 9:38 pm
... Yes, but there can be multiple X servers running, as long as every one of them gets a seperate display number. ":1" is display 1, so it will not try to use...
185
dgi_il@...
May 8, 2001 8:35 pm
... x is running, since kdm is running no? ... Dont worry, I guees that I did not understand a lot... ... Who cares? I just need to patch kdm so it will log on...
184
dgi_il@...
May 8, 2001 7:57 pm
I have a question and a problem. I hope there are solutions for them. 1) kdevelop open the output docking bbar (and the other window in which you can see...
183
Tzafrir Cohen
tzafrir@...
May 5, 2001 7:08 pm
... That is why I refered you to the xinit man page. What yo you describe is basically: xinit /path/to/xawtv xawtv args But maybe you'll rather use: xinit...
182
dgi_il@...
May 5, 2001 1:48 pm
From: Tzafrir Cohen To: gnubies-il@yahoogroups.com Sent: Thursday, May 03, 2001 8:28 PM Subject: Re: [gnubies-il] sending keys to window ... It is called...
181
Amir Abiri
amirabi@...
May 4, 2001 7:04 pm
I've already been flamed about this, so we can spare the same lecture twice. -- Amir Abiri amirabi@... A Certified Windows Exorcist Of the "DelTree...
180
dgi_il@...
May 4, 2001 2:01 pm
I am sorry to tell you that but it's quite old.... please tell new jokes about bill gates... the old ones arejust not that funny any more... ... From: amir...
179
Tzafrir Cohen
tzafrir@...
May 3, 2001 8:29 pm
... Hmm... I'm not sure about such program. If such a thing does not exist then it is probably not very hard to write. But you have to get over things such as...
178
dgi_il@...
May 3, 2001 6:56 pm
I want to send a string into an xwindow, how do I do it? (I want to send some keystokes to kdm for logging as a user when I press a button on my remote...
177
dgi_il@...
May 2, 2001 8:43 pm
I want to send a string into an xwindow, how do I do it? (I want to send some keystokes to kdm for logging as a user when I press a button on my remote...
176
Shlomi Fish
shlomif@...
May 2, 2001 3:10 pm
... You are right. However, my awk solution will do the trick in O(1) memory and while taking O(n) time. Of course, it is possible that one is interested in...
175
Tzafrir Cohen
tzafrir@...
May 2, 2001 12:08 pm
... Shlomi, you are underestimating ls find $MYDIRS -type f | xargs ls -lS will do the trick just fine. Look in the ls man page, and search for 'sort'. There...
174
mulix
mulix@...
May 2, 2001 11:50 am
amir, please read this mailing list netiquette FAQ: http://www.gweep.bc.ca/~edmonds/usenet/ml-etiquette.html [cc'd to the list in case some of the other new...
173
Shlomi Fish
shlomif@...
May 2, 2001 10:42 am
... Use the following command-line script: find $MYDIRS -type f | xargs ls -l | awk 'BEGIN { size=0; file=""; } {if ($5 > size) { size=$5; file=$0; } } END {...
172
amir abiri
amirabi@...
May 2, 2001 7:10 am
-- At a recent computer expo, Bill Gates reportedly compared the computer industry with the auto industry and stated, "If GM had kept up with technology like...
171
mulix
mulix@...
May 2, 2001 12:44 am
... a file in unix is only deleted once all programs holding it open exit. (all file handles pointing to it are closed). if you delete a file and it appears to...
170
dgi_il@...
May 2, 2001 12:28 am
Hi, I want to make a script which will send some key sotrokes to the current window, the script will be executed when I press the remote control. I will use it...
169
dgi_il@...
May 1, 2001 11:34 pm
Thanks, that helped me a lot, Tzafrir you were almost right, it was arts... I also needed to install png-devel but rpmdrake helped me ... Thanks all!! (now i...
168
Tzafrir Cohen
tzafrir@...
May 1, 2001 8:48 pm
... 'ls -S' sorts files by size (You can use 'ls -lS', 'ls -lS |head', etc.) You can also use du - total disk space used by a directory and its subdirectories....
167
Idan Dolev
idan@...
May 1, 2001 4:07 pm
IS there a way I can repartition online without destroying data ? redhat 6.2...
166
Idan Dolev
idan@...
May 1, 2001 3:59 pm
hi, my root partitions reached 100% and no matter what I delete it still reamns, how can I know what is my biggest file in my root partion ? I tried using mc...
165
Tzafrir Cohen
tzafrir@...
May 1, 2001 3:01 pm
... The problem is handling all the mime stuff. Other than that, you simply run a program to generate the content you want, and pipe the output to (you guessed...
164
amir abiri
amirabi@...
May 1, 2001 3:01 pm
sorry... io meant "metasend" not "sendmail" -- Certified Windows Exorcist by the "Deltree C:\Windows" Institute....
163
amir abiri
amirabi@...
May 1, 2001 1:01 pm
i think that sendmail can take attachments through command line. -- Certified Windows Exorcist by the "Deltree C:\Windows" Institute....
162
mulix
mulix@...
May 1, 2001 9:29 am
... cat filename | mail foo@... if you mean sending file as an attachment, i'm not sure mail(1) has that capability. man mail should give you an...
161
Idan Dolev
idan@...
May 1, 2001 8:41 am
Hi, Does someone know how can I send a file using the command line mail in linux example : mail -v idan@... (file ...etc..??) 10x idan...