| |
| |
| |
|
Page: 1 2 3 4 5
Comments:
<0> here to stay now hopefully :) bought the wrong antenna :PPP <1> yeah sure <0> i did <1> you know.. I bought this wifi setup once <1> 3 yagi antennas <0> lol <1> I have one here.. <0> i still disappointed <1> the only thing they forgot to get for me was a drum connector and a pigtail for the cards <1> and these were the experts ;) <0> hehe <1> I knew i was being ****ed over <1> so i decided to stop at that moment to give them a cent more <1> to this day I don't have a pigtail nor a drum connector <1> and my yagi is just decoration <0> lol
<0> i thought all this was going that way <1> it'll be p***ed down to some bum when they throw my **** on the street <0> if the antenna was to move an inch i'd be gone <0> need my other server that hosts ident on also <0> the connect is stable though, should stay up <0> near drove me, mad, my laptop nearly got smashed to pieces <1> hrmm these rebooks are falling apart.. <1> and I only owned them for 2 months or so.. <1> made in china.. <0> i bet you thought i'd never be back :) <1> my nike's made in vietnam were much longer lasting <1> why would I think that? <1> for what reason would you think that? <0> maybe noy then <2> pbug, you can get pigtails on ebay.. <1> figz: thanks I'll keep a lookout for them.. <2> heck, I can send you some lmr400 so you can hook up the yagi.. heh <1> no don't worry about it :) <0> closing my door for the first time...here goes <2> *some day* I'm going to 802.11 a small island <0> yeah! <1> :) like .nu? <1> nieu I think the island is called.. <1> afaik they 802.11'ed that entire island <1> and afaik they only export sugar cane <1> and not large quantities <1> compared to someone like cuba.. <2> also domain names.. but didn't one of the countries recently turf out the enterprisers who they'd sold their domain to? <1> I didn't hear about that, could be.. <0> im going to sell this other senao 2511 card <1> I have a feeling different people read different news <1> people were staring funny at me at the supermarket today.. <1> so I puched a wall <1> s/puched/punched <0> lol <1> suprisingly my fist doesn't hurt <2> good way to justify peoples' attention I suppose :P <0> bet they stopped staring <2> there's a guy in the special needs home down the street that insists on carrying a *large* club everywhere he goes <1> heh <1> 26 people got stabbed last night <1> someone lost it at the grand opening of the new train station at the nations capital <0> yeah saw that, madman!! <1> see I'd rather punch walls or break gl*** than do that, and if I couldn't control myself anymore I do hope I turn on myself before anyone else.. <1> anyhow losing my mind and seeing EVERYONE in canada was a vampire was reason enough for me to think I need to step back to another place ;) <1> but it's like they say.. once bitten, twice shy <0> rofl <0> shoot, i left my lighter in the car, many stairs <0> going to give up after seen those new picture on fag packets <0> urgh <3> I'm a vampire? I know I stay up at night fairly often, but I rarely bite people. <0> you sleep in a coffin? <3> No. <0> :) <1> spuug: insanity tells you interesting things.. however many people have the same stories ;) <1> I think that has to do with childhood stories, horror movies that impress us <1> basically these things are systematic psychologic examples that people are being fed so when they live out insanity they are easily identified <1> guy at school where i was once showed everyone how well he could mimic tractor noises at the schools talent night <1> anyhow he lived hell not just that day but after when people begged him to do it again <1> eventually he fled 5000 km's to the west coast of canada <1> but I hate to say this.. when I saw him do it, it was funny as hell and everyone was rolling on the floor laughing out of his viwe..
<3> So he was a very talented comedian. <1> they tell you when you take a car without permission and drive from ontario to vancouver without telling anyone and avoiding cops that something is not in order.. <3> Ah, was he behind GTA? <1> yeh <1> anyhow, if you're interested in seeing insanity at its finest just go travelling in hostels from coast to coast <1> you'll find an odd one if you're lucky.. <1> however if I were I wouldn't kick those peoples ***es taht you see instigating **** on that person.. <1> s/were/were you <1> even.. <4> morning <1> this is one of the best songs there possibly is <1> well hip-hop songs anyhow.. <5> heh <1> hrmm I wonder if I started biting my thumb before or watching this DVD where this guy did it.. not sure I think it was 40 year old virgin.. <1> or after <1> I hate sublminally picking up behaviour as observed from others.. <6> ermm.. must be the pbug rant hour.. <7> it is :) <6> long *** lead-out write operation.... <8> why is it that linux starts up alot slower than windows ? <8> whenever i boot into linux <8> there will be lots of things going on <8> checking stuff <8> i dunno wut <8> some will show okay some will show fail <8> i mean dont linux have a startup screen like windows do? <8> i've a small problem here. My system, automatically detects and mounts my USB hard drive. However, it puts it on read only mode although i can clearly read a rw option in /etc/mtab. Does anybody know why, and how to override this? <1> one of my usb memsticks has a read/write protection switch, maybe you have something similar? <1> not sure why.. but who knows.. <8> i have a couple of FAT: filesystem panic messages <8> yes, i unmounted .. but here is the intereting thing .. <8> when i unmount, the icon for the device remains on the desktop .. <8> and when i click on it, it mounts again <7> lol <7> you want a startup screen so you won't know _why_ you're waiting 5 minutes? :) <4> diskutil repairvolume /dev/??? <4> oops. wrong window. <9> herro <1> yo <1> well back on the couch for me, I feel drained ever since my last rant.. <1> ;) <9> http://www.devrandom.org/p/39 <9> anyone know if I need to do something special for this .so to be installed? command line switch perhaps? <9> make -DWITH_MOD_DAV_SVN install <9> doh <9> which I see now requires apache2* with make -DWITH_BERKELEYDB=db42 <10> haw <9> okay friends, I'm stuck: <9> kernel: ivtv: version magic '2.6.15.6 preempt 686 gcc-4.0' should be '2.6.15.6 preempt 686 gcc-3.3' <9> I just tried "make CC=gcc-3.3 install" but I'm getting the same error, what can I put in the Makefile so it does 3.3 instead of 4.0? <11> CC=gcc-3.3 make <11> that might work unless your makefile explicity sets CC <9> CC isn't in the Makefile, I just tried "CC=gcc-3.3 make install" and am getting the same error? :( <9> Any other suggesstions? <11> i don't know why the makefile is ignoring it <11> but you can set it explicitly in the makefile - CC=blah <11> make sure blah is in your path of course <9> # head -1 Makefile <9> CC=/usr/bin/gcc-3.3 <9> and same bloody error :( <12> how to enable wget command ? <12> $ wget http://www.psybnc.net/psyBNC-2.3.2-7.tar.gz <12> wget: not found <12> $ <9> snisha: http://www.hackepedia.org/?title=Locate <12> thx :) <12> /usr/share/man/man3/wgetstr.3.gz <12> # cd /usr/share/man/man3 <12> # tzr zxvf wgetstr.3.gz <12> tzr: not found <12> located the file i guess but its not taking tar cmd , is there any other cmd to extract files with .gz <12> # tar zxvf wgetstr.3.gz
Return to
#unixhelp or Go to some related
logs:
#politics #politics #flash #ubuntu hi sxs 5 #debian #gamedev qosmio + did not find any hard disk #politics #worldcup
|
|