| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12
Comments:
<0> :D <0> so now <0> i can go to shot miself <0> 10x dragonk if you drop on romania i own you a beer <0> :D <1> Well. <1> RDS is offering 2Mbps for 60 USD a month. <2> they should offer it for $10 with port 80 access only. <2> </mutter> <1> :-) <0> RDS? <0> from what country? <1> Romania. <1> You know. _Romania_ Data Systems/ <2> kiddie heaven systems :P <1> Shush. :-)
<0> pai bre <0> si ues din romania <2> what :P <2> they do not even have reverse DNS :P <0> nu stiu unde ai avzut tu 2mb la 60 de para <0> poate 600 <2> english. <0> in caz nu stiai 192kbps la rds costa 100 de para <2> .o <0> sorry <2> we do not talk romulan in here :P <0> gcbirzan, you're missinformed <2> LOL <2> i doubt that <0> i'm have RDS and ASTRAL connection <0> so don;t tell me the prices cause i'm feed up dealing and negociating <2> gcbirzan is normally very good informed :P <2> anyway. my turn cooking today. <2> bbiab <0> yeah right...so tell me gcbirzan what rds conection do you have? <2> .o <3> .oh oh <0> alien rds connection? <1> QuazX: Trust me. Ask your commercial representative about the Access connection. <0> haha <0> you're <1> I am what? <0> wrongggggggggggggggggggggggggggggggggggggggggggggggggggg <1> I doubt it. <0> man ce zici un privat? <0> in romana <0> ? <1> Go ahead. <3> on apache-perl, i have "ExecCGI" for /var/www and "AddHandler cgi-script .cgi .sh .pl" but on the client, it still tries to download the *.cgi <3> any ideas where to look for the problem? <4> hi <4> I installed freeNX. Now I want to export current display so that when I will connect with nxclient to current display(session). How can I do it ? <5> phydoxx first off you probably dont want to add .sh to that and second did you restart apache? <3> yeah <3> the problem resolved when i cleared the client cache <3> i am a bit disappointed by http://www.neuro-tech.net/insipid/ tho, i thought i can create groups for bookmarks with it <6> Hello Dungeon- <7> crontab: you (cyberophobia) are not allowed to use this program <7> how to run gcc and crontab without su <7> -rwsr-xr-x <--- what is this s for <1> Permissions. <8> hia ll <8> how can i look a directory size with ls <1> You can't. <1> Since the directory's size isn't what you're looking after. <6> Barni: Use `du` <9> from where can i download real vnc enterprise edition 4.1.8 for linux? <10> i seem to have some files names ?? and ???, how can i delete 'em? <10> i think they are just garbage from that reiserfsck a couple weeks ago <10> tried quoting and escaping but doesn't seem to work <11> sinthetek: let bash's completion handle it <12> hi all <11> sinthetek: or use a file manager? <12> can someone tell me what is NexG VFORCE-1100 V2.5.1-20-2N ? <13> hey, does anyone know what the little hole is for on a celeron cpu ? <11> to let the badness out
<11> or aerodynamics <13> not funny <11> I laughed <11> jesus, some people have no sense of humour <14> does it help that I laughed? <11> it does <11> I appreciate that <14> :) <15> hi is anyone around? i am trying to make my export command persistent, i dont want to keep entering export everytime (fedora core 4) <10> steg: i can't get bash complete to even recognize the first ?. i thought i said i'd tried \'s and "'s :P will try a file manager though, heh. not used to even considering those anymore :P <6> Clkio: Edit /etc/profile if you're using Bash <10> crap, i don't even have a file manager on this box :P <10> hrm... gnautilus? <16> mc ;b <10> wasn't gnome supposed to be coming out with some revolutionary new 3d file manager? <10> oh yeah, i think do have mc <10> no i don't, heh <10> hey, any of you guys ever try that looking gl*** desktop environment or whatever out? <10> just curious <10> i had forgotten about it, but i wasnted to try it out. last time i couldn't get it to install properly for some reason or another <17> lol <18> hi guys <18> when i try to install from network i get "unable to load ramdisk ... /dev/ram2 freed" error <18> can you help me fix that? <18> back <19> HEllo <19> Iwant to get kbfx direct to my os how i can do that <10> how would i form a mysql insert query that relies on a nested select query? <10> put the unquoted select query in the appropriate field in the insert query? <20> I had to kill xmms using ctrl+del+esc, but I can't seem to restart it, when I do ps ax I see xmms labelled as DEFUNCT <10> anyone have any opinions on the mysql development branch? <10> i'm about to upgrade real quick but don't want it to be too unstable <10> also, is subquery support present on most mysql installations these days? <21> hey there , can someone recommend a p***word generator tool <22> try apg <21> madbovine: thanks <23> [root@h4xb0x powertweak-0.99.5]# /etc/powertweak/tweaks <23> bash: /etc/powertweak/tweaks: Permission denied <23> wtf <24> i want to do make and say: no target <24> i want to instal the drivers for my modem .. <24> i untar <24> and i have to do "make" <24> i write make but it,s say that: no target stop <11> did you read the INSTALL? <11> or README? <24> yes <24> it,s say: to compile the drivers <11> and did it say to do anything before typing "make"? <24> in the unicorn_atm <24> and unicorn_bus <11> ./configure for example <24> before make it,s say to compile the dirvers <24> unzip and untar <24> :D <25> if i unplug my gfx card in my debian will it still boot ? <26> any programmers here? <10> what kind of programmers? <26> c <27> sinthetek, i need a little help <26> i`m writing a multithreaded programme and i see it looses values. maybe i don`t understand how fork() works. the proggie p***es values of char* to the childs but some values seem not to get to the childs <10> Redb3ard: word? i upgraded my browser finally :P <10> fork() doesn't really count as threads <26> ok, child processes <27> cool <10> b4b0: paste the relevent code/module to pastebin or something <26> ok <26> http://pastebin.com/532280 <26> str is a static variable <26> i`m thinking maybe str variable is overwritten before child() has had the chance to process it but fork() clones the process, then it clones the variable too so this ain`t the problem. i`ve tried just displaying the strings in the child but same effect. if maxforks is 1 it still doesn`t work. <26> sinthetek any idea? <26> i`ve never programmed with threads in linux, only in windows. on windows you must copy the string by hand, not just p*** the pointer.
Return to
#linuxhelp or Go to some related
logs:
#linux #linux xxl kuwaity datareciever flash #MissKitten #apache #windows jocu vaisiti
#php #linux
|
|