Jump to content

Alpine Linux

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jswf (talk | contribs) at 18:27, 15 May 2011. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Alpine Linux
DeveloperAlpine Linux development team
OS familyUnix-like
Working stateActive
Source modelFree and open source software
Latest release2.2.0 / 3 May 2011; 14 years ago (2011-05-03)
Repository
Marketing targetDevelopers, power users
Available inMultilingual
Update methodAPK (command line frontend)
Package managerAPK
Platformsx86
Kernel typeMonolithic (Linux)
UserlandBusybox (coreutils are optional)
Default
user interface
X11 (XFCE, GNOME, or others) or command line
Official website[1]

Alpine Linux is a Linux distribution based on uClibc and BusyBox, which has the goal of being lightweight and secure by default while still being useful for general-purpose tasks. Alpine Linux uses PaX and grsec in the default kernel and compiles all packages with stack-smashing protection. It is primarily designed for x86 Routers, Firewalls, VPNs, VoIP and servers. [1]

History

Originally, Alpine Linux began as a fork of the LEAF project[2]. The members of LEAF wanted to continue making a Linux distribution that could fit on a single floppy disk, whereas the Alpine Linux wished to include some more heavyweight packages such as Squid and Samba, as well as additional security features and a newer kernel. One of the original goals was to create a framework for larger systems; although usable for this purpose, this is no longer a primary goal.

Features

  • Package management: Alpine uses the apk-tools package management system. Alpine currently contains most commonly used packages such as GNOME, Xfce, Firefox, and others. However, some packages, such as KDE, have not been ported yet.
  • Running from RAM: By default, Alpine Linux is a run-from-ram distribution. The LBU (Local BackUp) tool optionally allows all configuration files to be backed up to an APK overlay file (usually shortened to apkovl), a tar.gz file that by default stores a copy of all changed files in /etc (with the option to add more directories).
  • Security: PaX and grsec are included in the default Alpine Linux kernel, which aids in reducing the impact from exploits similar to the vmsplice() local root exploit.[3] All packages are also compiled with stack-smashing protection to help mitigate the effects of userland buffer overflows.
  • Size: the base system in Alpine Linux is designed to be only 4-5MB in size (excluding the kernel). [1]
  • Alpine Configuration Framework (ACF): While optional, ACF is an application for configuring an Alpine Linux machine, with goals similar to Debian's debconf.
  • C standard library: Alpine Linux uses uClibc instead of the traditional glibc most commonly used. Although lighter weight, it does have the significant drawback of being binary incompatible with glibc. Thus, all software must be compiled for use with uClibc to work properly.

References