Developer's Daily DevDirectory
  main | apple | java | perl | unix | dev directory | web log
 
 
 
devdaily.com directory : Unix : Articles and Tutorials : Articles


Links
  • An NFS potpourri - Article that discusses in-depth the automounter and NFS potpourri.
  • ARP networking tricks - Networking tricks such as sending packets to IP networks that aren't quite there and how to run multiple IP networks on the same physical network.
  • Asynchronous Serial Port Programming in IRIX - This article discusses serial ports, provides instruction and sample code on asynchronous serial port programming in IRIX®, and lists resources for further study on this topic.
  • Date Arithmetic, Part 1 - Addresses the problem of how to calculate a date one day earlier than the present day's date. The problem is that if today is the first day of the month,finding the date one day earlier is no easy task, and date arithmetic is sadly neglected in most Unix utilities. This article seeks to address this problem.
  • Date Arithmetic, Part 2 - With the leap year and leap month problems resolved, the author now returns to the date-calculation problem in this second installment of Data Arithmetic.
  • Date Arithmetic, Part 3 - This third installment of Data Arithmetic seeks to tie up loose ends addressed in the previous 2 parts.
  • Errno Libretto - Take a look at the various ways in which system calls fail, and the symptoms by which those failures manifest themselves.
  • Fundamentals Of Multithreading - This article intentionally ignores the discussion of a NUMA architecture. It is aimed at smaller scale multi-processing, which is used as a lead into the various forms of on-chip multithreading.
  • Newbies to Unix - Files designed to teach newcomers to the Unix operating system. Every attempt is made to make these files as thorough and understandable to newbies.
  • Purging the Process, Part 1 - Learn the basics of input redirection which allows a user to redirect output that would normally go to the screen and instead send it to a file or another process.
  • Purging the Process, Part 2 - In this second installment of Purging the Process the author ellaborates on more uncommon and unknown methods of input redirection.
  • Sending Signals - In Unix, signals are sent to running processes to indicate that an event, exterior to the process, has occurred and that the process must respond. Learn how this process works.
  • Serial Programming Guide - This guide for POSIX Operating Systems will teach you how to successfully, efficiently, and portably program the serial ports on your UNIX® workstation or PC.
  • Subtracting Dates - Learn a method of calculating the number of days between two dates. The author shows Several of the scripts created that can be used to help solve this day difference problem.
  • The Structure of Unix - Learn how the Unix system is structured starting from the hardware and ending with applications.
  • Unix Mail - An example of how to block incoming emails using sendmail on Unix.
  • Whatcha' Gonna Make? - Get an understanding of how to use the Unix make utility and learn why it can be so helpful in saving time.