Linux Articles
Global Linux Knowledge Base…
Global Linux Knowledge Base…
Nov 22nd
SYNOPSIS update-perl-sax-parsers [options] –add parser_module update-perl-sax-parsers [options] –remove parser_module update-perl-sax-parsers [options] –update DESCRIPTION update-perl-sax-parsers inserts, updates and removes individual Perl SAX parser module info files in the directory /var/lib/libxml-sax- perl/ParserDetails.d and the overall Perl SAX parser modules info file /etc/perl/XML/SAX/ParserDetails.ini. OPTIONS –add Adds the per-module info file for the indicated Perl SAX parser module to…
Nov 22nd
SYNOPSIS program [standard options] [specific options] arguments DESCRIPTION This manual page describes the command line options, which are common to all Gnome applications. OPTIONS Help options -?, –help Show the application’s help message. –usage Display a brief usage message. –version Show the application’s version information. Bonobo Activation support –oaf-ior-fd=FD File descriptor to print IOR on…
Nov 22nd
DESCRIPTION Long ago, in Unix V6, there was a program /etc/glob that would expand wildcard patterns. Soon afterwards this became a shell built-in. These days there is also a library routine glob(3) that will perform this function for a user program. The rules are as follows (POSIX.2, 3.13). Wildcard Matching A string is a wildcard…
Nov 22nd
SYNOPSIS update-pciids [-q] DESCRIPTION update-pciids fetches the current version of the pci.ids file from the primary distribution site and installs it. This utility requires curl, wget or lynx to be installed. If gzip or bzip2 are available, it automatically downloads the compressed version of the list. OPTIONS -q Be quiet and do not report anything…
Nov 22nd
SYNOPSIS update-passwd [options] DESCRIPTION update-passwd handles updates of /etc/passwd, /etc/shadow and /etc/group on running Debian systems. It compares the current files to master copies, distributed in the base-passwd package, and updates all entries in the global system range (that is, 0-99). OPTIONS update-passwd follows the usual GNU command line syntax, with long options starting with…
Nov 22nd
SYNOPSIS update-pangox-aliases DESCRIPTION update-pangox-aliases is a wrapper script for updating /var/lib/defoma/pango.d/pangox.aliases via defoma. If you don’t have any defomized font packages, it will generate that file using default XLFD which pango’s defoma script has. SEE ALSO defoma(1) AUTHOR This manual page was written by Akira TAGOH <tagoh@debian.org>, for the Debian GNU/Linux system. 24 March 2002…
Nov 22nd
DESCRIPTION The term “libc” is commonly used as a shorthand for the “standard C library”, a library of standard functions that can be used by all C programs (and sometimes by programs in other languages). Because of some history (see below), use of the term “libc” to refer to the stan- dard C library is…
Nov 22nd
SYNOPSIS git * DESCRIPTION This document attempts to write down and motivate some of the workflow elements used for git.git itself. Many ideas apply in general, though the full workflow is rarely required for smaller projects with fewer people involved. We formulate a set of rules for quick reference, while the prose tries to motivate…
Nov 22nd
SYNOPSIS update-openoffice-dicts DESCRIPTION update-openoffice-dicts can be used to regenerate dictionary.lst for openoffice. This script is run by myspell dictionaries when they are installed or removed. It is not normally necessary to run update-openoffice-dicts by hand. Packages containing dictionaries create a file in /usr/share/myspell/infos and call this script automatically. update-openoffice-dicts will create a new dictionary.lst if…
Nov 22nd
SYNOPSIS git * DESCRIPTION You should work through gittutorial(7) before reading this tutorial. The goal of this tutorial is to introduce two fundamental pieces of git’s architecture–the object database and the index file–and to provide the reader with everything necessary to understand the rest of the git documentation. THE GIT OBJECT DATABASE Let’s start a…