Geometry.Net - the online learning center
Home  - Computer - Unix

e99.com Bookstore
  
Images 
Newsgroups
Page 3     41-60 of 188    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | Next 20

         Unix:     more books (99)
  1. UNIX: The Complete Reference, Second Edition (Complete Reference Series) by Kenneth Rosen, Douglas Host, et all 2006-12-19
  2. Advanced Programming in the Unix Environment (International Student Edition) by W. Richard Stevens, 1998
  3. Your UNIX: The Ultimate Guide by Sumitabha Das, 2005-01-07
  4. Automating Linux and Unix System Administration, Second Edition (Expert's Voice in Linux) by Kirk Bauer, Nathan Campi, 2008-12-15
  5. UNIX Systems Programming: Communication, Concurrency and Threads by Kay A. Robbins, Steve Robbins, 2003-06-27
  6. Beginning Unix (Programmer to Programmer) by Paul Love, Joe Merlino, et all 2005-04-29
  7. UNIX and Linux Forensic Analysis DVD Toolkit by Chris Pogue, Cory Altheide, et all 2008-06-30
  8. DB2 9 for Linux, UNIX, and Windows Advanced Database Administration Certification: Certification Study Guide by Roger E. Sanders, Dwaine R Snow, 2008-11-03
  9. UNIX for Programmers and Users (3rd Edition) by Graham Glass, King Ables, 2003-02-16
  10. Practical Unix and Internet Security, 2nd Edition by Simson Garfinkel, Gene Spafford, 1996-03-31
  11. The UNIX Hater's Handbook by Daniel Weise, Simson Garfinkel, et all 1994-06
  12. Understanding UNIX/LINUXProgramming: A Guide to Theory and Practice by Bruce Molay, 2002-12-05
  13. Complete Idiot's Guide to UNIX (The Complete Idiot's Guide) by Bill Wagner, 1998-10-01
  14. Unix for Dummies Quick Reference by Margaret Levine Young, John R. Levine, 1998-01-12

41. UNIX Resources For UNIX Systems Administrators
Portal of unix related information mainly for system administrators.
http://www.unixrealm.com/
Home Downloads Submit Links White Papers About ... Advertising
Welcome to unixrealm.com: Tuesday, March 18th 2003 - 07:11:04 EST

:: home ::

