Linux Total Guide Project Linux Total Guide Project(LTGP)のホームページです。こ こでは、Linuxの各分野の入門者のために自分達の体験談やガ イドラインや ちょっとしたツールを、集めたり作っています。あなたも、一緒に 活動してみませんか? コメントの追加/表示 (0)
Introduction to Cryptography Introduction to Cryptography Preface Basic Terminology Basic Cryptographic Algorithms Digital Signatures Cryptographic Hash Functions Cryptographic Random Number Generators Strength of Cryptographic Algorithms Cryptanalysis and Attacks on Cryptosystems Preface People mean different things when they talk about cryptography. Children play with toy ciphers and secret languages. However, these have nothing to do with real security and strong encryption. Strong encryption is the kind of encryption that can be used to protect information of real value against organized criminals, multinational corporations, and major governments. Strong encryption used to be only military business; however, in the information society it has become one of the central tools for maintaining privacy and confidentiality. コメントの追加/表示 (1)
Crypto Anarchy "The revolution will not be televised. The revolution *will*, however, be digitized." Welcome to the New Underworld Order! (a term I have borrowed from writer Claire Sterling.) 16.3.2. "Do the views here express the views of the Cypherpunks as a whole?" - This section is controversial. Hence, even more warnings than usual about being careful not to confuse these comments with the beliefs of all or even most Cypherpunks. - In fairness, libertarianism is undeniably the most represented ideology on the list, as it is in so much of the Net. The reasons for this have been extensively debated over the years, but it's a fact. If other major ideologies exists, they are fairly hidden on the Cypherpunks list. コメントの追加/表示 (0)
VM/ESAョ and Linux[tm] Resources VM and Linux enthusiasts will be pleased to know about an advanced technology project that enables the Linux operating system to run on S/390. IBM has released to the Open Source community the architecture, language, and library support modifications required to create a Linux kernel that can run on S/390 servers. The IBM developerWorks Linux zone provides the technical information and the instructions for downloading the kernel patches and drivers. コメントの追加/表示 (0)
Linux Apache SSL PHP/FI frontpage mini-HOWTO This document is about building a multipurpose webserver that will support dynamic web content via the PHP/FI scripting language, secure transmission of data based on Netscape's SSL, secure execution of CGI's and M$ Frontpage Server Extensions コメントの追加/表示 (0)
2.1.126 hangs at boot 2.1.126 hangs at boot Discussion with Linus Torvalds (torvalds@transmeta.com), Michael Harnois and others... 24 Oct 1998 19:21:48 GMT コメントの追加/表示 (0)
2GB-Memory-Linux: Strange Behavior Discussions with Linus Torvalds (torvalds@transmeta.com) Sat, 17 Jan 1998 10:49:33 -0800 (PST) ---- "You can affect some of it a bit, but 32 bits simply is not enough for certain large problems. That's why most of the big players have already moved to 64 bits or are close to moving. " コメントの追加/表示 (0)
A Beginners Guide to VRML This is a primer for producing worlds in VRML, the developing standard 3D modeling language for use on the internet. コメントの追加/表示 (0)
A tutorial on character code issues This document tries to clarify the concepts of character repertoire, character code, and character encoding especially in the Internet context. It specifically avoids the term character set, which is confusingly used to denote repertoire or code or encoding. コメントの追加/表示 (0)
A User's Guide for GNU Awk This book teaches you about the awk language and how you can use it effectively. You should already be familiar with basic system commands, such as cat and ls,(1) and basic shell facilities, such as Input/Output (I/O) redirection and pipes. コメントの追加/表示 (0)
Algorithmic and Automatic Debugging This document contains some pointers to information relevant to Algorithmic and Automatic Debugging available around the world on the World Wide Web コメントの追加/表示 (0)
Alpha Centauri - Linux All kind of issues related to Linux: Connecting to the internet, connecting to other PC's, ISDN, PPP, Samba, NFS. Using mail, setting up a mailserver. コメントの追加/表示 (0)
Anteater Anteater is a sendmail loganalyser written 100% in C++. It's very easy to add new modules for reporting, analysis or filtering. コメントの追加/表示 (0)
Apache 1.3 User's Guide On Unix, the httpd program is usually run as a daemon which executes continuously, handling requests. It is possible to invoke Apache by the Internet daemon inetd each time a connection to the HTTP service is made (use the ServerType directive) but this is not recommended. コメントの追加/表示 (0)
Apache Test Framework Documentation The document is the portal of Apache Test Framework documentation. It describes the goal and the design of the Apache Test Framework project. It also collects all links realted to this projects, including links to requirement software packages, project resources, source code, and sample test descriptions. コメントの追加/表示 (0)
Background on the LDP and SGML The Linux Documentation Project (LDP) was started to provide new users a way of getting information quickly about a particular subject. The Standard Generalized Markup Language (SGML) is a language that is based on embedding codes within a document. In this way, its similar to HTML, but there is where any similarities end. The power of SGML is that unlike WYSIWYG (What You See Is What You Get), you don't define things like colors, or font sizes, or even some kinds of formatting. コメントの追加/表示 (0)
Backup and Restore Procedures There are a variety of methods of performing backups with Linux. These include command-line tools included with every Linux distribution, such as ``dd'', ``dump'', ``cpio'', as well as ``tar''. Also available are text-based utilities, such as ``Amanda'' and ``Taper'', which is designed to add a more user-friendly interface to the backup and restore procedures. コメントの追加/表示 (0)
Beveled Text (Graphics) Beveled text (or 'Inner Bevel' as it is often called by people who have been using a certain otherimage manipulation program) is a quick and easy way to create spiffy logos and titles for web-pages and things like that. コメントの追加/表示 (0)
Beyond Good and Evil, or, Why Crypto is Needed hy is cryptography good? Why is anonymity good?" - These moral questions pop up on the List once in a while, often asked by someone preparing to write a paper for a class on ethics or whatnot. Most of us on the list probably think the answers are clearly "yes," but many in the public may not think so. The old dichotomy between "None of your damned business" and "What have you got to hide?" - "Is it good that people can write diaried unread by others?" "Is it good that people can talk to each other without law enforcement knowing what they're saying?" "Is it good that people can lock their doors and hide from outsiders?" These are all essentially equivalent to the questions above. コメントの追加/表示 (0)
Booting Linux with the NT Loader In many real-life situations we must tackle with a installation where it is not desirable to alter the NT boot process. May be it is your machine's boss and he/she prefers to keep on booting the same way for ever ;-) In this article I will focus on how to configure the NT Loader so as to boot Linux (and continue booting NT also!). コメントの追加/表示 (0)
Building a Custom Kernel With the introduction of modularization in the Linux 2.2.x kernel there have been some significant changes in building customized kernels. In the past you were required to compile support into your kernel if you wanted to access a particular hardware or filesystem component. For some hardware configurations the size of the kernel could quickly reach a critical level. To require ready support for items that were only occasionally used was an inefficient use of system resources. With the capabilities of the 2.2.x kernel, if there are certain hardware components or filesystems that are used infrequently, driver modules for them can be loaded on demand コメントの追加/表示 (0)
Building an Automatic FTP Retriever Internet is the big and wide world of infomation, which is really great, but when one works on a limited Internet access, retrieving big amounts of data may become a nigthmare... コメントの追加/表示 (0)
Building an IDE CD-ROM Server The advantages of having a CD-ROM jukebox should be readily apparent in a networked environment. You can provide multiple CD-ROMs to multiple people. Granted, in an ideal environment, you would want the throughput of SCSI CD-ROM drives. There are also disadvantages to SCSI drives. They are more expensive and harder to configure. A cheaper alternative is to use a bunch of IDE CD-ROM drives. Many people even have slower ones lying around because they just had to have a faster one. コメントの追加/表示 (0)
CMU Common Lisp Users Manual CMU Common Lisp is an implementation of that Common Lisp runs on various Unix workstations. See the README file in the distribution for current platforms. The largest single part of this document describes the Python compiler and the programming styles and techniques that the compiler encourages. コメントの追加/表示 (0)
COCOM / Wassenaar Arrangement [Sources 1, 5] COCOM (Coordinating Committee for Multilateral Export Controls) was an international organization for the mutual control of the export of strategic products and technical data from country members to proscribed destinations. It maintained, among others, the International Industrial List and the International Munitions List. In 1991, COCOM decided to allow export of mass-market cryptographic software (including public domain software). Most member countries of COCOM followed its regulations, but the United States maintained separate regulations. コメントの追加/表示 (0)
ColdSync Conduits This manual is intended as a reference. Each chapter and, to the extent possible, each section, is intended to stand on its own. Consequently, if you read it from beginning to end, expect a certain amount of repetition. コメントの追加/表示 (0)
Complete Idiot's Guide to Linux This book describes why the user is doing the tasks in order to convey Linux's logic and conventions. It also provides a guide to popular Linux software. コメントの追加/表示 (0)
Complete Teach Yourself Linux Toolkit This four-book, five-CD-ROM set shows you how to install the powerful Linux OS on any PC or network, create your own Linux applications with surprising ease, build a seamless Web interface for all your Internet, newsgroup and e-mail needs and command the full StarOffice productivity suite. コメントの追加/表示 (0)
Configuration de LILO LILO (the LInux Loader, le chargeur de Linux), vous permet de d駑arrer Linux (ou d'autres syst鑪es !) partir d'une partition de disque dur. LILO g鑽e la premi鑽e phase de la proc馘ure de lancement pour tous les syst鑪es d'exploitation de votre disque. コメントの追加/表示 (0)
Configuring a kernel for the ZIP drive To use the ZIP drive with Linux, you must have a kernel configured with support for the SCSI system, support for SCSI disks, and support for the host adapter you are using コメントの追加/表示 (0)
Configuring and Troubleshooting X This section is guaranteed to be long, so if you want to read the whole thing, it's your choice. This includes just some basic things for Red Hat 5.1, based on XFree86 version 3.3.2. This information should also work for other Linux distributions. コメントの追加/表示 (0)
Configuring Hierarchical Squid Caches Configuring Web caches in a hierarchy or mesh can be a daunting process. Caching software such as Squid offers many configuration options. We explain the implications for joining a cache mesh and discuss when certain features will or will not provide benefits. We present common-case scenarios for Internet service providers, corporations, and educational institutions. コメントの追加/表示 (0)
Configuring the X Window System The X Window System, aka 店 (commonly and incorrectly known by many as 店-Windows) is a GUI which sits on top of Linux. Unlike Microsoft Windows, the X Window System can look and operate in a large variety of different ways. コメントの追加/表示 (0)
Consistent BackSpace and Delete Configuration Many people using Linux do not like the default behaviour of the BackSpace and Delete keys. The goal of this document is to make [<---] (i.e. the backspace-key on your keyboard) to erase to the left, and make [Delete](i.e. the delete-key) erase under the cursor. It seems only Debian and SuSE have dealt with this issue. コメントの追加/表示 (0)
Controllers and Peripherals Peripherals are real devices, such as graphics cards or disks controlled by controller chips, or controllers. The IDE disks are controlled by the IDE controller chip and the SCSI disks by the SCSI disk controller chips and so o コメントの追加/表示 (0)
Copyleft: Pragmatic Idealism by Richard Stallman Every decision a person makes stems from the person's values and goals. People can have many different goals and values; fame, profit, love, survival, fun, and freedom, are just some of the goals that a good person might have. When the goal is to help others as well as oneself, we call that idealism. My work on free software is motivated by an idealistic goal: spreading freedom and cooperation. I want to encourage free software to spread, replacing proprietary software which forbids cooperation, and thus make our society better. コメントの追加/表示 (0)
copy_page_range Re: copy_page_range Discussions with Linus Torvalds (torvalds@transmeta.com) Fri, 9 Jan 1998 11:51:12 -0800 and Bill Hawes and Jim Nance コメントの追加/表示 (0)
Cryptographic software solutions and how to use them This book is intended as a basic primer for people that do not know a lot (or anything as the case may be) about cryptography but are interested or concerned about it (in an actual "should I be using it, and if yes, what should I use, and how?"). コメントの追加/表示 (0)
Customizing the FreeBSD Kernel Customizing a Unix kernel is a rite of passage for the system administrator. Linux and many System V Unixes have a friendly, menu-driven kernel configuration system. コメントの追加/表示 (0)
Cyphernomicon - The Cypherpunks have existed since September, 1992. In that time, a vast amount has been written on cryptography, key escrow, Clipper, the Net, the Information Superhighway, cyber terrorists, and crypto anarchy. We have found ourselves (or _placed_ ourselves) at the center of the storm. - This FAQ may help to fill in some gaps about what we're about, what motivates us, and where we're going. And maybe some useful knowledge on crypto, remailers, anonymity, digital cash, and other interesting things. + The Basic Issues + Great Divide: privacy vs. compliance with laws + free speech and privacy, even if means some criminals cannot be caught (a stand the U.S. Constitution was strongly in favor of, at one time) - a man's home is his castle...the essence of the Magna Carta systems...rights of the individual to be secure from random searches + or invasive tactics to catch criminals, regulate behavior, and control the population - the legitimate needs to enforce laws, to respond to situations + this parallels the i コメントの追加/表示 (0)
D Intro to Alpha Systems and Processors This document is a brief overview of existing Alpha CPUs, chipsets and systems. It has something of a hardware bias, reflecting my own area of expertese. コメントの追加/表示 (0)
DCE Threads Emulation Package for LinuxThreads Jim Doyle's DCE Threads Emulation Package for LinuxThreads allows applications written with DCE threads (a.k.a. draft 4 POSIX threads) to run easily on top of LinuxThreads. コメントの追加/表示 (0)
Debian bug tracking system Debian bug tracking system main contents page. The Debian GNU/Linux distribution has a bug tracking system which files details of bugs reported by users and developers. Each bug is given a number, and is kept on file until it is marked as having been dealt with. コメントの追加/表示 (0)
Debugging C and C+ Code This document describes several techniques and tools for debugging code in C-like languages in a Unix environment. コメントの追加/表示 (0)
Debugging CGI Programs over TCP Sockets This article evolved from my frustration in developing and debugging CGI programs written for the AuctionBot, a multi-purpose auction server. I found that the available C libraries, C++ class libraries and web server extensions did not fit my needs so I decided to implement a different approach based on debugging over TCP sockets. Using this approach, I have successfully implemented and debugged most of the CGI's for this project. コメントの追加/表示 (0)
Debugging with GDB This manual Tells how to run your program under GNU Debugger control, examine and alter data, modify a program's flow of control, and use GDB through GNU Emacs. コメントの追加/表示 (0)
Digital Cash and Net Commerce strong crypto makes certain forms of digital cash possible - David Chaum is, once again, centrally involved - no real systems deployed, only small experiments - the legal and regulatory tangle will likely affect deployment in major ways (making a "launch" of digital cash a notrivial matter) コメントの追加/表示 (0)
DOC++ DOC++ is a documentation system for C, C++, IDL and Java generating both TeX output for high quality hardcopies and HTML output for sophisticated online browsing of your documentation. コメントの追加/表示 (0)
docbook2X Docbook2X is the collective name for a bunch of tools for converting DocBook documents into the traditional documentation formats. コメントの追加/表示 (0)
DocLib.Org- One Site All Linux Documentation Welcome to www.doclib.org! My name is Shane Adams, and I'm software developer over at a cool startup named Topica. Over the last few years I've noticed that I waste a good amount of time trying to find up to date documentation for many of the programs I come into contact with. Either an engineer didn't install the doc's, or I've only heard a little bit about a piece of software and want to find out more without the hassle of downloading. So to solve this problem and have some fun while doing it, I threw together a couple of perl scripts and started archiving opensource documentation. In addition, I've made the entire repository searchable for greater utility. I hope you like it. コメントの追加/表示 (0)
Documentation for CUPS The Common UNIX Printing System provides a portable printing layer for UNIXョ operating systems. It has been developed by Easy Software Products to promote a standard printing solution for all UNIX vendors and users. CUPS provides the System V and Berkeley command-line interfaces. コメントの追加/表示 (0)
Dotdot Files Manual The Dotfile Generator is a program which translates information from checkboxes, entries, menus etc. to some sort of code (eg. Lisp, C, the configuration language for the fvwm window manager, or any other textual code). コメントの追加/表示 (0)
Dynamics-HUT-Mobile-IP-HOWTO The Dynamics-HUT-Mobile-IP-HOWTO - document leads you to the important information of installing, configuring and troubleshooting the Dynamics system コメントの追加/表示 (0)
El problema de la licencia BSD par Richard Stallman Las dos categoras principales de licencias de software libre son con copyleft y sin copyleft. Las licencias con copyleft tales como la GNU GPL insisten en que las versiones modificadas del programa deben ser tambi駭 software libre. Las licencias sin copyleft no insisten en esto. Nosotros recomendamos el copyleft porque protege la libertad de todos los usuarios, pero el software sin copyleft an es software libre, y til para la comunidad del software libre. コメントの追加/表示 (0)
Emacs marries Russian I personally prefer XEmacs (formerely known as LucidEmacs) over GNU Emacs. But the russification of both is actually identical and very easy. However, it depends on what you want to do. My further discussion will be devoted to XEmacs. コメントの追加/表示 (0)
Enterprise Computing with Linux This chapter will discuss issues which are most relevant to those using Linux in the enterprise, such as tuning your server for better performance under higher loads, keeping your data safe with RAID technologies, as well as discuss the general procedures to migrate across servers. コメントの追加/表示 (0)
European Union Cypto Rules The December 1994 EU Council Regulation (EC) No. 3381/94 (amended by Regulation (EC) 837/95 of 10 April 1995) and EU Council Decision No. 94/942/CFSP (amended by Council Decision 98/232/CFSP and EU Council Decision 1999/193/GASP), in force since July 1995, regulate the export of dual-use goods, including cryptography. In general, a license is needed for the export of crypto hardware and software outside of the EU, with the exception of mass-market and public-domain software. For a transitional period, the Regulation also requires a licence procedure for intra-Community trade of encryption products. Export to seven "friendly" countries (Australia, Canada, Japan, New Zealand, Norway, Switzerland, USA) seems to be less restricted. コメントの追加/表示 (0)
Ezmlm-idx ezmlm is a modern mailing list manager. Its purpose is to efficiently send a message to a large number of recipients with minimal delay. It allows automated additions and subtractions from the subscriber database. I コメントの追加/表示 (0)
EZWGL Documentation This manual explains the application programming interface (API) for the EZ Widget and Graphics Library (henceforth, EZwgl). コメントの追加/表示 (0)
Finnish manpages Project The purpose of this project is the translation of Linux man pages into Finnish. The remainder of these pages are mainly in English in order to make them usable for other translation projects. コメントの追加/表示 (0)
For the Undecided (Linux Benefits) If you truly enjoy working with computers, Linux is the operating system of your dreams. It is more fun than any other computer operating system around. However, the reason why Linux is truly revolutionary is that it is Open Software. Our science and technology works owing to the free availability of information and peer review. Would you fly a plane that was based on proprietary science and unreviewed design, a plane at the internals of which nobody but the manufacturer could look? Then, why would you trust a closed, unrev コメントの追加/表示 (0)
Free Software and Free Manuals by Richard Stallman The biggest deficiency in free operating systems is not in the software--it is the lack of good free manuals that we can include in these systems. Many of our most important programs do not come with full manuals. Documentation is an essential part of any software package; when an important free software package does not come with a free manual, that is a major gap. We have many such gaps today. コメントの追加/表示 (0)
Free Software Is Reliable Free software has a reputation for reliability throughout the user community. Day in and day out, its users expect it to perform with few or no complications in every type of application: コメントの追加/表示 (0)
Free Software Is Supported There are many resources available for obtaining help for free software. People find that these resources are often more accessible and have a faster response time than most commercial software vendors. コメントの追加/表示 (0)
Free Software Is Useful Free software is both versatile and effective in a wide variety of applications. Because the source code is given, it can be tailored specifically to an individuals needs... Something not easily accomplished with proprietary software. コメントの追加/表示 (0)
FreeBSD Handbook Welcome to FreeBSD! This handbook covers the installation and day to day use of FreeBSD Release 3.3. This manual is a work in progress and is the work of many individuals. Many sections do not yet exist and some of those that do exist need to be updated. If you are interested in helping with this project, send email to the FreeBSD documentation project mailing list . The latest version of this document is always available from the FreeBSD World Wide Web server. コメントの追加/表示 (0)
fsync on large files Re: fsync on large files Discussions with Linus Torvalds (torvalds@transmeta.com) Wed, 17 Feb 1999 09:27:46 -0800 (PST) and Alan Cox with Trond Myklebust, Dan Egli,Stephen C. Tweedie and maybe others :) コメントの追加/表示 (0)
Ftape Documentation Here you find documentation for some of the newer ftape versions and links to other documents that contain valuable information for ftape. コメントの追加/表示 (0)
Get Going With DocBook This booklet has two main goals: The first is present a tutorial on writing documentation that will be used in a particular project at Cygnus. The second is for me to clarify my thoughts on how I think the books we ship with should be structured. A third goal, which is not as pressing, is that this booklet should become a tutorial for all people at Cygnus (and elsewhere; the GNOME project, for example is using DocBook) who will be writing notes for future incorporation into Cygnus documentation. コメントの追加/表示 (0)
Getting Started with Linux 5.0 This document is written for people who have just installed Linux but don't know what to do next. Most of the commands discussed here should work on all distribution of Linux but since I use Red Hat 5.0 some of them may be specific to Red Hat 5.0. I have also used Caldera OpenLinux 1.3 and have included some Caldera specific information. コメントの追加/表示 (0)
GIMP The GIMP (short for General Image Manipulation Program) written by Spencer Kimball and Peter Mattis is an excellent drawing tool. Its features are in general too numerous to mention, so these pages are aimed at drawing with the GIMP. All the images on this page were created with the GIMP. I also drew up a Penguin with the GIMP (version 0.54) as a Linux logo before I got the tablet. I have a description of some of the methods I used to create the Penguin available. Some of my other images are available from my gallery コメントの追加/表示 (0)
Gimp Manual GIMP: The Official Handbook is the complete Gimp user's manual. It is the most comprehensive source of Gimp information available, covering nearly all aspects of this complex application. It's a user manual, so it will not cover "nuts and bolts" topics such as how to write Gimp plug-ins; however, some basic scripting tutorials have been included. コメントの追加/表示 (0)
GIMP tutorials pointer page. This page is to help not only to find a particular tutorial, but also to promote the creation of more tutorials as well as providing an easy index to some examples of what the GIMP can do for you. コメントの追加/表示 (0)
Global Linux Resource Welcome to the Global Linux Resource, and may we extend a warm welcome to those of you who have joined us from our old site (Everything Linux). コメントの追加/表示 (0)
Gnet Network Library Reference Manual This manual documents Gnet, a networking library. It gives an overview of Gnet, discusses examples that come with Gnet, and includes detailed documentation of the Gnet API. コメントの追加/表示 (0)
GNU fileutils This manual is based on the Unix man pages in the distribution, which were originally written by David MacKenzie and updated by Jim Meyering. コメントの追加/表示 (0)
GnuPG documentation project The goal of the GnuPG documentation project is to provide manuals and other documentation so that people can use GnuPG correctly and wisely. コメントの追加/表示 (0)
Hardware Basics An operating system has to work closely with the hardware system that acts as its foundations. The operating system needs certain services that can only be provided by the hardware. In order to fully understand the Linux operating system, you need to understand the basics of the underlying hardware. This chapter gives a brief introduction to that hardware: the modern PC. コメントの追加/表示 (0)
High Performance Graphics Hardware Design Requirements This page attempts to spell out graphics hardware design requirements needed to build high-performance graphics subsystems. This page is intended for h/w graphics chip and board designers, as well as graphics software sub-system designers and graphics device driver writers. It's intent is to broaden the understanding of hardware design principles needed to create high-performance graphics subsystems. These principles are well known to high-end folks, but are sorely lacking in the Wintel PC clone marketplace. コメントの追加/表示 (0)
Homesteading the Noosphere Eric Steven Raymond Sequel to the Cathedral and the Bazzar "This is my sequel to the popular The Cathedral and the Bazaar. In it, I examine in detail the property and ownership customs of the open-source culture. Yes, it does have property customs -- and rather elaborate ones too, which reveal an underlying gift culture in which hackers compete amicably for peer repute. This analysis has large implications for anyone interested in organizing large-scale intellectual collaborations." コメントの追加/表示 (0)
How to print to a Printer on a Netware server This article assumes that you'll be using only one printer, that is the Netware printer. Because this procedure includes replacement of the print spooler daemon, I do NOT recommend this procedure for a working installation with one or more printers (unless of course you know what you're doing, but then you won't be reading this now would you? :) ). Also, most of the instructions are rather Redhat specific, if you are using another distribution, ask someone to translate :) コメントの追加/表示 (0)
Improving Security on Cisco Routers This document is an informal discussion of some Cisco configuration settings that network administrators should consider changing on their routers, especially on their border routers, in order to improve security. コメントの追加/表示 (0)
Information about running Fortran codes under Linux Fortran is the language of the past, and one of the languages of the present, as far as physics is concerned. Hence this page. It is at the moment biased towards F77 programs, but F90 information is being added as people contribute it. コメントの追加/表示 (0)
Installing PHP 3.x for Apache 1.x.x on Linux his document describes how to install PHP for Apache on Linux. It was written using Red Hat 6.1, Apache 1.3.9 and PHP 3.0.12. You should have Apache installed before trying to install PHP. Here are my Apache installation instructions. If you want to use PHP with MySQL then you must install MySQL first. コメントの追加/表示 (0)
Installing StarOffice 4.0 on RedHat 5.1 I wanted to see how it would perform on a fairly low performance system, so I loaded it onto my server. In order to benefit others, I thought I would document my installation. I will use it for a few days, after which I will write a review on my 'user' experiences. コメントの追加/表示 (0)
Intro to Linux Linux is not a toy operating system. Although it is relatively new, Linux draws on more than one-quarter century of heritage and experiece inherited from the UNIX operating system. But this operating system is not just for techno-geeks and computer nerds. Linux can be kind and gentle, yet robust and industrial strength--it won't let you down. コメントの追加/表示 (0)
Introduction to GNU/Linux Welcome to the Introduction to GNU/Linux course. This page has been set up as the primary distribution point for this and (soon to be) many other courses based in the instruction of Linux. There aren't many frills here, to maximize compatibility with all systems, and to provide the information in a straightforward way. コメントの追加/表示 (0)
Introduction to Linux Linux, per se, is only the kernel of the operating system, the part that controls hardware, manages files, separates processes, and so forth. There are several combinations of Linux with sets of utilities and applications to form a complete operating system. Each of these combinations is called a distribution of Linux. The word Linux, though it in its strictest form refers specifically to the kernel, is also widely and correctly to refer to an entire operating system built around the Linux kernel. For a list and brief discription of various distributions, see http://sunsite.unc.edu/LDP/HOWTO/Distribution-HOWTO.html None of these distributions is ``the official Linux''. コメントの追加/表示 (0)
Introduction to Linux based X terminals This web site is dedicated to Linux based X terminals and more precisely to one installation toolkit allowing you to turn any PC into an X terminal without installing anything on the PC itself. コメントの追加/表示 (0)
Introduction to TCP/IP Networking The strength of Unix is the built-in networking provided unde r Unix. TCP/IP is made up of two acronyms, TCP, for Transmission Control Protocol, and IP, for Internet Protocol. コメントの追加/表示 (0)
Jonathan Buzzard's IO tracing patch for Wine At long last I have got round to finalizing my patches to allow Wine to produce a trace on port activity in the same way as DOSemu has allowed for some time now. コメントの追加/表示 (0)
KDE Installation and Configuration The K Desktop Package (KDE) is another popular window manager that is somewhat more mature than GNOME is at the time of this writing. コメントの追加/表示 (0)
KDE Interface KDE is an excellent desktop. It is stable, extremely functional and includes most of the applications you'll need. Its look and feel is similar to the operating systems you're already familiar with and is a great introduction to Linux. コメントの追加/表示 (0)
KDirStat Handbook KDirStat - graphical directory statistics for KDE. Shows where all your disk space has gone and tries to help you clean it up. コメントの追加/表示 (0)
KTimeclock Documentation KTimeclock is designed to be a personal timeclock to keep track of how much time is spent working on various projects and the tasks that they involve. コメントの追加/表示 (0)
LibGGI API Manual This document describes the application programming interface for LibGGI, an extremely flexible and extensible, dynamic drawing library developed by the GGI project. コメントの追加/表示 (0)
Links User Reference Manual This manual has been designed and written to be: ...a complete user reference to Links. ...easy to navigate with plenty of hypertext links. コメントの追加/表示 (0)
Linux and Linksys Ethernet Adaptors A small docuement on the use of the Linksys parallel-port ethernet adaptor under Linux. This is a widely available networking adaptor that doesn't require a PCMCIA slot. コメントの追加/表示 (0)
Linux and parallel port IDE devices Owing to the simplicity and near universality of the parallel port interface to personal computers, many external devices such as portable hard-disk, CD-ROM, LS-120 and tape drives use the parallel port to connect to their host computer. While some devices (notably scanners) use ad-hoc methods to pass commands and data through the parallel port interface, most external devices are actually identical to an internal model, but with a parallel-port adapter chip added in. Some of the original parallel port adapters were little more than mechanisms for mulitplexing a SCSI bus. (The Iomega PPA-3 adapter used in the ZIP drives is an example of this approach). コメントの追加/表示 (0)
Linux and parallel port SCSI adapters Several manufacturers make special active cables that can be used to connect an external SCSI bus to a computer's parallel port. This page lists those adapters for which Linux support exists or is in development. コメントの追加/表示 (0)
Linux and the resurgence of thin clients uthor Jim McQuillan of the Linux Terminal Server Project takes a look at the potent combination of Linux and thin client computing. Thin clients have the potential to save money in terms of both hardware and software, while users take advantage of a "write once, run anywhere" technology. Initially, thin clients faced several problems, but many of these have been overcome, and the future is more promising. Jim and co-authors Ron Colcernian and Bill Allie look briefly at the history of thin clients, their current resurgence, and a few case studies. The authors highlight some important keys to the success of thin clients, and provide useful resources to the reader. コメントの追加/表示 (0)
Linux Basics Before I begin, I would like to make one point: Linux is much more powerful than any Microsoft product, and with that greater power comes the responsibility to learn how to use it properly. This is to be expected, and is much less than painful than many make it out to be. コメントの追加/表示 (0)
Linux Cheatsheet Linux Cheatsheet is a running list of commands in various Linux applications intended to be printed out and kept under your Linux Bible for quick reference. コメントの追加/表示 (0)
Linux Device Drivers This practical guide is for anyone who wants to support computer peripherals under the Linux operating system or who wants to develop new hardware and run it under Linux. It shows step-by-step how to write a driver for character devices, block devices, and network interfaces, illustrated with examples you can compile and run. Focuses on portability. コメントの追加/表示 (0)
Linux documentation and Services Red Hat Debian Commercial services Yahoo index Help and documentation Linux Documentation Project Home Page comp.os.linux newsgroups Linux FAQ list Linux .. コメントの追加/表示 (0)
Linux documentation collection This server contains most HOWTO, FAQ, and LDP documents on all kinds of Linux specific questions. It should provide answers to a large variety of Linux problems. コメントの追加/表示 (0)
Linux Documentation Project The Linux Documentation Project is working towards developing free, high quality documentation for the Linux operating system. The overall goal of... コメントの追加/表示 (0)
Linux Filesystem Structure This document aims to specify standard locations of files and directories in Linux systems. A standard filesystem structure allows users, developers, and distributors to obtain system components from various sources that will work together as smoothly as if they had been developed under a centralized development process. It also eases system administration, development of second and third party packages, and the writing of implementation independent documentation. コメントの追加/表示 (0)
Linux Glossary Project The Linux Glossary Project provides a glossary of Linux and Linux-related terms that is managed by the community. You can even request new entries to be added, if you cannot find the word you are searching for. コメントの追加/表示 (0)
Linux Guides Linux Guides, including Linux Administrators Guide, User's Guide, Network Adm Guide, The Linux Kernel and a System Admin Guide. コメントの追加/表示 (0)
Linux High Performance Raid and SCSI 1.What is SCSI ? 2.Why should you use SCSI ? 3.What is RAID ? 4. Why should you use RAID ? 5.Choosing the right setup for your IO needs 6.Optimize your setup for your IO needs 7.The Linux SCSI subsystem 8.The companies behind the hardware 9.Other Information resources 10.The EATA-{DMA,PIO} Homepage 11.The Linux-I2O Homepage 12.Last but not least: The humourous side.... コメントの追加/表示 (0)
Linux Installation and Getting Started Linux Installation and Getting Started is a free document; you may reproduce and/or modify it under the terms of version 2 (or, at your option, any later version) of the GNU General Public License as published by the Free Software Foundation. コメントの追加/表示 (0)
Linux Installation Primer You've heard all the hype, and decided to find out what this "Linux" thing is all about. Or maybe you need a low cost alternative to one of the commercial operating systems. Perhaps you need an easy way to connect diverse systems and let them all communicate with each other..tomorrow.. or you'll be encouraged to "seek new employment challenges." In any case, you have a problem that needs a solution, or a curiosity that needs to be satisfied. Well, you have come to the right place. Join me as we take a journey into the exciting world of the Linux operating system. Please keep your hands inside the car at all times, and remain in your seat. コメントの追加/表示 (0)
Linux Kernel Compilation Benchmark I have purchased a K6-2/266Mhz processor and a Soyo 5EHM Super7 motherboard specifically so that I would be able to benchmark the K6-2 against Intel PII and Cyrix processors. Since I have been running Linux since the v0.10 days, I thought it would be useful to perform some benchmarks under Linux. Here are my findings. コメントの追加/表示 (0)
Linux Kernel Installation Linux is many users' introduction to a truly powerful, configurable operating system. In the past, a Unix-like operating system was out of reach for most. If it wasn't the operating system's 4-digit price tag, it was the hardware. Even the now free-for-personal-use SCO Unixware requires a system with SCSI drives, and most of us are using IDE to keep costs down. Along with the power that Linux brings comes the need to perform a task users have not had to do on simpler operating systems: configure the kernel to your hardware and operations. コメントの追加/表示 (0)
Linux Knowledge Base The Linux Knowledge Base is an archive of Linux HOWTO's, various technical documents, mailing lists, and newsgroups, indexed and suitable for quick searching. コメントの追加/表示 (0)
Linux Library Linux Library [Add-On Software] L. 59.000 Version 5 is filled with the equivalent of 1 million pages of documentation on Linux! Conveniently find the answers to almost any Linux question by searching collections of documents using a full text index with a high speed graphical browser. コメントの追加/表示 (0)
Linux Library Linux is popular for many reasons. Some like it because works better than brand x. Some like it because it's free. Some like it because free software means no license hassles (at least to anyone with a shred of ethics). Some use it to send Bill Gates a message. Most use it because it's the best tool to do a real job. No matter what your reason, Troubleshooters.Com's Linux Library is for you.. コメントの追加/表示 (0)
Linux Multicast Information Basic information on setting up multicast support on a Linux box as well as links to multicast utilites that work under Linux. コメントの追加/表示 (0)
Linux Online Guides Linux Guides, including Linux Administrators Guide, User's Guide, Network Adm Guide, The Linux Kernel and a System Admin Guide. コメントの追加/表示 (0)
Linux RAID Functions RAID (Redundant Array of Inexpensive Disks) is used as a blanket term to describe a common set of functions which allow the manipulation of hard disk partitions. Some of the most common functions RAID provides are partition mirroring, appending, and stripping. These functions are described below: コメントの追加/表示 (0)
Linux Technical Documentation Often the documentation for various components/elements of the Linux system are complicated or non-existant. The goal of this project is to collect, improve, and create technical documentation which is easier to understand and use, as well as being complete. コメントの追加/表示 (0)
Linux The Complete Reference The Complete Reference is an indispensable resource that you'll want to have at your side at all times. It is the most comprehensive guide to the Linux operating system available. It includes all the information you will need to install, configure and maintain a system running Linux. コメントの追加/表示 (0)
Linux Trace Toolkit Reference Manual The Linux trace toolkit is a suite of tools designed to do just that; extract program exection details from the Linux operating system and interpret them. Specifically, it enables its user to extract processor utilisation and allocation information for a certain period of time. コメントの追加/表示 (0)
Linux Virtual File-system Layer This document describes the internals of one of the fundamental Linux kernel subsystems - the Virtual File-system Layer also known as the VFS switch. This subsystem corresponds to the "vnode/vfs layer" found in commercial UNIX flavours, such as those based on SVR4/SVR5 code base, e.g. SCO UnixWare. コメントの追加/表示 (0)
Linux-1.3.95 - spelling fixes "This is yet another of those venerable kernels in the series "boring version names", ie v1.3.95 has been released. It's a rather boring patch too - it mainly just corrects spelung misteaks." Linus Torvalds (torvalds@cs.helsinki.fi) Wed, 24 Apr 1996 17:10:57 +0300 (EET DST) and others.... コメントの追加/表示 (0)
Linuxperf Welcome to the (hopefully) ultimate resource on tuning your Linux system to reach the highest levels of performance. These pages are the result of a bit of soulsearching within the Linux-community, a few weeks after the now (in)famous Mindcraft whitepaper appeared. In this report, it became painstakingly obvious that there was a strong need for a centralized resource regarding performance optimization on Linux systems. The result are the pages you are viewing right now. コメントの追加/表示 (0)
LISP Primer This text has been written to provide a quick introduction to the basic elements of Common LISP for both experienced and novice programmers. コメントの追加/表示 (0)
Living Lynx the the Fullest This document helps you get more out of using the Lynx text-mode web browser on the Linux console, including viewing graphics and using the mouse. コメントの追加/表示 (0)
LuCAS Project The aim of the LuCAS (Linux en CAStellano) project is to translate all of the Linux documentation (HOWTOs, FAQs, man pages, etc.) into Spanish, and to generate its own documents. La finalidad del proyecto LuCAS (Linux en CAStellano es traducir toda la documentacin de Linux (HOWTOs, FAQs, p疊inas man, etc.) al Espaol, y generar documentacin propia. コメントの追加/表示 (0)
Malaysian Linux Documentation This is a documentation and help site under My-Linux catering specifically to the Malaysian Linux users' needs with special emphasis to getting new users started with Linux. Here, you will find pointers to Linux documentation and help forums in Malaysia and elsewhere. コメントの追加/表示 (0)
Memory All systems have a memory hierarchy with memory at different speeds and sizes at different points in the hierarchy. The fastest memory is known as cache memory and is what it sounds like - memory that is used to temporarily hold, or cache, contents of the main memory. コメントの追加/表示 (0)
MHonArc FAQ's This documents contains answers to some of the frequently asked question on MHonArc. MHonArc is a Perl program for converting e-mail messages as specified in RFC 822 and MIME to HTML. コメントの追加/表示 (0)
Microsoft Windows NT Server 4.0 versus UNIX The choice of server platforms can be difficult for managers who do not have highly
specialized training in systems and network administration. In this paper, Microsoft
Windows NT Server is compared to UNIX, a large family of commercial and
non-commercial operating systems with a common heritage and many similarities. The
main focus of the comparison is on the areas of functionality, reliability, system
management, and performance. This paper is about servers, not workstations. Other
factors, such as product pricing, quantity and quality of bundled software, and a section
on common misconceptions about both groups of operating systems are presented to
provide a more complete view of these products. コメントの追加/表示 (0)
MultUnil The package is used to simplify the creation of multilingual documentation. In the past you have created one source per language, this is history. コメントの追加/表示 (0)
MySQL Reference Manual This is the MySQL reference manual; it documents MySQL version 3.23.13a-alpha. MySQL is a very fast, multi-threaded, multi-user and robust SQL (Structured Query Language) database server. コメントの追加/表示 (0)
New iPass White Paper: "The Internet Solution for Remote Access" The first part of this paper reviews several approaches to providing remote access using the Internet and discusses the advantages and disadvantages of each approach. The second part of the paper focuses on security and the key factors in selecting the right VPN technology for a company's specific requirements. コメントの追加/表示 (0)
New Riders New Riders is a computer book publisher that is focused on the professional community to which we publish. So what does that mean? It means that along with our authors, we want to publish books for the people who ?get their hands dirty? in technology every day. We want our books to test your assumptions, provide you with solutions to the unknown or simply inspire you to think in a new way. We are driven by the vision of professionals who are in the trenches. We are about meeting your needs, both spoken and unspoken, as you are continually challenged to grow and to learn new things. We build partnerships with authors who find unique ways to share their vision and make a difference for our readers. コメントの追加/表示 (0)
Notes on Russian: overview Over the years, I have found that there is a general interest about making one's computer to speak Russian. This desire comes partially from Russian non-natives who happened to be interested in our culture, so he wants to read Russian documents, exchange e-mails with Russians. Partially, this interest comes from Russians whose fate brought them outside, and, sitting before a computer far away from Russia, they would like to have Russian support. コメントの追加/表示 (0)
Open Source Writers Group The Open Source Documentation Index (OSDI) is a simple effort to put together a comprehensive "card catalogue" of Open Source and Open Source-related documentation. コメントの追加/表示 (0)
Open sources fortune file Fortune file featuring quotes from the the O'Reilly book "Open Sources". Included are some that did not make it into the final manuscript. コメントの追加/表示 (0)
Overview of the GNU Project The GNU Project has developed a complete free software system named ``GNU'' (GNU's Not Unix) that is upwardly compatible with Unix. Richard Stallman's initial document on the GNU Project is called the GNU Manifesto (31k characters), which has been translated into several other languages. We also have the Initial Announcement of the GNU Project, written in 1983. コメントの追加/表示 (0)
Parallel Port Central A collection of files and links to material about the PC's parallel port, including ECP, EPP, bidirectional, and IEEE-1284 modes (and other I/O ports as well). コメントの追加/表示 (0)
Pasdoc Pasdoc is a command line program that lets you automatically generate HTML and LaTeX documentation from your Pascal unit source code files. コメントの追加/表示 (0)
Perl Shell Documents psh is a perl program which executes a read-eval loop with enough options so that general behavior reasonably similar to more traditional shells like 'sh' or 'bash' can be achieved, while still allowing arbitrary perl expressions to be evaluated. コメントの追加/表示 (0)
Plain Linux What is linux, where do I get it and when I have it, what do I do with it? bjorn@educ.umu.se An excellent resouce for Linux Material especially Debian Distributions. コメントの追加/表示 (0)
Portable Presenter Manual Portable Presenter is a package designed to give presentations. PPresenter is brought to you under a GNU licence, what makes it free to be used and extended. コメントの追加/表示 (0)
Porting Applications to Linux Porting UNIX applications to the Linux operating system is remarkably easy. Linux and the GNU C library used by it have been designed with applications portability in mind, meaning that many applications will compile simply by issuing make. コメントの追加/表示 (0)
Preventing Pentium Deaths "Now, if you had an alpha, you could determine executability on a page-per-page basis. Of course, if you had an alpha you wouldn't have this problem in the first place, so.." Discussions with Linus Torvalds (torvalds@transmeta.com) 11 Nov 1997 05:20:44 GMT - and others... コメントの追加/表示 (0)
Programming UNIX Sockets This is a list of frequently asked questions, with answers about programming TCP/IP applications in unix with the sockets interface. コメントの追加/表示 (0)
Protection of Corporate and Financial Privacy orporations are becoming increasingly concerned about interception of important information-or even seemingly minor information-and about hackers and other intruders - calls for network security enhancement - they are hiring "tiger teams" to beef up security + cellular phones - interceptions are common (and this is becoming publicized) - modifications to commercial scanners are describe in newsletters - something like Lotus Notes may be a main substrate for the effective introduction of crypto methods (ditto for hypertext) コメントの追加/表示 (0)
QHacc Introduction QHacc is a reasonably small, reasonably fast, reasonably featured home accounting program for unix and unix-like systems. コメントの追加/表示 (0)
Quick Installation Guide for FTAPE You don't need to install this version of ftape if you are running Linux version v2.2 or higher because ftape-4.02 is already included in the kernel source tree. The kernel configuration menu will give you on-line help while configuring the ftape driver. Maybe you still want to read some passages of the `Requirements' section of the `Installation' chapter. See Requirements. コメントの追加/表示 (0)
Re: Is Linus a hero? Re: Is Linus a hero? Discussion with James Mastros (linker@nightshade.ml.org) Tue, 24 Mar 1998 17:44:28 -0500 (EST) and others. コメントの追加/表示 (0)
Red Hat Boot Process Tips Red Hat Tips are documentation meant to help Red Hat users with specific tasks. Some of these documents are for new users, some are for advanced users. コメントの追加/表示 (0)
Red Hat Linux 6.1 Gotchas and Workarounds This document is meant to help new users with known problems, gotchas, and workarounds that can aid in getting Red Hat Linux 6.1 installed and running on your system quickly and easily. コメントの追加/表示 (0)
Red Hat Linux Hardware Compatibility List for SPARC/6.1 This document describes the various hardware known to be compatible or incompatible with Red Hat Linux/SPARC and explains the difference between `supported', `compatible', and `incompatible' hardware. This document is meant to be used with Red Hat Linux/SPARC version 6.1 コメントの追加/表示 (0)
Red Hat Linux/Alpha 6.0 Hardware Compatability List This document This document describes the various hardware known to be compatible or incompatible with Red Hat Linux/Alpha 6.0 and explains the difference between `supported', `compatible', and `incompatible' hardware. コメントの追加/表示 (0)
Red Hat, Inc. Hardware Compatibility List for Intel/6.1 This document describes the various hardware known to be compatible or incompatible with Red Hat Linux 6.1/Intel and explains the difference between `supported', `compatible', and `incompatible' hardware. This document is meant to be used with Red Hat Linux/Intel version 6.1. コメントの追加/表示 (0)
Redhat 5.2 Installation Manual This page has 4 different files of the Redhat 5.2 Installation manual; HTML, Postscript, gzipped Postscript, and zipped Postscript. コメントの追加/表示 (0)
Redhat Install in 15 minutes Notes These notes are a quick walkthrough of a typical RedHat install _on_ the Lehigh ethernet with particular (Packard Lab 416) hardware. コメントの追加/表示 (0)
Remote-Boot Tools Reference This section provides detailled informations on the use of the tools we developped at the CUI, University of Geneva for this remote-boot configuration. コメントの追加/表示 (0)
Robust Audio Tool (RAT) Information The Robust Audio Tool has been written by Vicky Hardman and Isidor Kouvelas in the Department of Computer Science, University College London, UK via projects MICE (Multimedia Conferencing for Europe - a European funded project) and ReLaTe (Remote Language Teaching for SuperJANET - a BT/JISC funded project) コメントの追加/表示 (0)
Running Your Own Domain Over a Part Time Dialup For the price of a dialup PPP account, you can have that precious remote access. And if you're willing to pay the freight to InterNIC (you can scrape up seventy bucks, can't you?) you can even have your own domain. コメントの追加/表示 (0)
Russian in Netscape This depends on the platform you want to run the browser on. General idea is to install the fonts first. Refer to the correspondent sections of my notes first and install the fonts. Then... コメントの追加/表示 (0)
Russian PostScript This subject is rather touching because some fine PostScript fonts that have Cyrillic letters can not be found free of charge. Also, much of the conversation here would be related to PostScript on Unix-like operating systems because it is usually more important in this world. Mac can handle PostScript rather naturally, and Windows is also more or less ok with it. There might be some problems with encodings but they are usually not very significant. All the rest is a matter of different MacOS or Windows applications which I am not going to discuss at all. コメントの追加/表示 (0)
Rute Users Tutorial and Exposition Rute is a dependency consistent tutorial document (in its completed form1.1). This means that you can (and must) read it from beginning to end in consecutive order. Rute also satisfies the requirements for course notes for a LINUX training course. Here in South Africa1.2, the initial part of Rute is being used for a 16 hour LINUX training course given in eight lessons. コメントの追加/表示 (0)
Securing Your Linux Box With Linux becoming widespread in the work environment, the security of the individual machines must be considered. Machines running Linux can be networked easily, creating the potential risk of unauthorized users gaining access. This is particularly true if your Linux installation is straight out of the box. I will give a brief introduction to securing your Linux box and making your network environment a safer place for both your data and the people who use use it. コメントの追加/表示 (1)
Security Configuration Guide The Security Configuration Guide describes how to configure Cisco IOS security features for your Cisco networking devices. コメントの追加/表示 (0)
Selling Free Software by Richard Stallman any people believe that the spirit of the GNU project is that you should not charge money for distributing copies of software, or that you should charge as little as possible -- just enough to cover the cost. コメントの追加/表示 (0)
Sendmail Made Easy! All Linux distributions come with a Mail Transfer Agent (the program that does the routing and sending of the messages. The daddy of them all is sendmail (http://www.sendmail.org/). コメントの追加/表示 (0)
Sequin Help Documentation Sequin is a program designed to aid in the submission of sequences to the GenBank, EMBL, and DDBJ sequence databases. コメントの追加/表示 (0)
Sharing data between the Psion and Linux The Psions have both serial and infra red ports. Either can be used for connectivity, but most connectivity programs currently only have features for the serial port connection. コメントの追加/表示 (0)
Small TCP-buglet in 2.1.80.. Small TCP-buglet in 2.1.80.. Discussions with Linus Torvalds (torvalds@transmeta.com) Tue, 20 Jan 1998 19:13:04 -0800 (PST) and others... コメントの追加/表示 (0)
Software ports for Linux/390 To cleanly port anything with a configure script, you will want to apply this patch to config.guess and config.sub. In the directory that contains config.guess and config.sub: patch -p1 < pathname-of-config.patch コメントの追加/表示 (0)
Strategies for Keeping a Secure Server Linux can certainly be considered to be as secure -- or more secure -- than operating systems from other vendors. Admittedly, with Linux becoming more and more popular, it is becoming a very attractive target for crackers to concentrate their break-in efforts on. コメントの追加/表示 (0)
Study Guide Unix The study guide chapters listed here are direct copies of the 1996 chapters. Hopefully before the semester starts they will be updated. Very Complete. コメントの追加/表示 (0)
Summary of international crypto controls This is a graphic summary of the pertaining cryptography laws and regulations worldwide as outlined in the most recent version of my Crypto Law Survey. It shows the import controls, export controls, and domestic controls, according to the information available to me. Consult the corresponding entry in the Crypto Law Survey for the contents of the pertaining regulation in a particular country. コメントの追加/表示 (0)
SuperServer - inetd Tutorial A lot of servers (or daemons) run as individual processes, and are available at any time to client processes. This is not a very efficien way to run a little used service, as it takes up a lot of resources on the host computer. コメントの追加/表示 (0)
tape - The Linux Floppy Tape Project ftape is a driver program that controls various low-cost tape drives that connect to the floppy controller. ftape is not a backup program as such; it is a device driver, which allows you to use your floppy tape drive (just like the SoundBlaster 16 driver let you use your sound card) through the device files /dev/[n]qft[0-3]. The original version of ftape was written by Bas Laarhoven , with "a little help from his friends" to sort out the ECC (Error Correcting Code) stuff. All versions of ftape are copyrighted under the GNU General Public License, which basically says: go ahead and share this with the world, just don't disallow other people from copying it further. コメントの追加/表示 (0)
Teach Yourself KDE 1.1 in 24 Hours The book is fairly large, over 450 pages if you include the index. What I like most about the books from Sams Publishing is the price. It seems that computer and technical related books are outrageously priced these days. I spend an inordinate amount of money each month on books. Many times the decision as to what to buy comes down to price. This book, at over 450 pages and includes a CD-ROM(with KDE and the KDE themes gallery) is only $24.99. Practically a steal at todays prices. However, the book would be worthless if it is not any good. コメントの追加/表示 (0)
The BSD License Problem The two major categories of free software license are copyleft and non-copyleft . Copyleft licenses such as the GNU GPL insist that modified versions of the program must be free software as well. Non-copyleft licenses do not insist on this. We recommend copyleft, because it protects freedom for all users, but non-copylefted software can still be free software, and useful to the free software community. コメントの追加/表示 (0)
The CPU The CPU, or rather microprocessor, is the heart of any computer system. The microprocessor calculates, performs logical operations and manages data flows by reading instructions from memory and then executing them. In the early days of computing the functional components of the microprocessor were seperate (and pysically large) units. This is when the term Central Processing Unit was coined コメントの追加/表示 (0)
The DataWidget Handbook This package will provide full featured data aware Qt widgets. It consists of a manager class and a set of data aware widgets. The package is based on the Qt library. Qt slots and signals are excellent tools. コメントの追加/表示 (0)
The Ftape Installation and Usage Guide This is only one of several sources of documentation for the ftape driver. You may want to read the Ftape-HOWTO (http://sunsite.unc.edu/LDP/HOWTO/Ftape-HOWTO.html) as well as the Ftape FAQ. (http://www.correct.nl/~ftape) The ftape-tools package comes with it own manual. See Top (info file ftape-tools). If you have installed this package (The Ftape Installation and Usage Guide) locally as part of the The Ftape Manual distribution, then both, the Ftape-FAQ as the Ftape-HOWTO, are installed locally on your computer as well. In this case, hypertext references in this document refer to the locally installed versions instead of the the locations given above which might be more recent. The locally installed versions are dated 30 August 1998. コメントの追加/表示 (0)
The GdkPixbuf Library The GdkPixbuf structure contains information that describes an image in memory. It is actually a simple wrapper that adds reference counting capabilities to an ArtPixBuf structure. コメントの追加/表示 (0)
The GLAME Manual This text documents GNU/Linux Audio Mechanics (GLAME) Version 0.025, a capable and easily extensible free sound editor. コメントの追加/表示 (0)
The GNOME Documentation Project To provide the GNOME community with all the necessary documentation including on-line help, programming references, interface guidelines, application manuals, printed books, tutorials, etc. コメントの追加/表示 (0)
The GNU Manifesto GNU, which stands for Gnu's Not Unix, is the name for the complete Unix-compatible software system which is written by Richard Stallman コメントの追加/表示 (0)
The GNU Privacy Handbook GnuPG is a tool for secure communication. This chapter is a quick-start guide that covers the core functionality of GnuPG. This includes keypair creation, exchanging and verifying keys, encrypting and decrypting documents, and authenticating documents with digital signatures. コメントの追加/表示 (0)
The Hatman Installation This document gives brief help on installing and getting started with Hatman. Hatman is a hi-res Pacman clone for Linux, which runs on 486 and better computers. コメントの追加/表示 (0)
The Hebrew Support For X-Windows Manual This manual describes the Hebrew support for workstations, including support of their graphical user interfaces - X/Windows and Motif. In addition to this manual, there is a Reference Manual in English コメントの追加/表示 (0)
The HL7_lib Handbook This is an attempt to produce a simple, correct HL7 library that can be embeded in projects to enable rapid development of powerful tools and robust interfaces. コメントの追加/表示 (0)
The KSame Handbook KSame is a simple game. It's played by one player, so there is only one winner :-) You play for fun and against the highscore. コメントの追加/表示 (0)
The Kvoctrain Handbook Kvoctrain is a little utility to help you train your vocabulary, when you are trying to learn a foreign language. You can create your own database with the words you need. コメントの追加/表示 (0)
The License Manager ISE Eiffel is controlled by a license manager, which manages the use of the environment by one or more software developers. This chapter introduces the relevant information on the license manager for Unix. コメントの追加/表示 (0)
The Linux Reservoir The meaning with this page is to provide some help documents and information about Linux that are easy to understand, even for those of us who doesn't sleep on their computer desktop. コメントの追加/表示 (0)
The Linux-PAM Module Writers' Guide This manual documents what a programmer needs to know in order to write a module that conforms to the Linux-PAM standard. It also discusses some security issues from the point of view of the module programmer. コメントの追加/表示 (0)
The LNX System: Design Documentation The design documentation will be written in XML, using the Document Type Definition described in RFC 2629 and the TCL script xml2rfc written by the author of the document. コメントの追加/表示 (0)
The MVS to Unix migration HOWTO This article is a description of the steps needed to migrate JCL job scripts and SAS programs and databases from an IBM mainframe MVS system to a Unix system (a Sparc Ultra Enterprise 450 running Solaris 7). コメントの追加/表示 (0)
The Need For Strong Crypto: Strong crypto reclaims the power to decide for one's self, to deny the "Censor" the power to choose what one reads, watches, or listens to. コメントの追加/表示 (0)
The OECD Cryptography Policy Guidelines and The Report on background and Issues of Cryptography Policy, March 1997 Cryptography is a discipline that embodies principles, means, and methods for the transformation of data in order to hide its information content, establish its authenticity, prevent its undetected modification, prevent its repudiation, and/or prevent its unauthorised use. It is one of the technological means to provide security for data on information and communications systems. Cryptography can be used to protect the confidentiality of data, such as financial or personal data, whether that data is in storage or in transit. Cryptography can also be used to verify the integrity of data by revealing whether data has been altered and identifying the person or device that sent it. These techniques are critical to the development and use of national and global information and communications networks and technologies, as well as the development of electronic commerce. コメントの追加/表示 (0)
The PenguinFile Manual This document is the official documentation of the PenguinFile package (part of PenguinPlay). It is targeted at almost everyone - whether you simply want to use PenguinFile, tweak it, learn from it or want to see how development is progressing, you'll most likely find in here what you need. コメントの追加/表示 (0)
The PHP/mSQL-tutorial A complete tutorial on putting up databases to the web with the mSQL-database and PHP-scriptinglanguage. With easy to cut 'n paste Code-examples. コメントの追加/表示 (0)
The Practical Manager's Guide to Linux This document on Linux is unique in that it speaks the language of business, from the viewpoint of a corporate user. It addresses the issues managers want to talk about, -- cost savings, ease of use, support, uptime, productivity, vendor independence, staffing and training, -- backed up by detailed references. You may or may not decide to use Linux after reading it, but you will certainly come away with a better understanding of the options that Linux now gives you. コメントの追加/表示 (0)
The Practical Manager's Guide to Linux This document on Linux is unique in that it speaks the language of business, from the viewpoint of a corporate user. It addresses the issues managers want to talk about, -- cost savings, ease of use, support, uptime, productivity, vendor independence, staffing and training, -- backed up by detailed references. コメントの追加/表示 (0)
The Problems of the Apple License by Richard Stallman After studying Apple's new source code license, the APSL, I have concluded that it falls short of being a free software license. It has three fatal flaws, any of which would be sufficient to make the software less than free. Apple has released an updated version, 1.1, of the APSL but it remains unacceptable. They have changed the termination clause into a ``suspension'' clause, but it still has the same kind of bad effects. コメントの追加/表示 (0)
The Proxy Manual The pproxy command implements a POP proxy server. The POP clients connects to this POP proxy, which authenticates the user and connects him through to the backend server, where this users mailbox is stored. コメントの追加/表示 (0)
The Thix Operating System Kernel This documentation presents the UNIX kernel I have written in 1994-1995. It's an almost complete implementation of the POSIX.1 standard (IEEE Std 1003.1-1988). コメントの追加/表示 (0)
The Venus kernel interface This document describes the communication between Venus and kernel level file system code needed for the operation of the Coda filesystem. コメントの追加/表示 (0)
The X Windows Trap by Richard Stallman To copyleft or not to copyleft? That is one of the major controversies in the free software community. The idea of copyleft is that we should fight fire with fire--that we should use copyright to make sure our code stays free. The GNU GPL is one example of a copyleft license. Some free software developers prefer non-copyleft distribution. Non-copyleft licenses such as the XFree86 and BSD licenses are based on the idea of never saying no to anyone--not even to someone who seeks to use your work as the basis for restricting other people. Non-copyleft licensing does nothing wrong, but it misses the opportunity to actively protect our freedom to change and redistribute software. For that, we need copyleft. コメントの追加/表示 (0)
The XML library for Gnome This document describes the XML library provideed in the Gnome framework. XML is a standard to build tag based structured documents/data. コメントの追加/表示 (0)
TINS - User Manual This documentation describes usage of TINS for creation of an installation. This manual is targeted on developers who must provide an easy deployment of a software product for unqualified end-users. コメントの追加/表示 (0)
Tkmdate User Manual Tkmdate is a Tcl/Tk application that parses mdate(1) output and displays the current date including Mayan date conversions. コメントの追加/表示 (0)
Ultra-DMA Mini-Howto This document explains how to use Ultra-DMA aka Ultra-ATA aka Ultra33 and Ultra66 hard drives and interfaces with Linux. コメントの追加/表示 (0)
Unisys/CompuServe GIF Controversy On December 29, 1994, the folks who have patent rights for a popular graphics format, the GIF format, decided to try to make money off the fact that the Internet has recently started resembling a marketplace. The original announcement originated from a spokesperson at CompuServe, who lays out their position: Unisys controls the rights to the Lempel-Ziv-Welch compression technology. CompuServe has entered into an agreement with Unisys in which they agree to encourage any GIF developers who use CompuServe as a distributor to pay a royalty fee to Unisys. For each registered copy of a program that uses the LZW compression technology, the developer is to pay 1.5% of the sale price of the program to CompuServe, or $0.15, whichever is greater. Developers have till the end of January 1995 to sign up. コメントの追加/表示 (0)
Unix gets to know Russian This is basically a matter of localization. I believe that under Linux it is done in the most correct way. If you are working with this OS, read Linux Cyrillic HOWTO. コメントの追加/表示 (0)
Upgrading Linux and Other Applications To get the most out of your Linux system, such as adding features, getting rid of potential bugs, and ensuring it is reasonably free of security holes, it is a good idea to keep your server -- including the Linux kernel, modules, and user applications -- upgraded. コメントの追加/表示 (0)
User Authentication with PAM Programs which give users access to privileges of any sort need to be able to authenticate the users. When you log into a system, you provide your name and password, and the login process uses those to authenticate the login---to verify that you are who you say you are. Other forms of authentication than passwords are possible, and it is possible for the passwords to be stored in different ways. コメントの追加/表示 (0)
W3C HTML Validation Service This is an easy-to-use HTML validation service based on an SGML parser. It checks HTML documents for compliance with W3C HTML Recommendations and other HTML standards. コメントの追加/表示 (0)
Welcome to the Official Red Hat Linux Reference Guide. Welcome to the Official Red Hat Linux Reference Guide. One of the newest publications from Red Hat, the Official Red Hat Linux Reference Guide contains useful information about your Red Hat Linux system. コメントの追加/表示 (0)
What Is Copyleft? by Richard Stallman The simplest way to make a program free is to put it in the public domain (18k characters), uncopyrighted. This allows people to share the program and their improvements, if they are so minded. But it also allows uncooperative people to convert the program into proprietary software (18k characters). They can make changes, many or few, and distribute the result as a proprietary product. People who receive the program in that modified form do not have the freedom that the original author gave them; the middleman has stripped it away. コメントの追加/表示 (0)
What is Free Software? ``Free software'' is a matter of liberty, not price. To understand the concept, you should think of ``free speech'', not ``free beer.'' コメントの追加/表示 (0)
What Is UNIX? UNIX is an operating system. The job of an operating system is to orchestrate the various parts of the computer -- the processor, the on-board memory, the disk drives, keyboards, video monitors.... コメントの追加/表示 (0)
What the Heck is PAM anyhow? Some of your might have noticed mention of PAM in security circles. In this article I will describe how PAM works and demonstrate it's usefulness. PAM stands for Pluggable Authentication Modules. Basically PAM is a way to change on the fly the way applications or services are authenticated. When you use PAM, you can define at run time how an application or service is authenticated, rather than having to recompile it. コメントの追加/表示 (0)
Which Linux distribution should I use? The differences between the distributions ("distros") are minor: the installation program, choice of the bundeled tools/applications, arrangement of a few things on the hard drive (most of Linux is still at the same, standard hard drive location in all distributions). Whichever distribution you decide to install, you will end up with essentially the same Linux. コメントの追加/表示 (0)
Why you shouldn't use the Library GPL for your next library by Richard Stallman The GNU Project has two principal licenses to use for libraries. One is the GNU Library GPL; the other is the ordinary GNU GPL. The choice of license makes a big difference: using the Library GPL permits use of the library in proprietary programs; using the ordinary GPL for a library makes it available only for free programs. コメントの追加/表示 (0)
WineDoc Welcome to the Wine Documentation Project An effort to aid in the development of Wine by documenting the past to prepare for the future コメントの追加/表示 (0)
Writing Your Own Widgets In order to create a new widget, it is important to have an understanding of how GTK objects work. This section is just meant as a brief overview. See the reference documentation for the details. コメントの追加/表示 (0)
WWW SNMP MIB Browser Welcome to the WWW SNMP MIB Brower. This browser is a simple CGI script written in the Tool Command Language (Tcl). コメントの追加/表示 (0)
X Window System Environment The DEC OSF/1 X Window System Environment manual discusses various aspects of the X Window System (X11) Release 5 implementation on the DEC OSF/1 operating system. コメントの追加/表示 (0)
y2l Documentation The Yacc to LaTeX utility takes (hopefully) any yacc source file, and derives an Extended Backus-Naur Form (EBNF) description from it. コメントの追加/表示 (0)
Your Corporate Intranet Server Linux pre-installs all software necessary to set up an intranet server What does it take to set up a good working intranet? On the hardware side, all you need is a server and the clients. Assuming that you致e a LAN this requirement is already taken care of. コメントの追加/表示 (0)
ZMailer Manual This Document is quite different from the rest of this document. Here we build a foundation for understanding messaging, instead of focusing on how ZMailer behaves. コメントの追加/表示 (0)
bsmtp en sendmail mini-howto Dit document beschrijft hoe je sendmail 8.9 opzet voor gebruik met een Linux systeem dat niet 24 uur per dag, 7 dagen per week aan Internet hangt. Het document gaat speciaal in op het gebruik van sendmail met een bsmtp account zoals je die bijvoorbeeld bij xs4all, demon, en cistron kunt krijgen. コメントの追加/表示 (0)
Das KDirStat-Handbuch KDirStat - graphische Verzeichnisstatistik fr KDE. Zeigt an, wo der ganze Plattenplatz verbraucht wurde und hilft beim Aufr舫men. コメントの追加/表示 (0)
De PC als UNIX werkstation Dit boek probeert DOS-gebruikers op een zachtzinnige manier in aanraking te brengen met de enorme mogelijkheden van Linux. Het besturingssysteem Linux is een volwaardige implementatie van Unix op PC's met een 386-processor of hoger. コメントの追加/表示 (0)
Een SGML tutorial voor LinuxDoc DTD In dit document zullen een aantal onderwerpen aangaande SGML in het algemeen en de LinuxDoc DTD in het bijzonder de revue passeren. コメントの追加/表示 (0)
Linux Informatie Sheet Dit document voorziet in basisinformatie over het Linux besturingssysteem, inclusief een uitleg over Linux, een lijst met mogelijkheden, een aantal vereisten en een aantal bronnen. コメントの追加/表示 (0)
Brukerveiledning for Linux Her er en norsk versjon av "Linux Installation and Getting Started Guide". Det er bare html og postscript-versjonen som er lagt ut her, tekst-versjon kommer senere. コメントの追加/表示 (0)
Debians feilrapport-system - Hovedsiden Debian GNU/Linux-distribusjonen har et feilrapport-system, hvor detaljer fra feilrapporter innsendt av brukere og utviklere arkiveres. Hver feil gis et nummer, og holdes i arkivet til den er behandlet. コメントの追加/表示 (0)
HチLモZATOK ノS RENDSZERBIZTONSチG A lentiekben egy rvidebb ssze疝lt疽 tal疝hat a Linux 疝tal el駻het h疝zati 駸 kommunik當is szolg疝tat疽okrl (LAN, WAN, Internet, Intranet, ...) hivatkoz疽ok form疔畸an. Term駸zetesen nincs itt az sszes lehets馮! (Egyelre :-) コメントの追加/表示 (0)
LINUX DOKUMENTチCIモK A Linux Dokument當i Projekt (LDP) [BME] [JATE] szinte minden Linux felhaszn疝 sz疥疵a az elsrend inform當iforr疽 (igaz, az utbbi idben robban疽szeren egyre tbben prb疝nak Linux port疝 site-ot l騁rehozni). Itt p疵 hivatkoz疽t illetve tbb kieg駸zt駸t tal疝hatsz ehhez... コメントの追加/表示 (0)
#LinuxGER - Der Deutsche Linux Channel #LinuxGER ist der berhmteste deutsche Linux-Channel im Efnet (Eris Free Net) - heutiges IRCNet. Er ist 24h am Tag auf den Servern des IRCNet zu finden (und, wenn ausnahmsweise mal kein Split vorliegt, natrlich auch auf den internationalen). Dieses Dokument soll in die Feinheiten des Channels einfhren. コメントの追加/表示 (0)
En introduktion til Linux Linux er et frit, 蘆ent og gratis styresystem. Et styresystem er det program, der styrer computeren. Du kender sikkert allerede DOS, MacOS, OS/2 og Microsoft Windows 95/98/NT/2000. Styresystemet Linux er meget mere stabilt end Windows. コメントの追加/表示 (0)
Linux-KDE Romania Scopul acestui site este de a concentra eforturile romanesti pentru obtinerea unei translatarii de calitate a K Desktop Enviroment in limba romana. Orice ajutor este bine venit! コメントの追加/表示 (0)