First  |  Prev |  Next  |  Last
Pages: 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
About running Linux on Windows (See: old thread: LBW)
About running Linux on Windows (See: old thread: LBW) Note: The previous thread (Re: "LBW") has disappeared from my server, hence the new thread. I will comment on the two types (Of which I am sure there are more) of setups that I am familiar with: 1) General purpose machine emulators: VMWare, Bochs, ... 16 May 2010 13:32
Makefile picked by make
Hi, I'm working on a big project with a lot many number of Makefiles specified for respective modules. To generate the build, i just issue, make. I would like to see as to which Makefile is picked up by make utility. Is there anyway to find this without any idea about individual Makefiles? ... 11 May 2010 02:27
tcp/ip networking
In my older book by Kochan et al. several structs are mentioned that are depricated. Can't we get by with sockadrr_in for example and addrinfo? Of course when IPv6 is needed we use sockaddr_in6. There is another 2 structs I wonder about. sockaddr and sockaddr_storage. The last one being large enough for... 10 May 2010 15:26
NETWORK MARKETING
NETWORK MARKETING ****-------------------------------------------- http://sites.google.com/site/projecttrackingsoftware ************* http://sites.google.com/site/networkmarkettings ************** http://sites.google.com/site/spywareantiviruses ... 8 May 2010 22:10
does fsync() imply msync()?
[pls forgive if I've posted this (inadvertently) more than once.] Does fsync(fd) imply that any areas of that file that were mmap'd only are also synced, or is a separate msync() required. I know the os can determine which pages in the process belong to the file. My question is: must it do this whenever fsycn()... 12 May 2010 21:26
Problem with getopt_long_only() (GNU/Linux)
On Thu, 6 May 2010, Tetsuya wrote: Hello, I have to implement a little utility that can get some commandline options, and I decided to use getopt_long_only(). getopt_long_only() seems to have a *feature* that you can abbreviate options as long as they remain unambiguous. The point of long options is con... 6 May 2010 19:51
Site for some reason, and forbidden
Site for some reason, and forbidden http://downfree.zymichost.com/free ... 6 May 2010 17:37
ack
I have received the Stevens book and it is certainly alot to absorb. But it looks worthwhile. Yesterday I got an idea to try and send an ack to a server. I tried this I don't know if it makes any sense or not. char ack='6'; This looks like assigning to ack the ANSI number of the number 6. Six is the ANS... 30 May 2010 19:46
verifying file ownership with dlopen()
Is there a way I can verify file ownership of a dynamic library I will be opening with dlopen()? If the program that is opening it is running suid, especially suid root, I want to be sure the library is owned by the suid'd effective user. In particular, I want to be sure the library links cannot be switched aroun... 7 May 2010 10:01
How to find out the default gateway on Mac OSX?
How to find out the default gateway on Mac OSX? I know how to do this on Windows and Linux. At one point, I knew how to do it on Solaris, and I suspect the Mac way is the Solaris way, since both seem to be pretty much unadorned BSD-based. It *should* just be "route", or maybe "route print", but it is not... ... 5 May 2010 09:19
First  |  Prev |  Next  |  Last
Pages: 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27