page content

Glossary

direct access

alphabetical listA | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
 

we found 20 resulsts matching your request on base :

<<Database   15%

Often abbreviated DB. A collection of information organized in such a way that a computer program can quickly select desired pieces of data. You can think of a database as an electronic filing system. Traditional databases are organized by fields, records, and files. A field is a single piece of information; a record is one complete set of fields; and a file is a collection of records. For example, a telephone book is analogous to a file. It contains a list of records, each of which consists of three fields: name, address, and telephone number. An alternative concept in database design is known as Hypertext. In a Hypertext database, any object, whether it be a piece of text, a picture, or a film, can be linked to any other object. Hypertext databases are particularly useful for organizing large amounts of disparate information, but they are not designed for numerical analysis. To access information from a database, you need a database management system (DBMS). This is a collection of programs that enables you to enter, organize, and select data in a database like MySQL or PostgreSQL .

<<Database   15%

Often abbreviated DB. A collection of information organized in such a way that a computer program can quickly select desired pieces of data. You can think of a database as an electronic filing system. Traditional databases are organized by fields, records, and files. A field is a single piece of information; a record is one complete set of fields; and a file is a collection of records. For example, a telephone book is analogous to a file. It contains a list of records, each of which consists of three fields: name, address, and telephone number. An alternative concept in database design is known as Hypertext. In a Hypertext database, any object, whether it be a piece of text, a picture, or a film, can be linked to any other object. Hypertext databases are particularly useful for organizing large amounts of disparate information, but they are not designed for numerical analysis. To access information from a database, you need a database management system (DBMS). This is a collection of programs that enables you to enter, organize, and select data in a database like MySQL or PostgreSQL .

<<DNS   1%

Short for Domain Name System (or Service or Server), an Internet service that translates domain names into IP addresses. Because domain names are alphabetic, they're easier to remember. The Internet however, is really based on IP addresses. Every time you use a domain name, therefore, a DNS service must translate the name into the corresponding IP address. For example, the domain name www.example.com might translate to 198.168.0.154. The DNS system is, in fact, its own network. If one DNS server doesn't know how to translate a particular domain name, it asks another one, and so on, until the correct IP address is returned. The BIND DNS server is a very popular and free DNS server. When setting up a new web site one needs to register a DNS name at a DNS registry. One site can have serveral DNS names, also called server aliases.

<<HTML   1%

HTML, short for Hypertext Markup Language, is the predominant markup language for the creation of web pages. It provides a means to describe the structure of text-based information in a document — by denoting certain text as headings, paragraphs, lists, and so on — and to supplement that text with interactive forms, embedded images, and other objects. HTML is written in the form of labels (known as tags), surrounded by less-than and greater-than signs. Technically is HTML an application of the Standard Generalized Markup Language (SGML). The HTML development has been stopped since 1999. It's successor, the XHTML , is an application of the Extensible Markup Language ( XML ).

<<LAMP   4%

The acronym LAMP refers to a solution stack of software programs, commonly open-source programs, used together to run dynamic Web sites on servers. The original combination of these technologies is as follows: Linux , referring to the operating system ; Apache , the Web server ; MySQL , the database management system (or database server) ; PHP , the programming language. More recently, the P has come to refer frequently to Perl or Python as alternate programming languages. At all2all, standard LAMP systems also feature PostgreSQL as alternative database.

<<MySQL   2%

MySQL Community Server is a cross-platform relational SQL database server . MySQL is a multi-threaded, multi-user SQL database management system using a modular engine architecture. It is fast and rock-solid and one of the most widely used SQL engine. Both the MySQL server software itself and the client libraries are distributed under a dual-licensing format. MySQL Server is available as free software under the GNU General Public License (GPL), but the MySQL Enterprise subscription is also offering a traditional proprietary licensing arrangements for cases where the intended use is incompatible with the GPL. MySQL is a key element of the LAMP ( Linux , Apache , MySQL, PHP / Perl / Python ) open source software architecture for professionnals.

<<Perl   1%

