Geometry.Net - the online learning center
Home  - Computer - Unix
e99.com Bookstore
  
Images 
Newsgroups
Page 4     61-79 of 79    Back | 1  | 2  | 3  | 4 

         Unix:     more books (99)
  1. DB2 9 for Linux, UNIX, and Windows Database Administration: Certification Study Guide by Roger E. Sanders, 2007-10-01
  2. UNIX Unbounded: A Beginning Approach (5th Edition) by Amir Afzal, 2007-04-29
  3. UNIX Network Programming: Networking APIs: Sockets and XTI; Volume 1 by W. Richard Stevens, 1998-01-15
  4. Introduction to Unix and Linux by John Muster, 2002-12-09
  5. Guide to UNIX Using Linux, Third Edition by Michael Palmer, 2004-10-07
  6. Sams Teach Yourself UNIX System Administration in 24 Hours (Sams Teach Yourself in 24 Hours) by Dave Taylor, 2002-07-11
  7. Learning the bash Shell: Unix Shell Programming (In a Nutshell (O'Reilly)) by Cameron Newham, 2005-03-29
  8. The UNIX Philosophy by Mike Gancarz, 1994-12-28
  9. UNIX System V: A Practical Guide (3rd Edition) by Mark G. Sobell, 1994-10-10
  10. Oracle9i UNIX Administration Handbook by Donald Burleson, 2002-01-16
  11. Learning Unix for Mac OS X, 2nd Edition by Dave Taylor, Brian Jepson, 2002-12-23
  12. UNIX Filesystems: Evolution, Design, and Implementation by Steve D.Pate, Steve D. Pate, 2003-01-03
  13. Introduction to Compiler Construction With Unix (Prentice-Hall software series) by Alex T. Schreiner, H. George Friedman, 1985-05
  14. UNIX Internals: The New Frontiers by Uresh Vahalia, 1995-11-02

61. Matt's Unix Security Page
Matt s unix Security Page provides published papers, software exploits, and plenty of good links to meet your unix Security needs.
http://www.deter.com/unix/
Matt's Web World presents...
Established November 1, 1995.
Last updated on November 21, 2005.
W elcome to my Unix security page! This page is not a complete listing of Unix security information and tools. What is hosted here is what I personally find useful and/or interesting. Hyperlinks to other sites are provided at the bottom of this page for those seeking something not listed here. Thanks to everyone who has referenced and linked to this site over the years! This is now the #1 site listed on Google when searching for "unix security"! Does this make it the most popular Unix security site on the net? For those who might think it unwise to publicly disclose security holes and the techniques used to pass through them, I urge you to read Charles Tomlinson's Rudimentary Treatise on the Construction of Locks These links aren't really Unix related, but they are security related, and you may find them interesting: Everything here is provided for informational purposes only. The presence of any link on this page is not an endorsement of its content. And I certainly do not endorse unauthorized access to other people's computers! Property rights exist and should be respected.
Table of Contents
Click the blue section separator to return to this table of contents.

62. Commonly Used Unix Commands
The following is a short list of unix commands most users will need. For more information, try man URL http//www.nmt.edu/tcc/help/unix/unix_cmd.html.
http://www.nmt.edu/tcc/help/unix/unix_cmd.html
Next Previous Index TCC Help System ... NM Tech homepage
Commonly used Unix commands
The following is a short list of Unix commands most users will need. For more information, try man command
Starting and Ending
login `Logging in'
ssh Connect to another machine
logout `Logging out'
File Management
emacs `Using the emacs text editor'
mkdir `Creating a directory'
cd `Changing your current working directory'
ls `Finding out what files you have'
cp `Making a copy of a file'
mv `Changing the name of a file'
rm `Getting rid of unwanted files'
chmod `Controlling access to your files'
cmp Comparing two files wc Word, line, and character count compress Compress a file
Communication
e-mail `Sending and receiving electronic mail' talk Talk to another user write Write messages to another user sftp Secure file transfer protocol
Information
man Manual pages quota -v Finding out your available disk space quota ical `Using the Ical personal organizer' finger Getting information about a user passwd Changing your password who Finding out who's logged on
Printing
lpr `Printing' lprm Removing a print job lpq Checking the print queues
Job control
ps `Finding your processes' kill `Killing a process' nohup Continuing a job after logout nice Changing the priority of a job `What is a background process?'

63. How To Look Like A UNIX Guru
unix is an extremely popular platform for deploying server software partly because of its security and stability, but also because it has a rich set of
http://www.cs.usfca.edu/~parrt/course/601/lectures/unix.util.html
How To Look Like A UNIX Guru
Terence Parr Last updated: August 30, 2006 UNIX is an extremely popular platform for deploying server software partly because of its security and stability, but also because it has a rich set of command line and scripting tools. Programmers use these tools for manipulating the file system, processing log files, and generally automating as much as possible. If you want to be a serious server developer, you will need to have a certain facility with a number of UNIX tools; about 15. You will start to see similarities among them, particularly regular expressions, and soon you will feel very comfortable. Combining the simple commands, you can build very powerful tools very quicklymuch faster than you could build the equivalent functionality in C or Java, for example. This lecture takes you through the basic commands and then shows you how to combine them in simple patterns or idioms to provide sophisticated functionality like histogramming. This lecture assumes you know what a shell is and that you have some basic familiarity with UNIX. [By the way, this page gets a lot of attention on the net and unfortunately I get mail from lots of people that have better solutions or stuff I should add. I'm only showing what I've learned from watching good UNIX people so I am not saying these tips are the optimal solutions. I'd make a pretty ignorant sys admin.]

64. UNIX Tips: Productivity Tips
Using unix(R) in a dayto-day office setting doesn t have to be clumsy. Learn some of the many ways, both simple and complex, to use the power of the unix
http://www.ibm.com/developerworks/aix/library/au-productivitytips.html
var emailAbstract = "Using UNIX(R) in a day-to-day office setting doesn't have to be clumsy. Learn some of the many ways, both simple and complex, to use the power of the UNIX shell and available system tools to greatly increase your productivity in the office."; Skip to main content All of dW AIX and UNIX Information Mgmt Lotus Rational Tivoli WebSphere Architecture Autonomic computing Java technology Linux Multicore acceleration Open source Web development XML dW forums alphaWorks All of IBM
  • Home Business solutions IT services Products ... Rate this page
    Related links AIX and UNIX technical library
    developerWorks
    AIX and UNIX
    UNIX tips: Productivity tips
    Useful command-line secrets for increasing productivity in the office Document options Document options requiring JavaScript are not displayed
    Rate this page Help us improve this content
    Level: Intermediate Michael Stutz stutz@dsl.org ), Author, Consultant
    19 Sep 2006
    Updated 21 Sep 2006 Introduction But when used in an office setting, these same tools can become a powerful ally toward increasing your productivity. Many techniques unique to UNIX can be applied to the issue of workplace efficiency. This article gives several suggestions and techniques for bolstering office productivity at the command-line level: how to review your current system habits, how to time your work, secrets for manipulating dates, a quick and simple method of sending yourself a reminder, and a way to automate repetitive interactions.

65. Digg / Linux/Unix
makeuseof.com — very useful article,,,certainlyMore… (Linux/unix) This is the first solution that is all in one server.More… (Linux/unix)
http://digg.com/linux_unix
@import "/css/63/global.css"; @import "/css/63/lightbox.css"; var pagetype = "popular";
digg
Join Digg About Login Username Password Remember? Search Digg... Popular Upcoming

66. HTML, Cgi Scripts And More For The Webmaster- For Free! BigNoseBird.Com's 20 Min
Have no fear. unix and Windows users can learn all they need to know to get started in about 20 minutes. Free of charge of course!!!
http://bignosebird.com/unix.shtml
PICK A PAGE AND Home Squawk: Recent News Site Guide Site Search Bulletin Board Virtual Greeting Cards The Stuff You Want Free CGI Script Archive Free Graphics Archive Free Coordinated Page Graphics How to Promote Your Web Site Getting Started Clueless? For the Newbie! Domain Name Lookup Recommended Hosting Solutions Free Hosting HTML The Fun Tutorials Lots of HTML Tricks and Tutorials HTML Tag Guide JavaScript Tricks and Tutorials Navigation Tricks Image Maps Tutorial CGI Free CGI Script Archive CGI, SSI and Unix Tutorials SSI: Server Side Includes Forms Tutorial CGI Simple Tutorial Your First CGI Perl Script Banner Rotation UNIX Guru Tutorial Make it look Good Design Basics Most Important Part of your Page Photo Composition Tutorials Image Maps Tutorial Displaying Images All about COLOR The SAFE Colors The Skinny on Fat Graphics Image Maps Tutorial Advanced Design Examples ASCII Chart Tunes MIDI Music on Your Pages Managing the Site BNB on the APACHE Server Introduction to the Secure Server UNIX Guru Tutorial Site Management Site Security Password Protection Site Diagnostics Script Troubleshooting Operating Platforms UNIX Guru Tutorial Outside Sources Offsite Resource Links Good Books The Tools You Need All the Other Stuff Newletter Back Issues Reader's Links Bird Droppings: Letters Kudos / Awards BNB FAQ Guestbook Site Search Engine
Several years back a relative asked me what I do for a living. I told him I work with UNIX. He thought I said, "Eunuchs" and asked if I found that rather disturbing...

67. Basic Unix Commands
www.emba.uvm.edu/CF/basic.html unix.
http://www.emba.uvm.edu/CF/basic.html

68. Uwin/uwin.mm Mm Document
UWIN is software that enables unix software to be recompiled and run on WIN32 systems such as Windows 95, Windows 98, Windows ME, Windows NT, Windows 2000,
http://www.research.att.com/sw/tools/uwin/

69. SDF Public Access UNIX System - Free Shell Account And Shell Access
One of the oldest unix shell providers with a DS3 connection. No IRC without membership fee.
http://sdf.lonestar.org/index.cgi
SDF public access unix system .. Est. 1987 join welcome faq status ...
To create your own free shell account click here

(or TELNET to sdf.lonestar.org) Check out MOTD.ORG - Coding, Journals, Forums and Galleries for UNIX Hackers
SDF offers DSL and DIALUP access all over the USA

The SDF Fundraiser Store has SDF shirts, CDs and more

The Super Dimension Fortress is a networked community of free software
authors, teachers, librarians, students, researchers, hobbyists, computer
enthusiasts, the aural and visually impaired. It is operated as a federally
recognised non-profit 501(c)(7) and is supported by its members. Our mission is to provide remotely accessible computing facilities for
the advancement of public education, cultural enrichment, scientific
research and recreation. Members can interact electronically with each other regardless of their location using passive or interactive forums. Further purposes include the recreational exchange of information concerning the Liberal and Fine Arts. Members have UNIX shell access to games, email, usenet, chat, bboard, webspace, gopherspace, programming utilities, archivers, browsers, and

70. Unix Drivers Portal Page
unix Drivers. Graphics Drivers. Linux IA32 Latest Version 169.12 Latest Legacy GPU version (1.071xx series) 71.86.04 Latest Legacy GPU version (1.0-96xx
http://www.nvidia.com/object/unix.html
@import "/docs/TEMPLATE/175/style.css";
  • Download Drivers Driver Widget NVIDIA Software
    • Desktop ...
      Linux Discussion Forum

      For an external resource on Linux topics, visit the discussion forum at nvnews.net
      FreeBSD Discussion Forum

      Solaris Discussion Forum

      Unix Drivers
      Graphics Drivers Linux IA32
      Latest Version:
      Latest Legacy GPU version (1.0-71xx series):
      Latest Legacy GPU version (1.0-96xx series):
      Archive
      Linux IA64 Latest Version: Archive Linux AMD64/EM64T Latest Version: Latest Legacy GPU Version (1.0-71xx series): Latest Legacy GPU Version (1.0-96xx series): Archive FreeBSD x86 Latest Version: Latest Legacy GPU Version (1.0-71xx series): Latest Legacy GPU Version (1.0-96xx series): Archive Solaris x64/x86 Latest Version: Latest Legacy GPU version (1.0-96xx series): Archive NVIDIA nForce Drivers Open source drivers for NVIDIA nForce hardware are included in the standard Linux kernel and leading Linux distributions. This page includes information on open source drivers, and driver disks for older Linux distributions including 32-bit and 64-bit versions of Linux. PODCAST Andy Ritger and Christian Zander of NVIDIA speak with Will Backman of bsdtalk ( http://bsdtalk.blogspot.com/

71. Center For Wave Phenomena
A seismic processing and research environment developed at the Center for Wave Phenomena, Colorado School of Mines. Requires ANSI C and unix. Free download.
http://www.cwp.mines.edu/cwpcodes/
Center for Wave Phenomena ~ Colorado School of Mines CWP People CWP Consortium CWP Bookshelf CWP Software ... Contact Us
SU
john@dix.mines.edu
CWP/SU: Seismic Un*x
21 Years of Seismic Unix!
The Seismic Unix Project is partially supported by the CWP Consortium Project. In the past, the Seismic Unix Project has received partial support from the Gas Research Institute (GRI) and the Society of Exploration Geophysicists Foundation. Related Items CWP Sponsor Web Page The sponsor web page is the site where sponsors of the CWP Consortium Project may download confidential materials. CWP Matlab: Research Matlab Codes CWPMatlab is a collection of seismic research codes dealing with the subject of anisotropic wave propagation and material parameter extraction. Seismic Data: Small samples Seismic Data are samples, including a couple of versions of OZ Yilmaz's 40 shot gathers from his classic book Seismic Data Analysis SEISUNIX: The CWP/SU listserver group Seisunix is the Seismic Un*x listserver group where you can post your SU questions by email. Awards 2002 Special Commendation 1994 Technology Transfer Society Chris Liner's SU Help Page SU Help Page SUNT: A port of SU to Windows architecture SUNT Jeff Barker's GIF Movies of propagating waves Gif Movies CWP/SU: Seismic Un*x Current Release 40 Full Source Code, Documentation, and Release Notes

72. Category:UNIX - DreamHost
This category contains basic information about unix/Linux and things you will need when working with Dreamhost s Debianbased servers.
http://wiki.dreamhost.com/Category:UNIX
Category:UNIX
From DreamHost
Jump to: navigation search This category contains basic information about UNIX/Linux and things you will need when working with Dreamhost's Debian -based servers.
Subcategories
There are 2 subcategories to this category.
L
U
Articles in category "UNIX"
There are 21 articles in this category.
C
D
E
F
F cont.
K
L
P
R
S
T
U
V
W
Retrieved from " http://wiki.dreamhost.com/Category:UNIX Category Root Views Personal tools Navigation dreamhost links Search Toolbox

73. Free Unix Downloads
z/Scope Classic is a SSL/SSH enabled multisession terminal emulator for accessing AS/400 iSeries, IBM Mainframes and unix hosts under Windows platforms.
http://www.freedownloadscenter.com/Search/unix.html
Advertise Submit a program Link to us Contact us ... Bookmark unix Software Voicent VoiceXML Gateway Voicent VoiceXML Gateway , is the ideal gateway supporting a wide variety of voice applications to make interactive telephony. E-List Distributor for Mac E-List Distributor for Mac efficiently keeps your customer base and subscribers managed and updated with the latest releases.
Reviews newsletter Free Downloads unix software
unix software at Free Downloads Center:
Scopr XBow Server
Shareware 29-Mar-2008 Data decomposition, decryption, decompression, and analysis web server. Supports common container file formats including ACE, ARJ, Bcrypt, BinHex, BZIP, CPIO, GZIP, LZ, CAB, MS-Office, Open Document, RAR, RPM, TAR, Unix compress, UUE, ZIP, and ZOO.
EditPad Pro
Shareware 20-Mar-2008 EditPad Pro is a powerful and versatile text editor or word processor, designed to make text editing as convenient as possible. Write and edit all your text files such as source code, scripts, web sites, logs, letters, memos, reports, articles, etc.
EF Commander
Shareware 18-Mar-2008 File manager, easy to use, full customized, tabbed interface, fast FTP client, multirenamer, internal packers, internal viewers, burn on CD/DVD, internal text and HEX editors, synchronize function, SFV, MD5 and SHA1, multilingual, and much more...

74. Open.itworld.com - Unix News, Analysis And Resources
Windows may dominate the headlines, but the unix operating system keeps quietly humming along powering web servers, corporate networks and mission critical
http://www.unixinsider.com/
document.write(''); document.write(''); Go to network sites www.itworld.com open.itworld.com security.itworld.com smallbusiness.itworld.com storage.itworld.com utilitycomputing.itworld.com wireless.itworld.com Search
Unix news, analysis and resources
ITworld.com 1/30/07

Unix in the Enterprise archive:

Windows may dominate the headlines, but the Unix operating system keeps quietly humming along powering web servers, corporate networks and mission critical applications. This guide covers Unix from a top-level perspective and gives you only the news you can use about Unix overall, latest developments, product updates and its use in the enterprise.
Unix Security archive:

Unix is lauded for its flexibility and openness. However, vulnerabilities in standard configurations can make Unix systems susceptible to security threats. This tutorial provides guidance on detecting intrusion with audits and logs, how to avoid security holes by replacing weak components, how to protect user accounts and strengthen authentication, as well as provide tips on reducing exposure to threats by limiting user privileges.
Unix System Administration archive:

With the increased proliferation of Unix workstations and the continuing deployment of Unix systems as enterprise servers, experienced administrators are in high demand. This guide explores both menu driven and command-line approaches to system management and gives a thorough grounding in the essential Unix operating model.

75. Unix Tutorials
They say This tutorial will walk you through the basics of creating CGIs with Perl on a unix platform. Unlike other tutorials I ve read, this does not
http://www.unixtools.com/tutorials.html
Unix Tools
unix tutorials, unix security, unix help
Unix Tools
Unix Tutorials All tutorials are free unless otherwise noted.
Normal Unix User
Earn your degree online and get the skills for the job you want!
Unix System Administrator

76. Introduction To UNIX
www.mhpcc.edu/training/ vitecbids/unixIntro/unixIntro.html unix,
http://www.mhpcc.edu/training/vitecbids/UnixIntro/UnixIntro.html
Prepared by Blaise Barney for the Maui High Performance Computing Center, March 1995
Introduction to UNIX
Table of Contents
  • UNIX Overview
  • What Is UNIX?
  • History Of UNIX
  • UNIX Philosophy ...
  • References
  • 77. Unix Commands Reference Card
    Files saved on the UITS central unix computers Steel, the Parallel PC cluster, Solar/Lunar, and the Research SP are stored on the Network File Server (NFS).
    http://www.indiana.edu/~uitspubs/b017/
    Unix commands reference card
    Environment Control
      Command Description cd d Change to directory d mkdir d Create new directory d rmdir d Remove directory d mv f1 [f2...] d Move file f to directory d mv d1 d2 Rename directory d1 as d2 passwd Change password alias name1 name2 Create command alias (csh/tcsh) alias name1="name2" Create command alias (ksh/bash) unalias name1[na2...] Remove command alias na ssh nd Login securely to remote node exit End terminal session setenv name v Set env var to value v (csh/tcsh) export name="v" set environment variable to value v (ksh/bash)
      Command Description lpr -P printer f or lp -d printer f Output file f to line printer script [f] Save terminal session to f exit Stop saving terminal session mailx username Send mail to user man name Unix manual entry for name
    Process Control
      Command Description
    Environment Status
      Command Description
    File Manipulation
      Command Description
    Compiler
      Command Description cc [-o f1] f2 C compiler lint f Check C code for errors f77 [-o f1] f2 Fortran77 compiler pc [-o f1] f2 Pascal compiler
    Working with NFS files
    Files saved on the UITS central Unix computers Steel, the Parallel PC cluster, Solar/Lunar, and the Research SP are stored on the Network File Server (NFS). That means that your files are really on one disk, in directories named for the central Unix hosts on which you have accounts.

    78. GNU's Not Unix!
    The GNU utilities fared very well against several proprietary versions of unix in some fuzz tests . You can get the original paper or the second paper
    http://www.cs.pdx.edu/~trent/gnu/
    GNU's Not Unix!
    This is an unofficial archive of GNU information. The FSF now has the "official" GNU web pages set up. It is mainly a collection of information that I have collected over the years Much of it is either "historical" information or information that FSF does not keep in the software archives. I also try to maintain links to all the GNU resources I know of around the web. This page pretty much represents all the information I have relating to GNU, so please investigate the various links I have here before sending me e-mail (unless you like the words "I don't know").
    Documentation/announcements/information

    79. Web / Programming / UNIX - WebReference.com
    unix resources for every level of user. Calls itself The Official Home Page For unix System Administrators. unix Reference Desk A large onepage
    http://www.webreference.com/programming/unix/

    Page 4     61-79 of 79    Back | 1  | 2  | 3  | 4 

    free hit counter