| |
| |
| |
|
Page: 1 2 3 4 5 6 7
Comments:
<0> but I trust you guys here more <1> I ***ume they mean "ps" or "top" <0> probably <0> top helps? <2> top shows what process is using alot of resources. <2> in 'real-time' <2> whats wrong with this? ${var/(/NXDOMAIN/)/no.dns} ? <0> mouring? <1> I don't respond to private messages. <2> hehe +g <0> is Top of significant meaning? <1> man top <3> Mouring is a liar! <3> He responds to private messages! <0> .what does everyone think of lindows?? <4> heh. linda hamilton in a wig on speed channel
<4> and a young tommy lee jones <2> lol <4> no wonder this movie was a "lost cl***ic" <1> sporq, better linda then mark. <0> what is a good code weaver ...4 limited "P3" system".. any better than wine these days? <4> oh thank god hockey is on. <5> where can i find a audio codec pack for OS X? <6> Have no fear.. Wineboy is here! <1> damn drunken name changing kanuck. <6> <innocent look> <6> I like to move it move it, I like to move it move it. You like to.. move it. <7> umm no <6> .-- .. -. . <7> me too <8> -... . . .-. <3> .-- .... .- - -.- .. -. -..? <9> -... .. --. .-. --- -.-. -.- - .-. .- -.. .. - .. --- -. .- .-.. <5> ... .- -- ..- .- .-.. / .- -.. .- -- ... <6> .. - .- .-.. .. .- -. .-. . -.. .... . .-. . <6> spuug: You're a Canadian west coaster? <10> i'm a lian red here? <11> anybody ever sucessfully make Debian's make-jpackage script work without installing the java-package .deb ? <9> Wineboy, yes, I am. <12> "i e ei i e e ee e i h e ee e <11> er, 'make-jpkg' <12> "italianredhere"? <9> I think he means "Italian red wine, here." <5> like the desert wine, Rose Regal <6> just relearning punctuation <6> I recall .-.-.- and ..--.. but not , <1> red.. red.. wine.. makes me feel so fine.. <12> I cheated <12> I have a script that converts morse code in irc <12> though it works with different symbols. <12> so I had to retype and add a tag. <12> .-_.._-._-__-.__.-._..-. (mc) <13> That's the version that popped (sadly) into my head. <13> So why are you Winboy tonight? <6> I dunno, just needed a different nick while on this PC <13> Ah <6> Wineboy seemed fitting considering my agenda ;) <1> whineboy? <9> the comma is -.-.-. the dual of the period. <6> You a ham as well -.-.-. spuug? :) <9> Yes, I am. <6> cool.. ve7? <9> -.-. --.- -.. . ...- . -.... ..- ..- --. <9> I'll change it to a ve7 call when I bring my radio equipment here. <6> ahh cool <14> reteam.org ? <1> hrmm.. I just found a 3d tool for boolean and surface modeling that I understand. <1> that scares me. <14> Mouring @_@ <1> and it is written in Java =-) <6> Is it a nice light app like Azureus
<1> mouring 4774 0.4 4.1 409616 42584 ?? S 10:12PM 0:07.58 java -jar <6> 409k heh <6> Milamber: You around? Just wondering if there's anything happening in Mtrl the next few days? <1> that is just UI loaded nothing in the editor. <6> yuck <15> re ppl.. <15> anyone using windowmaker here? <6> random poll? <1> wineboy hates random polls unles non-random girls are hanging on them. <6> :) <15> I'm confused - I've a programm that starts in that way when the bar is over the monitor border. How can I move it to my desctop? ?-) The mouse actions are only bar-enabled - nothing when I press mouse keys (even w/ Alt|Ctrl modifiers) . I've defined hotkey for maqximize . But that also doesn't work w/o access to the window title bar. %) That's inside windowmaker. <6> OMG I just saw the most fscked up commercial ever.. lemme see if I can find it online <12> real, fake, or fake fake viral? <6> It was a commercial from MADD <6> about being high and not being able to drive <6> damn, adcritic went all commercial <6> http://www.instructables.com/ <6> awk '/help/ {print $12}' $logfile | grep -v "http://www.yashy.com" | grep -v "-" | awk -F"search?" '/search?/ {print $2}' | awk -F"q=" '/q=/ {print $2}' | sed s/+/" "/g | awk -F"&" '{print $1}' | awk -F\" '{print $1}' | sort -u > <6> any way to clean this up? :) <6> oops <6> awk -F/ '/Special:Search/ {print $6}' $logfile | awk '/^Special/ {print $1}' | awk -F'&' '{print $1}' | awk -F= '{print $2}' | sed s/+/" "/g | sort -fu <6> this one rather <6> finally <6> night ppl <6> 73 <16> good morning <17> exit 1 <16> that'll be 2 dollars and 50 cents <18> how to change the host permission of "user" to allow from any host in mysql ? <19> Hello guys , I keep getting an error when I do this.. <19> set [ $var [ exec grep "testtime" testfile.log | sed -e "/repo/s/.*.repo//" | sed -e "/ -f/s/ -f.*.//" | sed -e "/ -DMPMD/s/ -DMPMD.*.//" | sed -e "/ -a/s/ -a.*.//" | sed -e "/ -continue/s/ -continue.*.*//" | cut -d "/" -f 2 | uniq ]] <19> could you tell me why? <19> I set the result of the exec to $var <19> the exec sequence is a grep for a parttern and strip everything off. <19> Anyone? <16> ugh <16> that's nasty <19> yea :/ <19> bit I dont doubt some of thegurus here would know <19> s/bit/but <20> know what? <19> <19> set [ $var [ exec grep "testtime" testfile.log | sed -e "/repo/s/.*.repo//" | sed -e "/ -f/s/ -f.*.//" | sed -e "/ -DMPMD/s/ -DMPMD.*.//" | sed -e "/ -a/s/ -a.*.//" | sed -e "/ -continue/s/ -continue.*.*//" | cut -d "/" -f 2 | uniq ]] <19> <19> I set the result of the exec to $var <19> <19> the exec sequence is a grep for a parttern and strip everything off. <21> what shell? <19> mmm bash <21> var=`output of command` <21> no set involved <19> Mmm, alright <19> but why? <21> man `basename $SHELL` <21> get it? <19> alright <19> thank you Sir. <19> arno what is unix? I mean a real definition of it <19> like technical and stuff <21> google for "history of unix" <21> all will be revealed <18> change the host permission of "user" to allow from any host in mysql ? <19> does anyone know how I can delete matching files in a sub directory? <21> for i in *;do rm /path/to/subdirectory/$i;done <19> i was looking more into something like find . -type f -name *.jpg -exec ls {} \; ? <19> or maybe find . -name '*.jpg' -exec ls -l {} \; <19> :/ <19> heh <22> afternoon <19> arno: maybe find . -name '*.jpg' -exec rm -f {} \; ? <22> http://antwrp.gsfc.nasa.gov/apod/astropix.html <-- nice picture of saturn.. you know it never looks like that when I look up in the sky... <16> you know, GoogleSky is not the real sky :) <22> oh you gotta look through binoculars to have that view <22> http://www.spaceweather.com/swpod2006/27jan06/Kreminski.jpg <-- nice sunpillar here.. not sure if I had seen something like that at all ever <8> yea
Return to
#unixhelp or Go to some related
logs:
#politics gay22 asus 590SLI
#politics #linux-noob #nhl #3dsmax *thismight.be/offensive/* #beginner #debian
|
|