Perl is a dynamic programming language created by Larry Wall and first released in 1987. Structurally, Perl is based on the brace-delimited block style of AWK and C, and was widely adopted for its strengths in string processing, and lack of the arbitrary limitations of many scripting languages at the time. Perl has been used since the early days of the Web to write CGI scripts. It is known as one of "the three Ps" (along with Python and PHP), the most popular dynamic languages for writing Web applications (which now also include Ruby). It is also an integral component of the popular LAMP solution stack for web development. Large projects written in Perl include Slash, Bugzilla, TWiki and Movable Type.

<<PGP   1%

PGP Encryption (Pretty Good Privacy) is a computer program that provides cryptographic privacy and authentication. It is based on asymetric encryption (one public key + one private key) and was originally created by Philip Zimmermann in 1991. Shortly after its release, PGP encryption found its way outside the US, and in February 1993 Zimmermann became the formal target of a criminal investigation by the US Government for violating the export regulations. Since the end of the 90's, PGP encryption no longer meets the definition of a non-exportable weapon and can be exported internationally except to 7 specific countries.PGP and other similar products follow the OpenPGP standard for encrypting and decrypting data. To encrypt your messages, we advise you to use either GnuPG (for MacOS and Linux ) or WinPT (for Windows).

<<PostgreSQL   7%

PostgreSQL is a free software object-relational database management system (ORDBMS), released under a BSD-style license . It offers an alternative to other database systems. Similar to other free software projects such as Apache, GNU/Linux, and MediaWiki, PostgreSQL is not controlled by any single company, but relies on a global community of developers and companies to develop it. PostgreSQL features the ability to define types, but also the ability to fully describe relationships. In PostgreSQL, the database "understood" relationships, and could retrieve information in related tables in a natural way using rules. Tables can be set to inherit their characteristics from a "parent" table. nheritance provides a way to map the features of generalization hierarchies depicted in Entity Relationship Diagrams (ERD) directly into the PostgreSQL database. Phppgadmin is a web application written with PHP to manage the PostgreSQL database.

<<Ruby on Rails   1%

Ruby on Rails is a web application framework, released in 2004, that aims to increase the speed and ease with which database-driven web sites can be created and offers skeleton code frameworks (scaffolding) from the outset. Often shortened to Rails, or RoR, Ruby On Rails is an open source project written in the Ruby programming language and applications using the Rails framework are developed using the Model-View-Controller design pattern. The official web site is : http://www.rubyonrails.org/

<<Server   1%

The client-server architecture refers to a communication model between softwares. In information technology, a server is an application program that accepts connections in order to service requests by sending back responses. Each instance of the client software can send data requests to one or more connected servers. In turn, the servers can accept these requests, process them, and return the requested information to the client. These days, clients are most often web browsers. Servers typically include web servers, database servers, backup servers, print servers, mail servers, web servers, FTP servers, application servers, DHCP server, DNS server, etc. The client-server connection is established via communication protocols like, for instance, TCP/IP, which is most often used for accessing the Internet.

<<SCP   1%

SCP (Secure Copy) is a means of securely transferring computer files between a local and a remote host or between two remote hosts, using the Secure Shell (SSH) protocol. Data is encrypted during transfer, to avoid potential packet sniffers extracting usable information from the data packets. The protocol itself does not provide authentication and security; it relies on the underlying protocol, SSH , to provide these features. For most applications, the SCP protocol is superseded by the more comprehensive SFTP protocol, which is also based on SSH.

<<Spamassassin   7%