:: ads ::
:: freshmeat ::
:: news :: Sunday, September 22, 2002 Solaris 9 packages on their way.
- Now that I have a little more space, I will start compiling Solaris 9 packages soon. I should be able to maintain both 5.8 and 5.9 release for a while.
more
Posted by charlesg @ 12:33 PM EST [ Link No Comments Archives DSL Line back!
- We finally complete our move and the DSL service at the house is finally back up. So all the unixrealm.com services should be back to normal assuming Verizon can maintain service for more than a couple of days. [ more Posted by charlesg @ 12:32 PM EST [ Link No Comments Archives Sunday, March 24, 2002 New Solaris 8 binary packages compiled.
- Tons of new Solaris 8 binary packages are now available including: gnucash-1.6.6, gnome-libs-1.4.1.4, sawfish-1.0.1, db-3.1.17 and much more. Check out the downloads section. [

42. Internet And Unix Dictionary
Internet and unix dictionary, providing definitions and history of common termsfound online. Last updated Friday, 01Nov-2002 231207 CST The Sharper Image
http://www.msg.net/kadow/answers/
Last updated Friday, 01-Nov-2002 23:12:07 CST
A
B C D ... [ADD] I'm slowly adding pronunciation information to the entries, for information on the symbols and their meaning, see the Merriam Webster Pronunciation Guide
Comments?
If you found this interesting, please send me comments.
If I missed some important entry, please submit it . Proper credit will be given for original and unique entries.
Kevin Kadow

links to this file
and the items within.

43. Vintage OS
Information on DOS, OS/2, unix, BSD, Mac, and other vintage operating systems.
http://vintageos.tripod.com/
Vintage OS has moved. You will be taken to http://www.vintageos.com/ in 5 seconds. Update your bookmark.

44. Www.unix-vs-nt.org/
Similar pages www.unixvs-nt.org/kirch/ Similar pages SETI@home Command-line Client Software Thanks to the following people for porting SETI@home to unix platforms Joe Abley,Michael L. Adams, Lou Bridges, Hiram Clawson, Bill Coldwell, Charles Congdon
http://www.unix-vs-nt.org/

45. An Architectural Overview Of UNIX Network Security
A document from the Center for Information Technology, National Institutes of Health.
http://www.alw.nih.gov/Security/Docs/network-security.html
An Architectural Overview of UNIX Network Security
February 18, 1993 Robert B. Reinhardt
breinhar@access.digex.com ARINC Research Corporation
2551 Riva Road
Annapolis, MD 21401
1. Introduction
The goal of this paper is to present my concept of a UNIX network security architecture based on the Internet connectivity model and Firewall approach to implementing security. This paper defines several layers of a firewall, which depict the layers of vulnerability. This paper also provides some subjective comments on some of the most widely known tools and methods available to protect UNIX networks today, plus a brief discussion of the threat and the risk. The list of tools and methods that I present in this paper were chosen loosely on the basis of the following: (a) My attempt to find at least one, maybe several examples of a tool or method designed to address a part of the architectural model (some duplication or overlap is accepted); (b) my preference to discuss tools that are well-known and/or part of the public domain (this is not a strict rule, although I did not purposely seek out commercial products); and (c) I hoped to find tools that had a recent paper written by the tools' author, for the reader to use as detailed reference beyond the scope of this document. Nothing in this paper should be construed as a product endorsement. I apologize in advance to the authors of these tools and methods; since I am only presenting a brief overview, I cannot do justice to a comprehensive description of them. I also apologize to any authors whom I may have left out of this discussion; it was not intentional. The reader should check the availability information that accompanies each tool and obtain additional information prior to proceding with any plans or implementation. Of course, there is no warranty expressed or implied in this paper.

46. A Basic UNIX Tutorial
A Basic unix Tutorial. This tutorial comprises fourteen sections, each ofwhich addresses a fundamental aspect of unix computing. What Is unix?
http://www.isu.edu/departments/comcom/unix/workshop/unixindex.html
A Basic UNIX Tutorial
This tutorial comprises fourteen sections, each of which addresses a fundamental aspect of UNIX computing. It concentrates on illustrating the central concepts by providing short explanations, along with examples, and exercises. This tutorial covers the "Introduction to UNIX" and "Intermediate UNIX" workshops offered by the Idaho State University Computer Center. Check the ISU workshop schedule to see when the workshops are offered.
Table of Contents
What Is UNIX?
A broad description of the UNIX operating system.
Accessing UNIX Systems
General methods of accessing UNIX computers.
Logging In and Logging Out
Gaining access to your UNIX account.
The UNIX Shell
How to enter UNIX commands.
Files and Directories
Storing and manipulating files.
Input/Ouput Redirection
How to manage input and ouput.
Pipelines and Filters
Creating processing pipelines.
Processes and Multitasking
Managing processes.
Interaction and Job Control
More on managing processes.
Text Editing with Emacs
Creating and editing text files with the emacs editor.
The Execution Environment
The environment under which shell commands and programs run.

47. Welcome To Dynamical Systems
Chicago's unix consulting professionals.
http://www.dslc.com

48. The UNIX System
The Open Group holds the unix trademark in trust for the industry, and managesthe unix trademark licensing program. The unix® System. What is unix?
http://www.unix.org/
Home About Us A-Z Index Search ... The UNIX Certification Program You are here: The UNIX System Home Page Read or Download the Single UNIX Specification UNIX is a registered trademark of The Open Group The Review of Proposed UNIX 03 Certification Materials runs from Feb 14-28 2003. International Approval for Core volumes of Version 3 of the Single UNIX Specification Technical Corrigendum #1 for Version 3 of the Single UNIX Specification passes ballots Purchase the Authorized Guide to Version 3 of the Single UNIX Specification ... News Updated on Friday, 17 January 2003 var pageName = ""; var code = " "; document.write(code);

49. A Brief History Of Unix
History of unix and causes for its popularity. This document is designed to give people with no previous unix experience some sense of what unix is. This document will cover the history of unix and an introduction to unix.
http://www.hsrl.rutgers.edu/ug/unix_history.html
A Brief History of Unix
By Charles Severance
This document is designed to give people with no previous UNIX experience some sense of what UNIX is. This document will cover the history of UNIX and an introduction to UNIX.
HISTORY OF UNIX AND CAUSES FOR ITS POPULARITY
Most discussions of UNIX begin with the history of UNIX without explaining why the history of UNIX is important to understanding UNIX. The remainder of this document will describe some strengths and weaknesses of UNIX and attempt to explain why UNIX is becoming popular. All of UNIX's strengths and weaknesses can be directly related to the history of its development, hence a discussion of history is very useful. UNIX was originally developed at Bell Laboratories as a private research project by a small group of people starting in 1969. This group had experience with a number of different operating systems research efforts in the 1970's. The goals of the group were to design an operating system to satisfy the following objectives:
  • Simple and elegant
  • Written in a high level language rather than assembly language
  • Allow re-use of code
Typical vendor operating systems of the time were extremely large and all written in assembly language. UNIX had a relatively small amount of code written in assembly language (this is called the kernel) and the remaining code for the operating system was written in a high level language called C.

50. Www.mirweb.ca - Hébergement De Qualité
unix shells accounts.
http://www.bestshell.com
Hébergement de qualité
Bienvenue
Hébergement Colocation Dédié ... Avantages :: Navigation :: Hébergement Colocation Dédié Création Web Autre Service Promotions Avantages Recrutement Pour nous rejoindre F.A.Q. ... Notes légales :: Coordonnées :: Mirweb Technologies
3644, rue Saint Laurent
Montréal, Québec
Téléphone:
Télécopieur:
Entrée des membres Login: Password: :. Bienvenue
Nous vous souhaitons la bienvenue dans notre site Internet.
Merci de votre intérêt concernant nos produits et services
www.mirweb.ca

51. Unix Serial Port Resources Contents
Mostly Sun related articles on serial port and console related issues.Category Computers Software unix Solaris Administration......unix Serial Port Resources Contents unix Sysadm Resources, unix SerialPort Resources Contents. Celeste's Tutorials on Solaris 2.x
http://www.stokely.com/unix.serial.port.resources/
Unix Serial Port Resources Contents
Unix Sysadm Resources
Lighter Side of System Administration
Unix Serial Port Resources Contents
HTML and plain-text, other vital Sun serial port info Interconnect different serial devices to other devices. Console hardware and software switches. Freeware, shareware, and commercial products Resources, FAQs, vendors, mailing lists, Sun info Vendors, info, Winmodems, support
Modem Register Settings
Proven, working settings for specific modems. Always looking for more!
Pagers with Unix Connections
General info, commercial, freeware, and shareware products FAQs, HOW-TOs, books, information, tools, public domain and commercial PPP products, PPPoE Vendors with products for Unix systems
Serial Port Code
Serial port programming examples. Always looking for more!
SLIP
SLIP software, how-tos, TIA and SLiRP Pinouts, vendors
Terminals
Video terminal info Commercial and free packages for serial data transfer and terminal emulators
Stokely Consulting
http://www.stokely.com

Email: celeste@stokely.com peter@stokely.com
www.stokely.com webmistress: webmistress@stokely.com

52. RayCosoft (software/sysadmin Tools)
Developers of Typhon, a collection of utility programs unix.
http://www.raycosoft.com/
Tools for Software/Web Development
and Systems Administration Products Info/Support Services Purchase ... Company Home
RayCosoft develops WebCheck , a program for testing web pages, and the Typhoon Toolkit , a collection of utility programs for text processing, file and directory processing, customizing your login environment, disk space management, performance analysis, system monitoring and system security.
Prices for the Typhoon Toolkit have been reduced 50%!
These are some of the most frequently visited pages on this site:
Perl Tutorial

A comprehensive introduction to the grep, map and sort functions of the Perl programming language.
Expect Tutorial

An introduction to Expect, a language for automating interactive programs.
Porting Guidelines for Shell Scripts

Recommendations for writing scripts that run on multiple Unices without modification. Unix Resources Links to other web pages of interest to Unix users, programmers and systems administrators. You are here: Home Top of Page Products Info/Support Services ... Company Home This web site was created on December 12, 1998 and revised on March 1, 2003. Comments, questions?

53. Www.bsd.org
Would you like to see something here? Is this now your permanent unix answeremporium? unix is a registered trademark licensed to X/OPEN.
http://www.bsd.org/
Welcome to www.bsd.org!
What is this page all about?
This page is intended to provide a variety of resources for users of the various commercial and freely-available bsd operating systems. It is in the midst of being revamped, and will probably be in such a state for quite a while yet. Please bear with us. For starters, here is where you get information on the major BSD flavors: And here is a link to a comparison of the freely-available BSD operating systems. Note that we do not necessarily agree with everything stated in this comparison.
Choose from one of our many fabulous help pages..
Have any comments on the page? Would you like to see something here? Is this now your permanent UNIX answer emporium? Send any comments, questions, or bug reports to webmaster@bsd.org**

54. Help With Unix: Tutorials, Security, System Administration
Helpful information for running unix. Tutorials, unix help and products and vendors.
http://www.unixtools.com/
UnixTools.com Tutorials, System Admin, Web, and Promotion
Unix System Administration
Web Page Creation, Promotion, and Maintenance Resources
About Us

  • Please email additional sites, redirected/broken link info,
    webmaster@unixtools.com
  • Free Computer-Related Freebies - Free Software,
    ISP access, email, webmaster goodies, and fun stuff.
  • Search for Unix books on Amazon.com Got Java? CodeBrain is your Java source and is constantly adding new scripts, applets, and software.
  • 55. Unix For WINdows
    U/WIN is software that enables unix software to be Category Computers Software Operating Systems unix Win32......UWIN is software that enables unix software to be recompiled and run on WIN32 systemssuch as Windows 95, Windows 98, Windows ME, Windows NT, Windows 2000, and
    http://www.research.att.com/sw/tools/uwin/
    U/WIN*
    http://www.research.att.com/sw/tools/uwin/ Overview Documentation Download software Feedback survey ... Y2K certification UWIN 3.1 Overview The UWIN package provides a mechanism for building and running UNIX applications on Windows 2000, Windows NT, Windows XP, Windows ME, Windows 98, and Windows 95 with few, if any, changes necessary. UWIN binaries are available for educational, research, and evaluation purposes through this web site. Commercial licenses for UWIN can be obtained from Global Technologies Ltd., Inc. or Wipro International The UWIN 3.1 beta release of the X11R6.5 software and GraphViz 1.7 software is now available to download. Click on download software and select the beta release to try it out. The beta download site also has newer versions of the base and development packages for testing. The UWIN package contains the following three elements:
    • Libraries that provide a UNIX operating system by implementing the UNIX Application Programming Interface (API)
    • Include files and development tools such as cc yacc lex , and make
    • Korn Shell and over 250 utilities such as ls sed cp stty etc.

    56. Web Page Under Construction
    Network security for Windows NT, unix, Linux, and MAC systems in the Enterprise environment.
    http://www.zendia.com

    57. UNIX History
    A detailed family tree.Category Computers History Operating Systems unix......unix History Diagram You can download a little diagram of unix history in PostScriptA4 or in PDF A4. Above is a simplified diagram of unix history.
    http://www.levenez.com/unix/
    Unix History
    Diagram

    You can download a little diagram of Unix history in PostScript A4 or in PDF A4 . If you prefer, you can use the PostScript Letter format or the PDF Letter format. If you have a plotter you can use this EPS file, and if you have some problem with it, look here Below, you can see the preview : Click on a page to get a bigger image. Above is a simplified diagram of unix history. There are numerous derivative systems not listed in this chart, maybe 10 times more! In the recent past, many electronic companies had their own unix releases. For example, my company was selling a unix, derivated from another one, and neither system is in this chart because they were too small. So this diagram is only the tip of an iceberg, with a penguin on it ;-). Note 1 : an arrow indicates an inheritance like a compatibility, it is not only a matter of source code. Note 2 : this diagram shows complete systems and [mirco]kernels like Mach, Linux, the Hurd... This is because sometimes kernel versions are more appropriate to see the evolution of the system. Note 3 : I have now a page where I explain how I build this chart.

    58. III INTERNACIONAL UNIX MEETING IN UNINET
    Registro gratuito, programa, normas, comit©s, noticias y boletines de prensa. En la WWW, IRC y correo electr³nico del 115 de diciembre de 2001.
    http://umeet.uninet.edu/
    Red Universitaria de Recursos Telemáticos Integrados
    para Comunidades Vituales de Usuarios
    Organiza: UMEET'2002 (English). December, 9-20 UMEET'2002 (Français). 9-20 Décembre UMEET'2002 (Spanish). 9-20 Diciembre

    Channel #linux irc.uninet.edu (Free, gratuite, libre)
    Pasts Umeet Editions / Ediciones anteriores de Umeet

    59. Unimax Systems, Inc.: Your Technology Solution
    unix operating systems specialists based in Pittsburgh, PA. We also offer solutions for Y2K, Wireless Networks and other information technology areas.
    http://www.unimaxsystems.com/
    Unimax Systems, Inc. Year 2k Y2K year 2000 unimax imaging integration data conversion pittsburgh scott adams UNIX unix y2k project management computer consultants consulting management technology

    60. Unix Programming Frequently Asked Questions - Table Of Contents
    unix Programming Frequently Asked Questions. About this FAQ; 1. ProcessControl 1.1 Creating new processes fork() 1.1.1 What does fork() do?
    http://www.erlenstar.demon.co.uk/unix/faq_toc.html
    Unix Programming Frequently Asked Questions

    Page 3     41-60 of 188    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | Next 20

    free hit counter