| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11
Comments:
<0> 135 pounds at 6'1" <0> Not good <1> yeah, that's 3" shorter than me at that weight. <1> err, taller. <1> hell. if I were 6ft4 I'd be -afraid- <2> ****, i was bones at 125, and im only 5'5" <1> yeah, I'm about 135. <2> im 155ish now <0> I'm 165 <2> im almost back into 34" jeans <2> i feel like im fat <0> Redb3ard: You are <0> Fat *** <1> lol <2> screw you <2> i could break you in half twigboy
<1> I can fit into 28" jeans; but I prefer 30" <0> I doubt it <0> I'm 165 pounds of pure muscle <0> I never eat sweets and rarely ever eat anything fatty <2> i have the strength of the psychotically insane and have no concern for my own wellbeing <1> I supplement my diet with fat. <1> I just about ate the Chinese restaurant last night. <2> i eat half a jar of mayonaisse with a spoon in a single sitting <0> Redb3ard: I'm pretty damn strong <2> i can bite a copper penny in half <1> yeah. and I can . uhh. <0> Half a jar of mayo?! <1> yeah, I can't do crap like that. <0> That's disgusting...on principle! <1> can't stomach that much fat. <2> in all seriousness, ive been trying to do handstand pushups the last few weeks <2> can bend my elbows a bit and straighten up, but thats it <0> I workout for about 35-45 minutes a day, 6 days a week <1> yeah, I'm just flexible. <2> eventually, i will master my ninja skills and be able to balance on a single index finger <0> Monday being my off day <1> I bike an hour a day, fairly hard, and that's my exercise. <0> I can't work out on Monday...too damn tired <2> i wonder if its possible to balance on a single finger <2> would have to be lighter than i am, i think <1> heh. <1> yeah, I don't go for that he-man stuff. <2> balance is tough enough on one hand, cant really do it <1> I take flying leaps at door, wall jump, climb lampposts, trees, and pretty much anything else. <1> ok perl q. <1> how can I count the # of times a specific character occurs in a string? <2> knowing perl, there's probably an operator specifically for that <3> i downloaded FedoraCore 5 and FreeBSD. I tried to install them on a PC but it didnt work. Then I tried Ubuntu 5.10 and it worked fine. Is the hardware compatability is the issue here? <4> i am trying to install wondershaper on my ubuntu box. it's not my router, it is behind a router, but i need to cap its bandwidth because proftpd is killing my network. i used 'sudo wondershaper 1200 200' but now if i try to ftp within my lan i get like 30kbps. what's up? <1> Xodiac: who knows. could be. <3> I downloaded an i386 for it <1> gavagai: it's capping both. what do you expect? <3> when I check in ubuntu, uname -m, its i686 <4> bronaugh, i except roughly 1200 down and 200 up <4> s/except/expect <4> not 30 anything <1> so figure out why? <1> because I can't help you with wondershaper. <4> bronaugh, then shut your pendantic, snarky piehole. <1> so you can sit around and maybe someone will help you, or you can read the docs. <1> or why don't you use tc or whatever to examine the rules it has established? <1> tc cl*** show or whatever. <1> wait a minute. you set a 200kbit uplink <4> thanks, i'll try tc cl*** show. i have read wondershaper's doc, its whole raison d'etre is that you don't need anything more sophisticated than its simplistic 2 variable setup, but i'll get tc to figure it out <1> are you trying to transfer from the machine you've run wondershaper on, or to it? <4> the test, which just went really slow, was to the wondershaper box <1> try it the other way. <1> just as an experiment. <4> i was just trying to move some files like i regularly do, it wasnt really a test, and i was like "wow did this get slow!" <4> ok i'll try it the other way <1> oh; I guess FTP is bulk traffic too. <1> so it'll get prioritized down... <4> i'm happy to prioritize it down, but it went from a typically few minute transfer to like 5hours eta. :) <1> well yeah. <4> trying it the other way now <4> ok the other way, downloading from the box, i'm getting 98kbps which is right about what i'd like... hmm i guess i just have to fiddle with these values
<4> but ssh access on the box goes all wonky so the prioritization must not be right either <1> I think somehow you've got the exact inverse of what you want... either that, or you're going to want to change the choke point. <4> lol, yeah <1> you might consider setting up an aliased on your interface, giving full traffic on that, but using another IP as the IP the outside world talks to.. and use that alias as the default route. <4> that's interesting, i'll look into that, thanks <5> hi all, anyone here knows a free simulator of CISCO router or switch? <1> then set up the tc on the outside interface. <1> that way lan doesn't get choked if it doesn't use the one IP. <4> i have the command syntax right so given that this thing is supposed to be 'automagic', time spent troubleshooting it might be better spent just learning to work tc or writing iptables by hand or something <6> is there other way that I can transfer files from linux1 to linux2 using command line? <6> without using ftp commands <7> mount one of the partitions on linux2 via nfs? <7> either that or sftp. <7> which is an ftp-ish command, sorry <6> is there other way that I can transfer files from linux1 to linux2 using command line? <6> without using ftp commands <8> samba <8> nfs <7> hrm. Guess not. *goes back to idling* <5> ssh <1> sancaca: scp/sftp <1> sancaca: also uucp. or you could use netcat (nc) <9> what fedora core 1 rpm contains ucd-snmp and libsnmp.so.0 ? <0> MoArTeaON: Probably libsnmp-devel <0> Or libsnmp <0> MoArTeaON: Of course, if you're using Fedora Core 1, you're going to get cracked so what's the point in installing anything new anyway? <10> net-snmp <11> hello <11> ...or not <12> hi to all <12> how can i navigate to the bottom using nano editor? <1> don't use nano. <1> it ****s. <2> i like nano <12> ok. but how about vi? how can i move to the bottom? <2> you can just page down, you know <13> salut <11> H or G <12> Redb3ard: yah bad i have a big file <11> one is top and one is bottom <12> sinthetek: thanks i try <13> hi <11> in nano, ctrl+v i think <11> pgdn works but it can **** on a slow/loaded system or on a low-bandwidth connection <12> sinthetek: ctrl+v is page down in nano <2> cntrl+v is still just page down <1> yeah. just use vi: <1> type :10000 in vi to go to the 10000th line <12> sinthetek: thanks it works w/ vi <11> np, sorry i haven't use pico or nano in a long time :P <13> what kind of partition i must to have for Linux fedora 5 core : ext 2, ext3 or Swap ? <11> like bronaugh said, though, vim is much better :P <11> fytzoS: erm.. kind of a loaded question :P. which partition are you talking about here? <13> i want to instal linux <13> :) <11> there are different types of partitions. you will definately need a swap *and* at least one other partition which can be ext2, ext3 or a bunch of other types <13> oke , thanks :)P <11> well, actually you can forego the swap if you really want, hehe. there will be big performance penalties for it later on, though <11> np, good luck <14> Well, for quite a lot of people it could be more than sufficient <11> oh yeah <14> Lots of folks only need mail, web and some form of IM to be happy and l;inux provides that a lot cheaper and safer than windows does <14> I've got to say I'm more than impressed with ubuntu atm. Though I won't use it myself, it makes a nice option for people I can't get to buy a mac ;) <11> :P <11> i don't see what's so impressive about it really. just a repackaged debian <11> it was easier to install i guess <14> *nod* It's well polished compared to a standard debian install. <14> If you don't feel like having to tune a debian box after installing for a couple of hours/days, ubuntu makes a lazy alternative <15> is there a way to get the output of "ffplay -stats -an -vn file.vob" in a file? <14> Probably <15> Coma: ffplay -stats -an -vn file.vob > file dosn't work <16> What if I ask the wrong question? <16> Such as how do I format Linux and put Windows ME back on
Return to
#linuxhelp or Go to some related
logs:
tal monti coka-cola bottle in ass #MissKitten #mirc presence implies active udev 2.6.12 #chatzone #linux #teens #linuxhelp #AllNiteCafe
|
|