| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11
Comments:
<0> i wanted a gentoo workstation for myself <0> kichung, you have your own distro ? <1> not rich at all, because thats all my cammpuss computer server... :) <0> ahh <1> yes.. but never publicated <0> well i although i use linux i **** bad at it <1> :) <0> still learning <2> hi guys, <1> shriphani : lets learning, and dont ever boring to that. some day, somebody will come to you and say "waw, you are so expert" <1> :) <1> hi bunora <0> and one thing i have failed to compile anything at all <2> why can't i use metasploit over the internet <2> i can use it only over a network ?? <1> metasploit? waw, ...
<3> bunora, why would you want to? <2> use the exploits, <1> :) I dont know which metaspoit you mean <2> :p <2> oh ya, <2> ok <0> kichung, you asian ? <3> bunora, we don't help with metasploit aound here <1> shriphani : yes <0> i am indian :) <1> shriphani : your name like an india? <1> :) <0> yes <1> aha.. <1> :) <1> in what city shriphani? <0> hyderabad <1> oohh... never heard about that city before. I am sorry.. <1> :) <0> its ok <1> so far from delhi? <0> quite <1> hmm.. <1> hehehe.. <0> delhi is up north and hyderabad is way down south <1> ooh... i c <1> so the temperature little cold, am I right? <0> no <0> we rarely have cold weather here <0> ok brb gotta go nice meeting you all <1> ok <1> nic e to talk with u <4> hi <1> :) <4> how can I find out what /dev/ the device on http://pastebin.com/782596 is at? <1> hi Kabuto <1> what address it is? I cant find anything in that site.. <4> kichung: I just checked, the post exists <5> kabuto: That information is not enough. Let me show you something... <4> p3nguin: that is all /var/log/messages gave me <6> Kabuto : can you be more specific? <5> kabuto: http://pastebin.ca/159763 <4> selter: I connected a HDD via usb, and dmesg gave me these lines <6> Kabuto : do you have the 'sd_mod' module loaded? <4> I just want to know how I can mount it <7> Kabuto: you're good at awk, aren't you ? <4> selter: with any other usb device, it works for me <4> Al-Ashtar: kinda <4> p3nguin: so? <7> Kabuto: we have a brain squeezer here. file TEST has (A B C D E ... etc ... Z) in it. how would someone use awk and print $0 but ignoring $2 and $3 ? <6> Kabuto : what's special about this device? <7> so it would print: A D E ... etc ... Z <4> Al-Ashtar: cat TEST|awk '{print $0}' ? <7> Kabuto: that wouldn't ignore $2 and $3 in the file <4> selter: it's not a usb hdd, it's an ide hdd <4> selter: I've got a usb cable that allows me to connect it via usb <6> Kabuto : ah, can you find it in /proc/partitions ? <4> Al-Ashtar: try cat TEST|cut -d '' -f 1 <4> selter: nope <7> Kabuto: doesn't work <4> Al-Ashtar: does TEST have (A B C D) or A B C D
<7> A B C D <6> Kabuto : then i have no clue, never heard of sych a config. but i guess it should show up as a USB m***-storage device. <7> we need awk to ignore $2,$3 while printing $0 <4> selter: it does. I just don't know how to mount it <1> hehehe... <1> Al-Ashtar : it still doesnt work... <1> I am give up to mr google <1> hello lacroix <7> lacroix, lacroix, lacroix, lacroix, lacroix ... etc <1> are you good at awk? <1> can you help us please lacroix.... <1> :) <7> she invented awk for all I know <1> :) hope she can help us.. <1> she/he? <4> Al-Ashtar: try $1 <4> not $0 <7> Kabuto: that would only print A <1> kabuto : <4> Al-Ashtar: isn't that what you want? <7> Kabuto: nope <1> we have much field <1> from field A to Z <8> what's the best linux distro for server use? <4> kichung: and? <9> Royal^: the one you have mastered <7> Royal^: an up to date system with a good admin. <1> if we want to print only field 2 and 3, we use awk '{ print $2, $3 }' FILES <9> as if its a server its probably using the same services that are open source and on ever other distro, apache, mysql, vsftp, ssh <9> Royal^:they are the same anywhere you run them <1> Kabuto : but, how we instruct to awk to print field $1, $4, $5, etc... <1> ? <1> its not effective anymore to awk '{ print $1, $3, $5, $6.... bla..bla..bla.. <8> so you don't have any specific distro that's working better as a server that others? i'm not that familiar with linux, but i'm totally done with micro**** windows <1> Royal^ : please try slackware <8> ok, thanks <9> try a few <9> stick with what you like <4> incl. gentoo <1> gentoo is good to you too Royal^ ... <1> better if you should familiar with linux first... <1> Al-Ashtar , Kabuto , what about awk? <1> heheh... :p <4> no idea kichung :( <4> maybe you could use cut <1> hehe.. <4> man cut <1> hehe.. <1> let me try.. <4> kichung: cat TEST|cut -d ' ' -f 2|cut -d ' ' -f 1 gives you 2nd and 3rd fields <10> awk '{ print $2,$3 }' FILE does the same <10> heh <4> kichung: sorry ignore my statement <10> how is life Kabuto ? <4> Enchanter_tim: he's looking for a better way than awk '{ print $2,$3 }' FILE <4> Enchanter_tim: life's cool, I'm enjoying my young marriage <4> how are you? <10> Kabuto: what i saw earlier he wants to do something similar to awk '{ print !$2,!$3 }' FILE <10> Kabuto: im fine, starting studying again <4> study what? <10> compsci <1> its fine to use cut to get only one field. but not good for get several different non-sequence field in one time command execution. <1> lets study again... <1> :) <10> kichung: awk '{$2 = ""; $3=""; print}' FILE <10> its a crude way to do it though <10> you basically replace field 2 and 3 with "" <1> hehehe... <1> you got it! <1> oh god.. <1> thank you Enchanter_tim ... <1> :) <10> kichung: see why i hate awk and sed ? <1> nope?
Return to
#linux or Go to some related
logs:
sebat-rotan sebastian lukomski romania grils Message target change too fast. ne demek #linux yesim orospu #chat-world captain i am detecting an intruder ringtone #allnitecafe scottrade elite linux
|
|