S/MIME largely replaces PEM (Privacy Enhanced E-mail). MIME defined a common way that an e-mail message could contain binary attachements, and therefore integrates better into e-mail systems than PEM. PEM was never widely implemented, whereas S/MIME can be found in most popular e-mail readers. [96]
Sed to Perl translator [34]
System /360 (IBM), "S/360" [95]
System /370 (IBM), "S/370" [95]
Player for MOD and S3M music files This is a tracker music player. It is capable of playing S3M files in addition to 4,6, and 8 track MOD files. It supports dsp output and the Gravis Ultrasound. [3]
Manage the output device on S3 Savage chips Depending on the Savage chip this utility can be used to switch between LCD, CRT and TV output. Additionally one can choose between NTSC, NTSCJ and pal TV signal format. [3]
Source [MAC] Address (SNA, Token Ring, ATM, FDDI, ...) [95]
Storage Array [95]
Structured Analysis / Strukturierte Analyse (CASE) [95]
System Administrator [95]
Systems Analyst [95]
Standard Application Architecture (IBM) [95]
Standards Association of Australia (org., Australia) [95]
Signalling ATM Adaptation Layer (ATM) [95]
Storage Array Building Block [95]
An Object-Oriented Compiler Framework SableCC is an object-oriented framework that generates compilers (and interpreters) in the Java programming language. This framework is based on two fundamental design decisions. Firstly, the framework uses object-oriented techniques to automatically build a strictly typed abstract syntax tree that matches the grammar of the compiled language and simplifies debugging. Secondly, the framework generates tree-walker classes using an extended version of the visitor design pattern which enables the implementation of actions on the nodes of the abstract syntax tree using inheritance. These two design decisions lead to a tool that supports a shorter development cycle for constructing compilers. [3]
an XSL processor fully implemented in C++ Sablotron is an XSL processor fully implemented in C++. The goal of this project is to create a reliable and fast XSLT processor conforming to the W3C specification, which is available for public and can be used as a base for multiplatform XML data distribution systems. This package includes Sablotron binaries, which need libsablot0 to work. [3]
Set Asynchronous Balanced Mode (LABM, LAPB, HDLC) [95]
Set Asynchronous Balanced Mode Extension (SABM) [95]
Fighter plane simulator. SABRE is an on-going game development for the Linux Operating System, worked on as a labor of love by flight-simulation enthusiasts. For now, SABRE is focusing on the older jets and piston-engined fighters of the Korean War / Cold War era. Featured are F-86 SabreJet, MiG-15, F-84 ThunderJet, F-51 Mustang, and Yak-9. All of the planes in the game can be flown by the player as well as the computer pilots. This package contains the svgalib binary. [3]
Semi-Automatic Business Related Environment (OS, IBM 7090) [95]
Fighter plane simulator. SABRE is an on-going game development for the Linux Operating System, worked on as a labor of love by flight-simulation enthusiasts. For now, SABRE is focusing on the older jets and piston-engined fighters of the Korean War / Cold War era. Featured are F-86 SabreJet, MiG-15, F-84 ThunderJet, F-51 Mustang, and Yak-9. All of the planes in the game can be flown by the player as well as the computer pilots. This package contains binaries and data common to both svgalib and X version of sabre. Homepage: http://sabre.cobite.com/ [3]
Login accounting Performs login accounting, just like the ac program but with totals, per day and per users. Also performs average usage and hourly profiling. Tons of other options. [3]
Service / Special Area Code [95]
Single Attachment Concentrator (FDDI) [95]
Strict Avalanche Criterion (cryptography) [95]
Slow Associated Control CHannel (GSM, DCCH, mobile-systems) [95]
SPARC Application Conformance Test (SI, SPARC) [95]
Serial Analog Delay [95]
Semi-Automatic Document Feeder [95]
Structured Analysis and Design Techniques (SA) [95]
Service Access Facilities (Unix) [95]
Security And Freedom through Encryption [law] (USA, cryptography) [95]
safely copy stdin to a file safecat is a program which implements Professor Daniel Bernstein's maildir algorithm to copy stdin safely to a file in a specified directory. It can be used to write mail messages to a qmail-style maildir, or to write data to a "spool" directory reliably. [3]
finger client wrapper that protects against nasty stuff from finger servers [34]
SCSI Accessed Fault-Tolerant Enclose (SCSI, RAID, Intel, NStor), "SAF-TE" [95]
SQL Access Group (org., manufacturer, DB) [95]
Semi-Automatic Ground Environment system (OS, IBM AN/FSQ7, mil.) [95]
Software Aided Group Environment (GSS, NUS) [95]
Store AH Into Flags (assembler) [95]
Stanford Artificial Intelligence Laboratory [language] (USA) [95]
Security Access List [95]
Semware Applications Language (Semware) [95]
Symbolic Assembly Language (assembler) [95]
System Abstraction Layer [95]
Script Application Language for Telix [95]
Suse Advanced Linux Technology (Suse, Linux) [95]
Structured Assembly Language Utilities [95]
SCSI-3 Architecture Model [95]
Security Accounts Manager [95]
Sequential Access Method / Mode (SAM, DAM) [95]
Sort And Merge [95]
Symantec Anti-virus for Macintosh (Apple) [95]
System Activity Monitor [95]
the plan9 text editor -- ed with a gui and multi-file editing sam -d can be used without X (with an ed-like interface -- but with more powerful regular expressions, the capacity to edit multiple files with a single command, and unlimited undo). Files can be added to an exiting sam session using the B command. sam without the -d option is an graphical editor with pop-up menus and a point+click interface. You'll want to read sam's manual page to use the full power of sam, but you can probably figure out how to do basic editing with a minimum of trial and error. If you have a Plan 9 terminal, you can use the Plan 9 terminal with sam to edit unix files, but not vice-versa; the Plan 9 authentication scheme does not honor remote execution requests from a non-Plan 9 system. [3]
On Microsoft Windows 2000 (and Windows NT), all the user account information is stored within the SAM. It exists as a single file on the disk. The SAM is the primary target when hackers break into a system because it can be run through a password cracker. Key point: The SAM file is located in the path %systemroot%/system32/config/SAM However, a backup is also stored in the location %systemroot%/repair/sam._ as well as on any repair disk generated. (Note: if new repair disks haven't been created, then you'll likely only be able to see the Administrator's password there). Hackers usually go after the "repair" versions because they are not locked by the operating system. Tools: pwdump/pwdump2 Dumps the current password information using Windows registry calls. Must have administrative access for this to work. The data is written in a format for crack programs. samdump Reads the password information from the SAM file in a format suitable for inputting into crack programs. l0phtcrack The most popular utility for cracking Windows passwords. All these tools are available at http://www.l0pht.com/. History: The original version of WinNT allowed the password hashes to be easily retrieved, making cracking easy. In SP3, an optional utility called SYSKEY was added that encrypts the hashes. In order to decrypt them, the administrator needs to either type in the passphrase at boot time, store the passphrase on a floppy, or put the passphrase in the registry (dramatically reducing security, of course). Whatever way is used to boot the system, the keys are then stored in unencrypted format in memory, so administrative access can still read them (using the pwdump2 utility). SYSKEY is optional on WinNT, but is always running on Win2k. Key point: The PASSPROP and PASSFILT utilities can be used to enforce the choice of better passwords. [96]
A free software implementation of the server message block (SMB) network file sharing protocol. Samba is usually implemented on networks that have a mixture of UNIX, Linux, and Windows computers and is designed for interoperable file sharing. [94]
A LanManager like file and printer server for Unix. The Samba software suite is a collection of programs that implements the SMB protocol for unix systems, allowing you to serve files and printers to Windows, NT, OS/2 and DOS clients. This protocol is sometimes also referred to as the LanManager or NetBIOS protocol. This package contains all the components necessary to turn your Debian GNU/Linux box into a powerful file and printer server. Currently, the Samba Debian packages consist of the following: samba - A LanManager like file and printer server for Unix. samba-common - Samba common files used by both the server and the client. smbclient - A LanManager like simple client for Unix. swat - Samba Web Administration Tool samba-doc - Samba documentation. smbfs - Mount and umount commands for the smbfs (kernels 2.0.x and above). libpam-smbpass - pluggable authentication module for SMB password database libsmbclient - Shared library that allows applications to talk to SMB servers libsmbclient-dev - libsmbclient shared libraries winbind: Service to resolve user and group information from Windows NT servers It is possible to install a subset of these packages depending on your particular needs. For example, to access other SMB servers you should only need the smbclient and samba-common packages. [3]
A lot of emphasis has been placed on peaceful coexistence between UNIX and Windows. Unfortunately, the two systems come from very different cultures and they have difficulty getting along without mediation. ...and that, of course, is Samba's job. Samba <http://samba.org/> runs on UNIX platforms, but speaks to Windows clients like a native. It allows a UNIX system to move into a Windows 'Network Neighborhood'' without causing a stir. Windows users can happily access file and print services without knowing or caring that those services are being offered by a UNIX host. All of this is managed through a protocol suite which is currently known as the 'Common Internet File System,'' or CIFS <http://www.cifs.com>. This name was introduced by Microsoft, and provides some insight into their hopes for the future. At the heart of CIFS is the latest incarnation of the Server Message Block (SMB) protocol, which has a long and tedious history. Samba is an open source CIFS implementation, and is available for free from the http://samba.org/ mirror sites. Samba and Windows are not the only ones to provide CIFS networking. OS/2 supports SMB file and print sharing, and there are commercial CIFS products for Macintosh and other platforms (including several others for UNIX). Samba has been ported to a variety of non-UNIX operating systems, including VMS, AmigaOS, and NetWare. CIFS is also supported on dedicated file server platforms from a variety of vendors. In other words, this stuff is all over the place. [40]
a suite of programs which work together to allow clients to access to a server's filespace and printers via the SMB (Session Message Block) protocol. This means that you can redirect disks and printers to Unix disks and printers from Lan Manager clients, Windows for Workgroups 3.11 clients, Windows NT clients, Linux clients and OS/2 clients. [32]
Samba adds Windows-networking support to UNIX. Whereas NFS is the most popular protocol for sharing files among UNIX machines, SMB is the most popular protocol for sharing files among Windows machines. The Samba package adds the ability for UNIX systems to interact with Windows systems. Key point: The Samba package comprises the following: smbd The Samba service allowing other machines (often Windows) to read files from a UNIX machine. nmbd Provides support for NetBIOS. Logically, the SMB protocol is layered on top of NetBIOS, which is in turn layered on top of TCP/IP. smbmount An extension to the mount program that allows a UNIX machine to connect to another machine implicitly. Files can be accessed as if they were located on the local machines. smbclient Allows files to be access through SMB in an explicity manner. This is a command-line tool much like the FTP tool that allows files to be copied. Unlike smbmount, files cannot be accessed as if they were local. smb.conf The configuration file for Samba. [96]
Samba-client provides some SMB clients, which complement the built-in SMB filesystem in Linux. These allow the accessing of SMB shares, and printing to SMB printers. [4]
Samba-server provides a SMB server which can be used to provide network services to SMB (sometimes called "Lan Manager") clients. Samba uses NetBIOS over TCP/IP (NetBT) protocols and does NOT need NetBEUI (Microsoft Raw NetBIOS frame) protocol. Samba-2.2 features working NT Domain Control capability andincludes the SWAT (Samba Web Administration Tool) that allows samba's smb.conf file to be remotely managed using your favourite web browser. For the time being this is being enabled on TCP port 901 via xinetd. SWAT is now included init's own subpackage, samba-swat. Users are advised to use Samba-2.2 as a Windows NT4 Domain Controller only on networks that do NOT have a WindowsNT Domain Controller. This release does NOT as yet have Backup Domain control ability. Please refer to the WHATSNEW.txt document for fixup information. This binary release includes encrypted password support. Please read the smb.conf file and ENCRYPTION.txt in the docs directory for implementation details. [4]
Synchronized Accessible Media Interchange (MS) [95]
Simple Algebraic Math Library A C library for symbolic calculations, accompanied by some application programs (samuel, factorint, induce), and Python bindings. The library provides an object-oriented framework for defining and handling mathematical types, and implements the most common data types of computer algebra: integers, reals, fractions, complex numbers, polynomials, tensors, matrices, etc. The application programs consist of an interactive symbolic calculator (samuel), a programming language (induce) and a program to factorize integers (factorint). [3]
The frequency with which a recording device, such as a sound board, takes readings of the sound it is recording. High-quality sound boards, like the equipment used to record audio compact disks, hae sampling rates of 44.1 kilohertz (KHz) or higher. Although sound boards with lower sampling rates might be adequate for recording simple noises or even voice clips, they are not adequate for recording music. [39]
Schulen ans Netz [e.v.] (org.) [95]
Storage Area Networks [95]
A "sandbox" is a mode of running a program that prevents it from having full access to the rest of the system. This is especially important for mobile code such as Java. A client can trust the code automatically downloaded from a web-site if the code runs in a sandbox and cannot harm the rest of the system. Key point: Sandboxes are being used more and more often for servers. This puts walls between different components that can help stop (or slow down) an intruder that has broken into one part of the system. The most important technique is to run services as a user account rather than an administrator/root account. For example, Microsoft's IIS creates a special user account (named "IUSR_XXXX" where XXXX is the system name) that the web-server runs under. When somebody breaks into the web-server, they still cannot gain control over the full system (unless they run some sort of local exploit in order to break out of this sandbox). Example: Example sandboxes are: user accounts As described above, running services under a user account prevents an intruder from gaining control over the entire machine. jail/chroot These utilities limit the view of the filesystem from a program. A program that runs under a chroot environment can only its own subdirectory, but no other parts of the filesystem. virtual machine The technique used by Java is to create an entirely separate "virtual" machine. A Java program has absolutely no access to the real machine except in a few places. A more extensive version of this is software like VMware or SoftPC that creates an entire virtual computer. Using VMware, you can boot a Linux or Windows virtual machine under the real machines. If an intruder compromises the virtual machine, he/she still cannot access the real machine. [96]
an alarm clock, which is designed as a sand-glass Sanduhr is an alarm clock for the X Window System which uses (and requires) the GNOME desktop environment. It has an extensive manual and a complete CORBA interface. [3]
Scanner Access Now Easy (Open-Source) [95]
Scanner graphical front-ends This package includes scanner graphical front-end xscanimage, and xcam, for acquiring images continuously from cameras. An alternative to xscanimage called xsane is packaged separately. The scanner front-ends use SANE. SANE stands for "Scanner Access Now Easy" and is an application programming interface (API) that provides standardized access to any raster image scanner hardware (flatbed scanner, hand-held scanner, video- and still-cameras, frame-grabbers, etc.). The SANE standard is free and its discussion and development is open to everybody. The current source code is written for UNIX (including Linux) and is available under the GNU public license (commercial application and backends are welcome, too, however). [3]
Standard Apple Numeric Environment (Apple) [95]
SANE (Scanner Access Now Easy) is a sane and simple interface to both local and networked scanners and other image acquisition devices like digital still and video cameras. SANE currently includes modules for accessing a range of scanners, including models from Agfa SnapScan, Apple,Artec, Canon, CoolScan, Epson, HP, Microtek, Mustek, Nikon, Siemens, Tamarack, UMAX, Connectix, QuickCams and other SANE devices via network. For the latest information on SANE, the SANE standard definition, and mailing list access, see http://www.mostang.com/sane/ This package does not enable network scanning by default; if you wish to enable it, install the saned package and set up the sane-net backend. This package contains the backends for different scanners. [4]
find SCSI and USB scanners and their device files [34]
SANE network daemon [34]
Slowak Academic NETwork (org., Network) [95]
The Anomy Mail Sanitizer - an email virus scanner The Anomy sanitizer is what most people would call "an email virus scanner". That description is not totally accurate, but it does cover one of the more important jobs that the sanitizer can do for you - it can scan email attachments for viruses. Other things it can do: Disable potentially dangerous HTML code, such as javascript, within incoming email. Protect you from email-based break-in attempts which exploit bugs in common email programs (Outlook, Eudora, Pine, ...). Block or "mangle" attachments based on their file names. This way if you don't *need* to receive e.g. visual basic scripts, then you don't have to worry about the security risk they imply (the ILOVEYOU virus was a visual basic program). This lets you protect yourself and your users from whole classes of attacks, without relying on complex, resource intensive and outdated virus scanning solutions. [3]
Verifying data and/or code does not contain careless errors. In the computer world, this often refers to checking that the output of a program produces the expected results and not inaccurate results from careless programming. [97]
Source Address Omitted [flag] (CATNIP) [95]
A utility for displaying and processing astronomical images. SAOimage (pronounced S-A-0-image) is a utility for displaying astronomical images wich runs under the X11 window environment. Image files can be read directly, or image data may be passed through a named pipe (Unix) or a mailbox (VMS) from IRAF display tasks. SAOimage provides a large selection of options for zooming, panning, scaling, coloring, pixel readback, display blinking, and region specification. User interactions are generally performed with the mouse. Capability of reading IRAF 2.11 .imh files added. [3]
Service Access Point (OSI) [95]
Service Advertising Protocol (Novell, Netware, IPX) [95]
Session Announcement Protocol (Internet, RFC 2974) [95]
Symbolic Assembler Program (IBM, IBM 704) [95]
SystemAnalyse und Programmentwicklung (manufacturer, predecessor) [95]
Systems, Applications and Products [in data processing] [ag] (manufacturer) [95]
A minimal but configurable X11R6 window manager Sapphire is a window manager for X11R6. It is fairly minimal in what it provides on screen: one toolbar, the usual window borders and a popup menu from the root window. It supports themes as X resource files, and the menu is editable. If you install the 'menu' package, you'll get an automatically-updated 'Debian' submenu of installed programs. [3]
Segmentation And Reassembly [95]
Store Address Register (IC) [95]
Standard Automated Remote-to-AUTODIN Host (AUTODIN, mil.) [95]
An interpreter for AGI resources Sarien decodes and plays games written for the Sierra On-Line Adventure Game Interpreter (AGI) system, such as Leisure Suit Larry in the Land of the Lounge Lizards, Space Quest I and II, and King's Quest I to IV. Currently AGI versions 2 and 3 are recognized; support for older AGI v1 games is not available. You need the files from the original games. [3]
Segmentation And Reassembly Protocol Data Unit (ATM, PDU), "SAR PDU" [95]
Structured Analysis / Real Time (SA, CASE), "SA/RT" [95]
Switched Access Remote Test System [95]
Session Active Screen (IBM) [95]
Simulation Automation System [95]
Single Attachment Station (FDDI) [95]
Statistical Analysis System [95]
Specific Application Service Element (ISO, OSI, CASE) [95]
Sash is a simple, standalone, statically linked shell which includes simplified versions of built-in commands like ls, dd and gzip. Sash is statically linked so that it can work without shared libraries, so it is particularly useful for recovering from certain types of system failures. Sash can also be used to safely upgrade to new versions of shared libraries. [4]
Stand-alone shell. sash serves as an interactive substitute for /bin/sh, for use when /bin/sh is unusable. It's statically linked, and inludes many standard utilities as builtins (type "help" at the prompt for a reference list). If you've installed sash before rendering your system unbootable, and you have some knowledge of how your system is supposed to work, you might be able to repair your system using init=/bin/sash at the boot prompt. Some people also prefer to have sash available as the shell for a root account (perhaps an under an alternate name such as sashroot) Configuration support is included for people who want this. Note: sash is not intended to serve as /bin/sh, and has few of the interactive features present in bash or ksh. It's designed to be simple and robust, for people who need to do emergency repair work on a system. Also note: sash doesn't include a built-in fsck -- fsck is too big and complicated. If you need fsck, you'll have to get at least one partition or disk working well enough to run fsck. More generally, sash is but one tool of many (backups, backup recovery tools, emergency boot disks or partitions, spare parts, testing of disaster plans, etc.) to help you recover a damaged system. [3]
Shugart Associates System Interface [95]
Programs for manipulating the SASL users database This is the Cyrus SASL API implementation. It can be used on the client or server side to provide authentication. See RFC 2222 for more information. This package contains common binary files for plugin modules. [3]
Programs for manupulating the SASL users database This is the Cyrus SASL API implentation, version 2. See package libsasl2 and RFC 2222 for more information. This package contains common binary files for plugin modules. [3]
South Australia Standard Time [+0930] (TZ) [95]
Standard AUTODIN Terminal (AUTODIN, mil.) [95]
Summed Area Table (3D, MIP) [95]
Security Administrator Tool for Analyzing Networks (Internet) [95]
A vulnerability scanning tool designed to hunt for many ways into a system. Much hyped at the time; people feared that it would give a powerful tool into the hands of hackers everywhere. In practice, it was a dud: it was much to "noisy", was already outdated by the time it was released, was impossible to setup, and hasn't been really maintained. [96]
Program designed to assess the security status of a computer or local area network (LAN) connected to the Internet. The program determines whether Internet-related software is misconfigured in a way that could render the system vulnerable to a cracker. The program is controversial because intruders as well as system administrators can use it to find loopholes. The controversy deepened when the program's authors, Dan Farmer and Wietse Venema, made the program publicly available through the Internet. [39]
SATellite COMmunications [95]
Shared Access Transport Facility [95]
Secure Access Unit [95]
SMTP defence software against spam SAUCE (Software Against Unsolicited Commercial Email) sits between the Internet and your existing Mail Transfer Agent (e.g. Exim). It does a number of checks on incoming mail, including being able to blacklist senders and their sites automatically when they mail special 'spam bait' addresses. This is an ALPHA version and should be used by experts only. [3]
The University of Cincinnati's free VHDL 93 Analyzer This is the analyzer and intermediate representation for a free VHDL simulation system from the University of Cincinnati's Experimental Computation Laboratory. "scram", SAVANT's analyzer, converts VHDL into the AIRE intermediate standard form. AIRE is designed to be extensible by the user so that they can easily insert their own back ends. SAVANT includes a VHDLpublishing back end and a C++ publishing back end. The generated C++ can be compiled and linked against the TyVis library to allow end to end sequential or parallel simulation of VHDL. This version of the Debian package supports only sequential simulation - future releases should support parallel simulation as well. [3]
Saves the current GNOME session (or terminates it) [34]
save a log file [34]
A highly configurable window manager for X11. Sawfish is an extensible window manager using an Emacs Lisp-like scripting language--all window decorations are configurable, the basic idea is to have as much user-interface policy as possible controlled through the Lisp language. This is no layer on top of twm, but a wholly new architecture. [3]
A highly configurable window manager for X11 and Gnome. Sawfish is an extensible window manager using an Emacs Lisp-like scripting language--all window decorations are configurable, the basic idea is to have as much user-interface policy as possible controlled through the Lisp language. This is no layer on top of twm, but a wholly new architecture. This package contains the capplets to configure Sawfish in the Gnome control center, and the Gnome support. [3]
Simple API for XML (API, XML) [95]
SUSE Advanced X [configuration tool] (SUSE, Linux) [95]
Catalog support and wrapper the Saxon XSLT Processor This package provides a simple front-end to Saxon for processing XML source files with XSL stylesheets. Catalog support is provided by an extension class to Norm Walsh's Arbortext Catalog Classes. A wrapper script for general saxon usage is also included. This package works well for processing DocBook XML sources. Author: Jirka Kosek <jirka@kosek.cz> Homepage: http://www.kosek.cz/xml/saxon/ [3]
speaks the current date through your sound card Says the current date and uptime through your sound card. Requires you have a sound output device available. Also includes au2raw, a sox wrapper which converts a .au file to a .raw file. [3]
speaks the current time through your sound card Say the current time through your sound card. Requires you have a sound output device available. [3]
Sound Blaster [audio card] (audio) [95]
SideBand Address [port / bus] (AGP) [95]
Standards-Based Architectures [95]
Synchronous Bandwidth Allocation (SMT, FDDI) [95]
System For Business Automation [95]
SCSI Block Commands (SAM) [95]
Single Board Computer [95]
Small Business Computer [95]
Single Byte Command Code Set [protocol] [95]
Steel Bank Common Lisp, a fork from CMUCL SBCL is a Common Lisp compiler with a transparent build process, that aims for correctness and ANSI compliance. [3]
Single Byte Character Set (ASCII, DBCS) [95]
Sequential Block Filemanager (OS-9) [95]
Secure Backbone Hub (Accton) [95]
Storage Bus Interconnect [95]
Synchronous Bus Interface [95]
Sustaining Base Information System [95]
Super BASIC Language (BASIC) [95]
Sustaining Base Level Computer [95]
Smart Boot Manager (SBM) is a full-featured boot manager. Smart Boot Manager (SBM) is an OS independent and full-featured boot manager with an easy-to-use user interface. The main goals of SBM are to be absolutely OS independent, flexible and full-featured. It has all of the features needed to boot a variety of OSes from several kinds of media, while keeping its size no more than 30K bytes. In another words, SBM does NOT touch any of your partitions, it totally fits into the first track (the hidden track) of your hard disk! It's capabilities: * Automatically searches drivers and partitions * Powerful Boot Schedule * Booting from CD-ROM * Swapping driver ID * Auto Delay Boot * Sending keystrokes to the operating system * Easy Customized Theme file * Password protection * Y2k bug work-around for old BIOSes [3]
Southwestern Bell Mobile Service [95]
SCSI-3 serial Bus Protocol (SAM) [95]
Small Business Server [95]
Tool for building Debian binary packages from Debian sources sbuild builds binary packages from source. It can do its work in chroots so both stable and unstable environments can be used on the same machine. It's also useful for figuring out a package's build dependencies. sbuild is part of the wanna-build build system used by most architectures to build packages for Debian. [3]
Sun [i/o interface] BUS (Sun, SPARC), "SBus" [95]
SubCommittee (ISO, TC, IEC, ...) [95]
Text-based spreadsheet with VI-like keybindings "Spreadsheet Calculator" is a much modified version of the public- domain spread sheet sc, which was posted to Usenet several years ago by Mark Weiser as vc, originally by James Gosling. It is based on rectangular table much like a financial spreadsheet. Its keybindings are familiar to users of 'vi', and it has most features that a pure spreadsheet would, but lacks things like graphing and saving in foreign formats. It's very stable and quite easy to use once you've put a little effort into learning it. [3]
Scalable Cooperative Architecture [95]
Software Corporation of America (manufacturer, USA) [95]
Synchronous Clock Adjustment [95]
Service Control Agent Function (IN) [95]
Scandinavian Conference on Artificial Intelligence (conference, FAIS, AI) [95]
A screen or printer font that you can enlarge or reduce to any size, within a specified range, without introducing unattractive distortions. Outline font technology is most commonly used to provide scalable fonts, but other technologies - including stroke fonts, which form characters from a matrix of lines - are sometimes used. [39]
scalable Cyrillic fonts This package includes Cyrillic Type1 fonts for the following font families: Times, Helvetica, Courier, Avant Garde, Palatino, New Century Schoolbook, Bookman Light and Teams. [3]
scalable Cyrillic fonts for TeX This package makes the fonts from the package scalable-cyrfonts available to TeX. It installs all needed TeX font metric files, virtual fonts, font definitions and some style packages. Please read the file /usr/share/doc/scalable-cyrfonts-tex/README.Debian. [3]
scalable Cyrillic fonts for X This package makes the fonts from the package scalable-cyrfonts available to the X server or font server. For proper reencoding it needs capable X server or font server. [3]
Scalable Linear Algebra Package ScaLAPACK is the parallel version of LAPACK. It depends on PVM or MPI. This package provides the tester applications. [3]
Scalable Linear Algebra Package ScaLAPACK is the parallel version of LAPACK. It depends on PVM or MPI. This package provides the tester applications. [3]
Scalable Linear Algebra Package ScaLAPACK is the parallel version of LAPACK. It depends on PVM or MPI. This package provides the tester applications. [3]
Test data for ScaLAPACK testers. The ScaLAPACK tester in scalapack-lam-test or scalapack-mpich-test need some data provided by this package. [3]
Scalable Linear Algebra Package ScaLAPACK is the parallel version of LAPACK. It depends on PVM or MPI. This package provides the shared libraries, it depends on the LAM implementation of MPI. Also included: PBLAS, Parallel Basic Linear Algebra Subprograms. [3]
Scalable Linear Algebra Package ScaLAPACK is the parallel version of LAPACK. It depends on PVM or MPI. This package provides the shared libraries, it depends on the MPICH implementation of MPI. Also included: PBLAS, Parallel Basic Linear Algebra Subprograms. [3]
Scalable Linear Algebra Package ScaLAPACK is the parallel version of LAPACK. It depends on PVM or MPI. This package provides the shared libraries needed to run applications. Also included: PBLAS, Parallel Basic Linear Algebra Subprograms. [3]
SCSI Configured AutoMatically (SCSI) [95]
Symposium on Computer Applications in Medical Care (conference) [95]
Switched-Circuit Automatic Network [95]
This word is overused to the point that it is frequently confusing what people are talking about. The problem is that a scanner can be either active or passive. Example: There are variations of virus scanners: background scanner Scans for viruses continuously in the background. on-access scanner Scans a file for viruses whenever it is accessed. on-demand scanner Scans the hard disk looking for viruses whenever told to by the user. [96]
Portscan detector for Linux. Scandetd is a portscan detector. By default, it logs incoming TCP connections to the host. If a second connection happens within 1 second, it too is logged to syslog. If scandetd recognizes this pattern as a portscan and sends mail to (by default) root@localhost. Scandetd will also attempt to recognize OS fingerprinting probes. It will attempt to determine the tool being used, at this point Queso or NMAP. [3]
Generate summaries from Apache error logs This program allows people to parse Apache error_log files from multiple sources and present a summary of the frequency of error messages in one of a variety of different formats (text, html, xml, pdf). [3]
scan an image [34]
A portscan detecting tool Scanlogd is a daemon written by Solar Designer to detect portscan attacks on your machine. [3]
Mail scanner for Postfix This program is invoked from the .forward file of a user and scans the incoming mails for .vbs .exe .com .bat, and similar attachments. If a message is clean, it is inserted into the users qmail-style Maildir or it is spooled to the users mbox. Otherwise, it is bounced. [3]
A peripheral that uses light receptors for reading printed material and digitally transferring the information as image objects into a computer system for processing. [94]
scan/probe PCI buses [34]
A CSV-based image sorter and verifier ScanSort allows one to sort and verify images based upon information contained in comma-separated-value (CSV) files. It is designed for use by those who collect series of scans from Usenet, the WWW, etc for which a CSV file containing the image names, sizes, CRCs, etc is available. In addition to its image-sorting capabilities, ScanSort can also help manage CSV collections, create lists of images for trading, etc. [3]
get SSH server versions for an entire network The scanssh protocol scanner scans a list of addresses and networks for running SSH protocol servers and their version numbers. The scanssh protocol scanner supports random selection of IP addresses from large network ranges and is useful for gathering statistics on the deployment of SSH protocol servers in a company or the Internet as whole. [3]
scan TV channels for stations This utility can scan a channel set for TV stations and write the ones found into a xawtv config file (which is also read by some other utilities like fbtv). It also tries to extract the station names from vbi data. [3]
Subsystem Control Block (OS/2, IBM) [95]
SCSI Controller Commands (SAM) [95]
Serial Communication Controller [95]
Serial Controller-Chip (IC) [95]
Softarc Certified Consulter (SoftArc) [95]
Specialized Common Carrier [95]
Standards Council of Canada (org., Canada) [95]
Storage Connecting Circuit [95]
Signaling Connection Control Part (MSC, GSM, mobile-systems) [95]
Source Code Control System (Unix, AT&T, CM) [95]
Specialized Common Carrier Service [95]
Switching Control Center System [95]
SPARC Compliance Definition (SI, SPARC) [95]
Significant CALS Data Elements [95]
Society for Clinical Data Management Systems (org., USA) [95]
Structure Chart Editor [95]
Service Creation Environment Function (IN) [95]
Societe Canadienne pour l'Etude de l'Intelligence par Ordinateur (org., Canada, AI) [95]
Selective Call-Forwarding [95]
Sequential Character Filemanager (OS-9) [95]
Service Control Function (IN) [95]
Security Classification Guide [95]
Synchronization CHannel (GSM, mobile-systems) [95]
A small, uniform Lisp dialect with clean semantics, developed initially by Guy Steele and Gerald Sussman in 1975. Scheme uses applicative order reduction and is lexically scoped. It treats both functions and continuations as first-class objects. [32]
Scalable Coherent Interface (ANSI) [95]
Chess database Shane's Chess Information Database is a chess database application with a graphical user interface. With it you can browse databases of chess games, edit games and search for games by various criteria. Scid uses its own compact and fast database format, but can convert to and from PGN. [3]
Service Channel IDentifier [95]
Scientific graphics and data manipulation (Gtk version) SciGraphica is a scientific application for data analysis and technical graphics. It pretends to be a clone of the popular commercial (and expensive) application "Microcal Origin". It fully supplies plotting features for 2D charts. This package is non-Gnome version. [3]
Scientific graphics and data manipulation (shared files) SciGraphica is a scientific application for data analysis and technical graphics. It pretends to be a clone of the popular commercial (and expensive) application "Microcal Origin". It fully supplies plotting features for 2D charts. This package contains shared files, like pixmaps and examples. [3]
Scientific graphics and data manipulation (Gnome version) SciGraphica is a scientific application for data analysis and technical graphics. It pretends to be a clone of the popular commercial (and expensive) application "Microcal Origin". It fully supplies plotting features for 2D charts. This package is Gnome version. [3]
widget for scientific plotting The SciPlot Widget is a widget capable of plotting cartesian or polar graphs, including logarithmic axes in cartesian plots. The widget is subclassed directly from the Core widget class, which means that it does not depend upon any other widget set. It may be freely used with Athena, Motif, or the Open Look/Xview widget sets. (There is optional Motif support that causes the widget to be subclassed from XmPrimitive. See the man page.) Features provided in the widget include automatic scaling, legend drawing, axis labeling, PostScript output, multiple plotted lines, color support, user font specification, dashed lines, symbols drawn at points, logarithmic scales on one or both axes in cartesian plots, and degrees or radians as angles in polar plots. [3]
Semi-Conductor and Interconnect Technologies [95]
Lightweight GTK-based Programming Editor GTK-based Programming with with syntax highlighting support for many languages. Also supports folding sections, exporting highlighted text into colored HTML and RTF. [3]
System Control Language [95]
a collection of SNMP command line management tools The scli package was written in order to have small and efficient command line utility to monitor and configure network devices and host systems. The scli package is based on the SNMP management protocol and it utilizes a MIB compiler called smidump to generate C stub code. In fact, virtually no SNMP knowledge is required in order to extend the scli programs with new features. In other words, the slogan for this little package is: "After more than 10 years of SNMP, I felt it is time for really useful command line SNMP monitoring and configuration tools. ;-)" (description taken from upstream sources) scli replaces the stools package [3]
A gtk-based MUD-client. Sclient is a graphical MUD-client for X that tries to be small, fast, and to use as little CPU as possible. [3]
Segment Control Module [95]
Service Circuit Modul Mil., Germany [95]
Service Control Manager (Windows NT) [95]
Small Core Memory [95]
Software Configuration Management [95]
Stream Control Message Protocol (ST2) [95]
??? [scrambling] (DAT) [95]
Serial Copy Management System [95]
Exchange data with Siemens mobile phones SCMxx is a console program that allows you to exchange certain types of data with mobile phones made by Siemens. Some of the data types that can be exchanged are logos, ring tones, vCalendars, phonebook entries, and SMS messages. It works with the S25, S35i, M35i and C35i, SL45, S45 and ME45 and probably others. You need a serial connection (either cable or infrared) to your mobile phone in order to use SCMxx. It basically uses the AT command set published by Siemens (with some other, additional resources). See the website http://www.hendrik-sattler.de/scmxx for details. [3]
Specifications Change Notice [95]
Sorry, Could Not Resist (slang, Usenet) [95]
Santa Cruz Operation (manufacturer, Unix) [95]
The SCO Group was formerly known as Caldera International. The company now provides a variety of Linux and Unix solutions. SCO is the North American UnitedLinux partner. Caldera OpenLinux 3.1.1 was released January 2002. SCO Linux 4.0, Powered by UnitedLinux was released at the end of 2002. Now it is no longer available, and moved to the historical section on May 28, 2003. Distribution development is not all that active. [33]
A replacement for Make Scons is able to build files from other files, based on the dependency DAG. [3]
SCheme Object Oriented Programming System (OOP) [95]
SCalable Object Processing Environment (Creamware) [95]
Simple COmmunications Programming Environment (DFUe) [95]
Supervisory Control Of Program Execution (OS, CDC 6000) [95]
Interpreter for Adventure International games ScottFree reads and executes TRS-80 format Scott Adams data files. It is possible to run other formats either by writing a loader for that format or a converter to TRS-80 format. Most Adventure International Games are distributed as shareware and are available from ftp://ftp.gmd.de/if-archive/scott-adams/ [3]
The Scotty and Tkined Network Management Tools. Scotty is a set of Tcl extensions to retrieve status information about TCP/IP networks. The extensions include commands to send icmp packets a la ping, to lookup hostnames, to query the portmapper and mount daemons. Also included are generic tcp/udp extensions as well as commands to query the domain name service for a, ptr, hinfo, mx and soa records and commands to query ntp server. log messages can be written by using the syslog command. The perhaps most interesting extension is an interface to the SNMPv1, SNMPv2C and SNMPv3 protocols. Tkined is a small but nice network management station. [3]
Secondary Communications Processors [95]
secure copy (remote file copy program) [34]
Service Control Point (OSI) [95]
Standard Configuration Profile (MODEM) [95]
System Control Program (OS) [95]
Single Channel Per Carrier [95]
Seattle Computer Products Dis Operating System (OS, DOS, MS-DOS, predecessor), "SCP-DOS" [95]
Selective Call Rejection [95]
Sustainable Cell Rate (UNI, ATM, VBR) [95]
n. [Unix] A terminal line which spews an infinite number of random characters at the operating system. This can happen if the terminal is either disconnected or connected to a powered-off terminal but still enabled for login; misconfiguration, misimplementation, or simple bad luck can start such a terminal screaming. A screaming tty or two can seriously degrade the performance of a vanilla Unix system; the arriving "characters" are treated as userid/password pairs and tested as such. The Unix password encryption algorithm is designed to be computationally intensive in order to foil brute-force crack attacks, so although none of the logins succeeds; the overhead of rejecting them all can be substantial. [7]
A GNOME website development environment SCREEM is a tag-based Web page editor which aims not only to aid in creating Web pages, but also to provide useful site maintenance facilities, including automatic link updating and site upload facilities. SCREEM has more than just the usual HTML tags, with features for including Javascript, PHP, cascading style sheets, etc within your site. It is written for use with the GNOME (http://www.gnome.org) desktop environment [3]
A terminal multiplexor with VT100/ANSI terminal emulation. screen is a terminal multiplexor that runs several separate "screens" on a single physical character-based terminal. Each virtual terminal emulates a DEC VT100 plus several ANSI X3.64 and ISO 2022 functions. Screen sessions can be detached and resumed later on a different terminal. Screen also supports a whole slew of other features. Some of these are: configurable input and output translation, serial port support, configurable logging, multi-user support, and utf8 charset support. [3]
n. [Atari ST demoscene] One demoeffect or one screenful of them. Probably comes from old Sierra-style adventures or shoot-em-ups where one travels from one place to another one screenful at a time. [7]
screen manager with VT100/ANSI terminal emulation [34]
The screen utility allows you to have multiple logins on just one terminal. Screen is useful for users who telnet into a machine or are connected via a dumb terminal, but want to use more than just one login. Install the screen package if you need a screen manager that can support multiple logins on one terminal. [93]
n. A handle sense 1. This term has been common among users of IRC, MUDs, and commercial on-line services since the mid-1990s. Hackers recognize the term but don't generally use it. [7]
Supercomputer Computations Research Institute (org., USA, HPC) [95]
Document Production System Scribe is a programming language designed for the production of electronic documents. With Scribe one can: - Produce HTML web pages. - Produce PS files. - Produce Info files (documentation files suitable for Emacs). - Produce man pages (Unix documentation format). One may also: - Translate Texinfo files into HTML. - Upload Scribe page on an Apache server and dynamically expanse it into HTML when loaded by client. (This feature is not built for the current Debian version.) Scribe is implemented in Bigloo Scheme. [3]
a free software desktop publishing program Scribus is a free software layout program for GNU/Linux similar to a couple of proprietary programs from Adobe and Quark. Unlike other programs Scribus uses only Type1 fonts of the X-Server. Therefore there is no fiddling around with installing extra fonts. For this reason the number of fonts is a little bit limited, but you can be sure that your monitor shows exactly the same as the printed output is. Documentation for this package is available in either French, German or English. Please choose your appropriate scribus-doc-XX documentation package. [3]
German documentation for Scribus Scribus is a free software layout program for GNU/Linux similar to a couple of proprietary programs from Adobe and Quark. These are the documentation files in German. [3]
English documentation for Scribus Scribus is a free software layout program for GNU/Linux similar to a couple of proprietary programs from Adobe and Quark. These are the documentation files in English. [3]
French documentation for Scribus Scribus is a free software layout program for GNU/Linux similar to a couple of proprietary programs from Adobe and Quark. These are the documentation files in French. [3]
A set of commands stored in a file. Used for automated, repetitive, execution. (Also, see RC File.) [8]
An executable plain text file; string of commands written to a file and run as one logical program. [94]
make typescript of terminal session [34]
Programs written to take advantage of a particular exploit. Key point: Elite hackers write scripts, script-kiddies run scripts. Misunderstanding: A lot of "scripts" are written in scripting languages like PERL, but a lot are distributed in C/C++ source form as well. Contrast: 0-day exploit. [96]
A free electronic cataloging system for documentation. It stores metadata specified by the http://www.ibiblio.org/osrt/omf/ (Open Source Metadata Framework) as well as certain metadata extracted directly from documents (such as the table of contents). It provides various functionality pertaining to this metadata to help browsers, such as sorting the registered documents or searching the metadata for documents which satisfy a set of criteria. [3]
ScrollKeeper is a cataloging system for documentation. It manages documentation metadata (as specified by the Open Source Metadata Framework (OMF)) and provides a simple API to allow help browsers to find, sort, and search the document catalog. It can also communicate with catalog servers on the Net to search for documents which are not on the local system. [93]
An advanced ircII-based IRC client ScrollZ is advanced IRC client based on ircII code. It adds features normally found in ircII scripts like Toolz, PhoEniX, GargOyle or Lice. The main difference between these scripts and ScrollZ is the code. Where ircII scripts take a lot of disk and memory space and run slow, ScrollZ only takes a couple of extra kilobytes compared to stock ircII client yet runs faster than any ircII script. This was accomplished by using C code instead of ircII scripting language. This reduces memory and CPU usage and code tends to run way faster. [3]
command line screen capture utility scrot (SCReen shOT) is a simple commandline screen capture utility that uses imlib2 to grab and save images. Multiple image formats are supported through imlib2's dynamic saver modules. [3]
Scrudgeware is currently under development. As a GNU/Linux distribution, ScrudgeWare is being designed with several goals in mind. First and foremost is to be built 100%