E-commerce, pay-per-use online services, user-authentication and tracking for e-learning, online gaming, contests… What do all of these applications have in common? The need for secure transfer of encrypted data between client workstations and server applications. According to a study by Gartner Consulting, the growing concern for Internet security parallels the evolution of e-business. In the earliest days of Internet development, the emphasis was on distributing content over the web and making it available to anyone. Now, as the Internet matures, clients are more concerned with ensuring that their assets, both monetary and intellectual, are protected from those who may commit fraud or abuse them. This is why more and more developers have been looking for security solutions.
Read the rest of this entry »
13 Mar
Posted by jj as Network, Programming
Hey! Socket programming got you down? Is this stuff just a little too difficult to figure out from the man pages? You want to do cool Internet programming, but you don’t have time to wade through a gob of struct s trying to figure out if you have to call bind() before you connect(), etc., etc. Well, guess what! I’ve already done this nasty business, and I’m dying to share the information with everyone! You’ve come to the right place. This document should give the average competent C programmer the edge s/he needs to get a grip on this networking noise.
Read the rest of this entry »
03 Nov
Posted by jj as Development, Web Server
If you’re one of the four, five, maybe even six people
out there on the Internet who want to set up an A/UX web server, then this guide is for you. To make things simpler, this document follows a few standard conventions. Text in Courier is reserved for terminal sessions. This provides a sample walkthrough of commands to type and their usual responses. For example: A larger courier font is used to denote relevant commands mid-sentence, such as newconfig, in order to separate the command from the rest of the text. File and path names, such as /etc/inittab, are in bold. Individual references to filenames without paths like inittab aren’t.
Read the rest of this entry »