SpamAssassin is a computer program released under the Apache License 2.0 used for e-mail spam filtering based on content-matching rules, which also supports DNS-based, checksum-based and statistical filtering, supported by external programs and online databases. SpamAssassin is generally regarded as one of the most effective spam filters, especially when used in combination with spam databases (see : http://spamassassin.apache.org ).

<<SQL   1%

SQL (sometimes expanded as Structured Query Language) is a computer language used to create, retrieve, update and delete data from relational database management systems . SQL has been standardized by both ANSI and ISO.

<<TCP/IP   1%

The Internet protocol suite is the set of communications protocols that implements the protocol stack on which the Internet and many commercial networks run. It is part of the TCP/IP protocol suite, which is named after two of the most important protocols in it: the Transmission Control Protocol (TCP) and the Internet Protocol (IP), which were also the first two networking protocols defined. The Internet protocol suite — like many protocol suites — can be viewed as a set of layers. Each layer solves a set of problems involving the transmission of data, and provides a well-defined service to the upper layer protocols based on using services from some lower layers. Upper layers are logically closer to the user and deal with more abstract data, relying on lower layer protocols to translate data into forms that can eventually be physically transmitted. The original TCP/IP reference model consists of 4 layers, but has evolved into a 5-layer model. More details here : http://en.wikipedia.org/wiki/TCP/IP_model .

<<Virtualmin   1%

Virtualmin is a Webmin module for managing multiple virtual hosts through a single interface on Unix -like systems. It supports the creation and management of Apache virtual hosts, BIND DNS domains, MySQL databases, and mailboxes and aliases with Sendmail or Postfix. Together with the existing Webmin and Usermin modules, Virtualmin offers a total autonomy to administrators of web sites , virtual or dedicated servers who can access all control features and automatically set up user's limits appropriately. These server administrators can also manage the mailboxes and mail aliases via a web interface that is part of the module.

<<WebDAV   1%

WebDAV (Web-based Distributed Authoring and Versioning) refers to the set of extensions to the HTTP protocol that allows users to collaboratively edit and manage files on remote web servers. The WebDAV protocol's aim was to make the World Wide Web a readable and writable medium. It provides functionality to create, change and move documents on a remote server (typically a web server or "web share").WebDAV also allows client/server groupware systems to store and fetch objects such as calendar items and address book entries instead of web pages. It enables to share calendar events between Mozilla Sunbird , Apple iCal , Ximian Evolution (see : iCalendar in Wikipedia).

<<Webmail   1%

A Webmail refer to the implementation of an e-mail client as a Web application that allows users to access their e-mail through a Web browser, as an alternative to using a desktop-based client such as Microsoft Outlook or Mozilla Thunderbird or Eudora. A webmail client is usually offered by an email service to allow its users to access their mail stored on the service's server from any computer (e.g. in a cybercafé). The word Webmail refer to an email service that is offered through a website, sometimes the only way to users to access their email, and sometimes in addition other methods of making the email available to the user, such as the POP3 or IMAP4 protocols.

<<Webmin   2%

Webmin is a easy-to-use system configuration tool for Unix-like systems. It has a web-based graphical user interface for managing web server systems. Webmin is largely based on Perl, and is running as its own process, and web server. It usually uses TCP port 10000 for communicating, and can be configured to use SSL if OpenSSL is installed. It is built around modules, which have an interface to the config files, and an interface to the webmin server. This makes it easy to add new functionality, without too much work. Webmin offers a unique web interface to control a large variety of server applications ( Apache , Postfix , FTP , MySQL , PostgreSQL , BIND , SSH , etc.). Webmin enables the server administrator to easily manage all the users accounts, quotas, repositories, groups and rights. He can access the log files and stop or reboot the system. Due to Webmin's modular design, it would be possible, for anyone who is interested, to write plugins for desktop configuration. Webmin is an open source software released under the BSD license. The two major modules extending the functionality of Webmin are Usermin , designed for general usage tasks, and Virtualmin , which is for giving users visual means of administering web hosting accounts (see : http://www.webmin.com ).

<<XML   2%

The Extensible Markup Language (XML) is a W3C -recommended general-purpose markup language. XML is considered "general-purpose" because it enables anyone to originate and use a markup language for many types of applications and problem domains. Numerous formally defined markup languages are based on XML, such as RSS , XHTML , SVG, XSLT and thousands of others. Specific to XML is the use of angle-brackets to identify data and metadata (elements and attributes). By leaving the names, allowable hierarchy, and meanings of the elements and attributes open and definable by a customizable schema, XML provides a syntactic foundation for the creation of custom, XML-based markup languages. In this way, XML contrasts with HTML, which has an inflexible, single-purpose vocabulary of elements and attributes that, in general, cannot be repurposed. XML is an open, fee-free standard.