Since 4/14/2012 12:24:24 AM, lpitcher has written 3 articles and participated in 676 conversations. lpitcher signature: lpitcher
lpitcher's articles:
Items(3) /1
BSD init process question321 (11/27/2005 4:26:17 PM) comp.os.minix -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Guys About 10 years ago, I submitted an alternative init for the Minix 1.5.10 implementation. The announcement note was posted here (see http://groups.google.... Lew
How do you add to the KDM Session Type menu?244 (8/15/2004 2:58:02 AM) comp.windows.x.kde -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm moving from Slackware 9.0 to Slackware 10.0 on my Toshiba Satellite 1110 laptop, and there seems to be some differences between KDE 3.1.3 (from Slackware 9.0) ... Lew
USB Camera problems in Slackware 9.0, kernel 2.4.235538 (12/26/2003 5:19:10 AM) comp.os.linux.hardware Ok, I've got two USB Camera problems in Slackware 9.0 using a vanilla kernel 2.4.23. 1) My wife bought me a "Centrios Clearpix Flexible Web Cam" from Radio Shack for Christmas. It is a 4 cm x 1.5 cm x 1.0 cm ... Lew
Missing Partition Tables1232 (4/9/2007 10:53:12 PM) comp.os.linux.hardware I set up a new server this weekend. I started by installing Fedora Core 6 on a 9-gb SCSI drive, then added an 80GB IDE drive, and a 300GB drive. The system seems to be working just fine. I added the 2 IDE dri... jim6220(6)
problem in unsigned long long924 (4/9/2007 1:37:40 PM) comp.lang.c hi, My code having unsigned long long int64_t; like that.. compile error message is long followed by long is illegal, what is the reason for it? ... vadivel.ks(10)
Possible to build Minix with MSVC?343 (4/7/2007 11:40:27 PM) comp.os.minix Has anyone built Minix with MS Visual C++ yet? There sure needs a lot of porting to be done (e.g. a.out -> COFF). Old Minix src used to come with own libraries (libc, ...). In Minix3 they are all gone. Why? Can... vl106(10)
regarding binding port110 (4/10/2007 10:57:59 AM) comp.os.linux.networking i have written a programm under linux using bind function as user i have compiled and program was compiled and it is running "but no output" when i compiled and runned the same programm iam getting the output ... phaneendar1(1)
lock user's in home directory545 (4/10/2007 11:17:05 AM) comp.os.linux.misc i wanna lock the users in homes dir , i need use chroot env for that ? and chroot the home users ? i wanna they can use all the server bin's but locked in homes directories Thank You for the help Best R... gferragut(8)
MPlayerXP-0.6.2 has been released237 (4/14/2007 2:43:30 PM) comp.os.linux.misc MPlayerXP is a branch of the well known mplayer (http://mplayerhq.hu) which is based on the new (thread based) core. The new core provides better CPU utilization and excellently improves performance of video de... nickols_k(25)
Sending and Receiving over socket333 (4/15/2007 1:12:38 AM) comp.unix.programmer Hi Everyone, I have a question. If I have a client and a server machine and on my client machine I execute this code: send (socketfd, &rHeader, 2 * sizeof(int)), 0); and on my server machine I execute: recv ... accpactec(51)
Newbie pointers and reversing question3740 (4/15/2007 1:38:19 PM) comp.lang.c hi, I have the following code piece of code: #include #include void reverse(char* begin, char* end) { char tmp; while(begin < end) { tmp = *begin; *begin = *end; *end = tmp;... Michael.Jarrod(5)