@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8



Comments:

<0> i didn't find any help on the web nor did it help me reading the manuals/faq's on ndiswrapper.sf
<1> sis162u?
<0> yes
<1> *sigh* ndiswrapper :(
<1> ****s to be you...
<0> yes it does
<1> doesn't bring them up, or theyre non-existant?
<1> ifconfig -a
<0> doesn't show it
<1> dmesg ?
<0> Installed ndis drivers:
<0> sis162u driver present, hardware present
<0> ndiswrapper: driver sis162u (Silicon Integrated Systems Corp.(1.05.01),10/26/2004,5.1.1039.1050) loaded
<0> ndiswrapper (ndiswrapper_add_usb_device:363): Windows driver couldn't initialize the device (C000009A)
<1> I used ndiswrapper once... and almost stabbed someone
<1> waaaiiit



<1> lemme see
<1> did you try the linux driver?
<1> nm thats the 160 driver
<0> didn't think there was one
<1> I would just forget it, and get a real card
<0> what annoys me is that it says that it's known to work
<1> if you follow the steps, and it doesn't work, then you may not have 400,000,000k stacks... cause windows needs m***sssive stacks
<1> by 400,000,000k I mean 16k...
<1> which is huge
<0> ok
<2> Hello Idle...
<1> hello
<2> Got your home machines back up yet?
<1> not really... I've been relaxing
<0> well thanks
<3> how do i update my cpan database?
<2> Idle` Have you seen the jet powered VW beetle? At least its web page?
<1> theres lots of jet powered cars
<2> Yeah. I thought the beetle was cool though.
<1> hehe
<1> link?
<2> http://www.ronpatrickstuff.com/
<1> street legal!?
<2> If I win the lottery, I'll have to put dual engines with afterburners in my Mustang. Control the whole thing with Linux of course.
<2> Yeah - he never took out the other engine.
<1> thats awesome
<1> obviously cant wind up the jet while on the road tho
<2> Actually he can. whether or not it's legal is another story.
<1> he claims its a hybrid, so he wants to drive in the commuter lane
<1> hahaha
<2> Yeah. Depends on how much I'd want to torque off the cops
<1> totally
<1> 'cant catch me! I've got 1300HP'
<2> I actually wonder what the numbers on that engine are. Horsepower doesn't mean a lot with a turbine because of how they work.
<2> The real thing is how many pounds/newtons of thrust do you get out of it at a given speed.
<2> With a regular engine, if you're doing 100mph, you don't have much torque because you had to gear down. A turbine on the other hand is just warming up and has a lot of thrust left.
<3> I want to install a turbo on my alfa romeo gtv 1982 now ;D
<1> yep
<1> I know
<1> thats still pretty nice tho
<2> I'm outa here
<1> ciao
<4> i have an issue with my tv tuner...
<3> o really?
<4> it's been working great until yesterday. now the picture is garbled but the audio is fine
<4> hauppauge wintv PCI
<4> doesn't matter what tv tuner program i use
<3> check the contacts
<4> yea, i reseatted the card and checked the cable
<4> the audio is fine and the FM radio function works perfectly
<4> i've had the card for about 5 years now, maybe it's time for a new one
<4> maybe i should check it in windows first
<5> wonder whats problem with xorg/kde/firefox while using firefox it slowly fills my memory and swap and then crashes my X. didnt happen with previous x versions
<6> How do I figure out why my site went super duper ultra slow? I did a top and my server load was stable around 1 and the CPU was just around 22% but somehow the traffic is slowing the sites down to a crawl
<7> hi all
<7> could somebody please tell me how i can do a recursive replace in all files in my/dir/**/** for an occurence of string?
<1> sed
<1> sed -i 's/oldstring/newstring/g'
<1> or, ignore me
<7> what's the easiest way to do this in bash, for example?
<7> wrong button :D



<1> sed
<7> ok... how would i go about doing it with sed?
<1> sed -i -r 's/oldstring/newstring/g' startpath/
<1> its regex, be careful!
<7> and the /g is for?
<8> i installed ntfs driver , fuse, and ntfs-3g for fedora 5, i did mount -t ntfs /dev/hdb1 /mnt/win_d -o umask=0007 and mounted a ntfs filesystem, but i cant write , can anyone help me out ?
<7> s/ substitue
<1> multiple matches on 1 line
<7> ok
<7> thanks.
<1> Jellow: -t ntfs is the old kernel one
<1> I think you need -t ntfs3g
<1> or similar
<7> all i want to do is basically edit my CVS/Repository files
<1> k...
<7> and change all the occurrnces of the host ip, because i use tunnels to the cvs machine from my laptop
<7> hah
<7> :D
<7> thanks a lot
<7> i'll give it a go
<1> :)
<9> :o)
<7> idle, so would i need to edit the regex, if i just wanted to put ip-s in both oldstring / newstring?
<7> no, right?
<1> yea
<1> s/1\.2\.3\.4/4.3.2
<1> er
<1> s/1\.2\.3\.4/4.3.2.1/
<1> or /g
<7> ok... basically, just escape the dot, right?
<1> yea, cause the . in regex means any character.. \. means a .
<7> i see
<7> just a sec
<1> so a.b means aab abb acb .. a$b .. a!b etc
<1> a\.b means a.b
<7> and if i wanted to make this a script and have both ip-s as $1 and $2 would p***ing in my.sh "1\.2\.3\.4" "11\.22\.33\.44" be enough or would those have to be \\?
<1> or you can replace the .'s
<1> SRC=$(echo $1 | sed -e 's/\./\\./g')
<1> viola, $SRC is now the source
<7> shell scripting is weird :D
<7> okay... just a moment
<10> can i force screen to resume to another pty?
<11> yes
<10> usually i get the message "cannot open blablabla"
<12> screen -D -R
<12> !tell SmileyBig abs
<10> oc@cs1:/usr/src/k$ screen -D -r
<10> Cannot open your terminal '/dev/pts/0' - please check.
<11> Tiger1 you need to ssh to the username, not su - to it
<10> hmmrf
<13> hah
<10> I cant change his p***word without asking
<10> so, a problem there
<10> can i just backup /etc/shadow, change it in shadow, then just change back afterwards?
<11> it's funny when people get busted trying to spy on users
<12> so why ya trying to steal his screen session?
<10> Ok, the thing is. We are recompilating a kernel
<13> recompilating
<10> and he started the process in a screen window
<12> ya'd think a web hosting admin would have some ethics....
<10> Excuse me?
<10> Are you beeing rude?
<12> no. just making an observation
<10> Ok
<13> the advice is free, the being rude part is also free
<13> everyone wins
<10> Was that even supposed to be funny?
<10> In which case you did a poor job
<13> I might not be funny, but at least I know how to admin a box, n00b
<12> i dont understand the problem
<1> pwned
<13> hi idle
<12> stealing a user's screen session is never ethical....
<12> why ya want to do that? just get him to finish whatever job ya got him doing...


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #linuxhelp
or
Go to some related logs:

#delphi
ubuntu ml150
#3dsmax
#nhl
#beginner
#computers
#delphi
how to terminate crimp lmr400
erogonamic
#beginner



Home  |  disclaimer  |  contact  |  submit quotes