Since 5/7/2012 3:00:58 PM, apophis has written 3 articles and participated in 9 conversations. apophis signature: apophis
apophis's articles:
Items(3) /1
question on passing char ** to fn1148 (12/11/2009 8:40:09 AM) comp.lang.c Here is what i am trying to do: void fn(char **a_list); int main(void) { char list[6][32]; fn(list); printf("list 0 %s\n", list[0]); printf("list 1 %s\n", list[1]); printf("list 2 %s\n", list[... Eric
kde's kate - how do you set default open dir013 (6/6/2009 6:45:14 PM) comp.windows.x.kde I'm running kde 3.5.9 in x86_64 mode. In the text editor "kate" when you select "file open" it always starts in $HOME/Documents and I always navigate out of there because i dont want to be there, its not whe... Eric
setting up a new ssd837 (5/29/2009 7:22:20 AM) comp.os.linux.hardware I'm about to purchase a solid state disk (ssd) for use on a mandriva 2008.1 x86-64 i7 based system. I read some about flashing the firmware and partitioning it for correct alignment mostly under windows. Anyon... Eric
apophis's replies:
Items(5) /1
Automatic reboot ASUS P5ND2-SLI?430 (5/28/2009 2:06:15 PM) comp.os.linux.hardware Hallo, I noticed lately that my system, an ASUS P5ND2-SLI, does not automagically reboot after a power-fail. I *think* it used to. Probably it is some setting in the BIOS, but I can't find it. Does anybody kno... jbeekhui282(21)
setting up a new ssd837 (5/29/2009 7:22:20 AM) comp.os.linux.hardware I'm about to purchase a solid state disk (ssd) for use on a mandriva 2008.1 x86-64 i7 based system. I read some about flashing the firmware and partitioning it for correct alignment mostly under windows. Anyon... apophis(12)
SSH Connects for me only sporadically.225 (6/16/2009 7:33:58 AM) comp.os.linux.networking Hi, I have a strange problem sshing in to my linux box. Most of the time I get either "Connection refused" or "Connection timed out" (Connection refused happens a bit more often), but every now and then, perhap... kurt.haeusler(5)
System time freezes??729 (6/16/2009 1:02:18 PM) comp.os.linux.hardware Hi, On one particular server, I've been experiencing strange system lockups for months now, with all kinds of different linux versions. Applications lock up one by one, until after maybe an hour or two (depend... v.matare(4)
question on passing char ** to fn1148 (12/11/2009 8:40:09 AM) comp.lang.c Here is what i am trying to do: void fn(char **a_list); int main(void) { char list[6][32]; fn(list); printf("list 0 %s\n", list[0]); printf("list 1 %s\n", list[1]); printf("list 2 %s\n", list[... apophis(12)