GNOME Files
GNOME Files, formerly and internally known as Nautilus, is the official file manager for the GNOME desktop. GNOME Files, same as Nautilus, is a free and open-source software under the terms of the GNU Lesser General Public License. History Nautilus, the predecessor of the GNOME Files, was originally developed by Eazel and Andy Hertzfeld (founder of Eazel and a former Apple Inc., Apple engineer) in 1999. The name "Nautilus" was a play on words, evoking the exoskeleton, shell of a nautilus to represent an shell (computing), operating system shell. At the beginning of 2000, Richard Hestgray published the first screenshots of ''Nautilus'' 0.1 preview release: File:Nautilus 0.1 About.jpg, About dialog of version 0.1. File:Nautilus 0.1 Iconview.jpg, Main window of the same version, the very first one shown publicly. In December 2000, article under the title ''«Nautilus, GNOME’s new file manager»'' was published in the Linux Magazine. Nautilus replaced Midnight Commander in GNO ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Eazel
Eazel was an American software company operating from 1999 to 2001 in Palo Alto and then Mountain View, California. The company's flagship product is the Nautilus file manager for the GNOME desktop environment on Linux, which was immediately adopted and maintained by the free software movement. As the core of Eazel's business model, it is an early example of cloud storage services in the form of personal file storage, transparently and portably stored on the Internet. History Eazel was founded by Andy Hertzfeld in August 1999 in Mountain View, California. It had 22 initial employees and raised from several venture capital investment companies. Initially, all the programmers worked on every aspect of the product and eventually specialized on its components. The company grew from 22 employees in 1999 to 75 employees in 2001 and was named one of the top 10 companies to watch among "earsplitting buzz surrounding Linux", by ''Red Herring'' magazine. Staff consisted of former employee ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Flagship Product
A core product or flagship product is a company's primary promotion, service or product that can be purchased by a consumer. Core products may be integrated into end products, either by the company producing the core product or by other companies to which the core product is sold. Three levels of a product The concept of a core product originates from Philip Kotler, in his 1967 book – ''Marketing Management: Analysis, Planning and Control''. It forms the first level of the concept of ''Three Levels of a Product''. Kotler suggested that products can be divided into three levels: core product, actual product and augmented product. The core product is defined as the benefit that the product brings to the customer. The actual product refers to the tangible object and relates to the physical quality and the design. The augmented product consists of the measures taken to help the consumer put the actual product to use. By using a mixture of the three levels of product in research ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
User Interface
In the industrial design field of human–computer interaction, a user interface (UI) is the space where interactions between humans and machines occur. The goal of this interaction is to allow effective operation and control of the machine from the human end, while the machine simultaneously feeds back information that aids the operators' decision-making process. Examples of this broad concept of user interfaces include the interactive aspects of computer operating systems, hand tools, heavy machinery operator controls and Unit operation, process controls. The design considerations applicable when creating user interfaces are related to, or involve such disciplines as, ergonomics and psychology. Generally, the goal of user interface design is to produce a user interface that makes it easy, efficient, and enjoyable (user-friendly) to operate a machine in the way which produces the desired result (i.e. maximum usability). This generally means that the operator needs to provide mi ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
MATE (software)
MATE ( ) is a desktop environment composed of free and open-source software that runs on Linux, and other Unix-like operating systems such as BSD, and illumos. Name MATE is named after the South American plant yerba mate and tea made from the herb, mate. The name is stylized in all capital letters to follow the nomenclature of other Free Software desktop environments like KDE Plasma and LXDE. The recursive backronym "MATE Advanced Traditional Environment" was subsequently adopted by most of the MATE community, again in the spirit of Free Software like GNU ("GNU's Not Unix!"). The use of a new name, instead of GNOME, avoids naming conflicts with GNOME 3 components. History Perberos, an Argentine user of Arch Linux, started the MATE project to fork and continue GNOME 2 in response to the negative reception of GNOME 3, which had replaced its traditional taskbar ( GNOME Panel) with GNOME Shell. MATE aims to maintain and continue the latest GNOME 2 code base, frameworks ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Navigational File Manager
A file manager or file browser is a computer program that provides a user interface to manage computer files, files and folder (computing), folders. The most common Computer file#Operations, operations performed on files or groups of files include creating, opening (e.g. file viewer, viewing, playing, editing or computer printer, printing), renaming, file copying, copying, Computer file#Moving methods, moving, file deletion, deleting and searching for files, as well as modifying file attributes, properties and file permissions. Folder (computing), Folders and files may be displayed in a tree structure, hierarchical tree based on their directory structure. Features File transfer Graphical user interface, Graphical file managers may support copying and moving of files through "copy and paste" and "cut and paste" respectively, as well as through drag and drop, and a separate menu for selecting the target path. While transferring files, a file manager may show the source and de ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
GnomeVFS
GnomeVFS (short for GNOME Virtual File System) was an abstraction layer of the GNOME platform for the reading, writing and execution of files. Before GNOME 2.22 GnomeVFS was primarily used by the appropriate versions of Nautilus file manager (renamed to GNOME Files) and other GNOME applications. A cause of confusion is the fact that the file system abstraction used by the Linux kernel is also called the virtual file system (VFS) layer. This is however at a lower level. Due to perceived shortcomings of GnomeVFS a replacement called GVfs was developed. GVfs is based on GIO and allows partitions to be mounted through FUSE. With the release of GNOME 2.22 in April 2008, GnomeVFS was declared deprecated in favor of GVfs GVfs (abbreviation for GNOME virtual file system) is GNOME's userspace virtual filesystem designed to work with the I/O abstraction of GIO, a library available in GLib since version 2.15.1. It installs several modules that are automatically us ... and GIO, ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
GVfs
GVfs (abbreviation for GNOME virtual file system) is GNOME's userspace virtual filesystem designed to work with the I/O abstraction of GIO, a library available in GLib since version 2.15.1. It installs several modules that are automatically used by applications using the APIs of libgio. There is also FUSE support that allows applications not using GIO to access the GVfs filesystems. A cause of confusion is the fact that the file system abstraction used by the Linux kernel is also called the virtual file system (VFS) layer. This is however at a lower level. The GVfs model differs from e.g. GnomeVFS, which it replaces, in that file systems must be mounted before they are used. There is a master daemon (gvfsd) that handles coordinating mounts, and then each mount is (typically) in its own daemon process (although mounts can share daemon process). GVfs comes with a set of back-ends, including trash support, SFTP, FTP, WebDAV, SMB, and local data via Udev integration, OBEX, ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Beagle (software)
Beagle is a search system for Linux and other Unix-like systems, enabling the user to search documents, chat logs, email and contact lists. It is not actively developed. Beagle grew out of Dashboard, an early Mono-based application for watching and presenting useful information from a user's computer. It is written in C# using Mono and uses a port of Lucene to C# called Lucene.Net as its indexer. Beagle includes a Gtk#-based user interface, and integrates with Galago for presence information. Beagle was developed and maintained by Joe Shaw with help from the open source community. Notable contributors included Jon Trowbridge, Robert Love, Nat Friedman and David Camp. Features Beagle searches the content of documents and associated metadata. Users can search for: * Applications * Archives ( zip, tar, gzip, bzip2) and their contents * Conversations (Pidgin, Kopete and IRC logs) * Documents ( AbiWord, OpenOffice.org, Microsoft Office, pdf, txt, rtf, HTML) * ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Unix Shell
A Unix shell is a Command-line_interface#Command-line_interpreter, command-line interpreter or shell (computing), shell that provides a command line user interface for Unix-like operating systems. The shell is both an interactive command language and a scripting language, and is used by the operating system to control the execution of the system using shell scripts. Users typically interact with a Unix shell using a terminal emulator; however, direct operation via serial hardware connections or Secure Shell are common for server systems. All Unix shells provide filename Wildcard character, wildcarding, Pipeline (Unix), piping, here documents, command substitution, Variable (programming), variables and control flow, control structures for Conditional (programming), condition-testing and iteration. Concept Generally, a ''shell'' is a program that executes other programs in response to text commands. A sophisticated shell can also change the environment in which other programs exe ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Filing Cabinet
A filing cabinet (or sometimes file cabinet in American English) is a piece of office furniture for storing paper documents in file folders. In the most simple context, it is an enclosure for drawer (furniture), drawers in which articles are stored. The two most common forms of filing cabinets are vertical files and lateral files. A vertical file cabinet has drawers that extend from the short side (typically ) of the cabinet. A lateral file cabinet has drawers that extend from the long side (various lengths) of the cabinet. These are also called side filers in Great Britain. There are also shelf files which go on shelves. In the United States, file cabinets are usually built to accommodate Letter (paper size), 8.5 × 11 paper, and in other countries, filing cabinets are often designed to hold other sizes of paper, such as ISO 216#A series, A4 paper. Construction Office filing cabinets are typically made of sheet metal or wood. The drawer (furniture), drawers usually use a dr ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Linux Distribution
A Linux distribution, often abbreviated as distro, is an operating system that includes the Linux kernel for its kernel functionality. Although the name does not imply product distribution per se, a distro—if distributed on its own—is often obtained via a website intended specifically for the purpose. Distros have been designed for a wide variety of systems ranging from personal computers (for example, Linux Mint) to servers (for example, Red Hat Enterprise Linux) and from embedded devices (for example, OpenWrt) to supercomputers (for example, Rocks Cluster Distribution). A distro typically includes many components in addition to the Linux kernel. Commonly, it includes a package manager, an init system (such as systemd, OpenRC, or runit), GNU tools and libraries, documentation, IP network configuration utilities, the getty TTY setup program, and many more. To provide a desktop experience (most commonly the Mesa userspace graphics drivers) a display server (the ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |