X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from ncopa-desktop.alpinelinux.org (unknown [79.160.13.133]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id F3553DC1A5D; Fri, 5 Dec 2014 16:05:47 +0000 (UTC) Date: Fri, 5 Dec 2014 17:05:44 +0100 From: Natanael Copa To: ScrumpyJack Cc: Alpine Devel List Subject: Re: [alpine-devel] [PATCH] New Website about page. Message-ID: <20141205170544.2de3bcef@ncopa-desktop.alpinelinux.org> In-Reply-To: References: X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.23; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Thanks for your suggestions! I would like to hear what others thinks and if english language is ok. On Fri, 05 Dec 2014 09:00:09 +0000 (UTC) ScrumpyJack wrote: > > It's a bit cheesy, but hopefully gives a better idea of Alpine Linux. > > Corrections encouraged. > > Happy weekend! > > --- about/index.md 2014-12-05 08:34:54.450038920 +0000 > +++ about/index.md.new 2014-12-05 08:44:40.263370284 +0000 > @@ -1,31 +1,15 @@ > # About > > -Alpine Linux is a non-commercial, general purpose Linux distribution > -designed for power users who appreciate security, simplicity and resource > -effiency. > +Alpine Linux is an independent, non-commercial Linux distribution designed for power users who appreciate security, simplicity and efficiency. I'm ok with this. > > ## Small > > -Alpine Linux is built around musl libc and busybox. This makes it smaller > -and more resource efficient than traditional GNU/Linux. A container with > -a fully usable base system takes no more than 7-10 MB. This makes it ideal > -for containers and diskless systems. > - > -Less disk usage also means less disk I/O and fewer cache misses which makes > -the system more responsive. > +Alpine Linux is built around musl libc and busybox. This makes it > smaller and more resource efficient than traditional Linux > distributions. A minimal installation to disk requires no more than > 70MB of storage and a container no more than 10MB. Not only do you > get a fully-fledged Linux environment but a huge wealth of packages > at your disposal as well. Binary packages are thinned out and split, > giving you even more control over what you install, which in turn > keeps your environment as clean and efficient as possible. Is 70MB true? doesn't kernel eat more space than that? I thought it was over 100MB... s/a huge wealth of packages/a wealth of packages/ otherwise ok. > > ## Simple > > -Alpine Linux tries to be simple and stay out of the way for the user. It > -uses the OpenRC init system (similar to gentoo) and provides a very simple - > -but fully usable - default, while still giving the option to choose more > -advanced tools. > +Alpine Linux is a very simple distribution that will stay out of your way. It uses its own package manager called apk, the OpenRC init system, script driven set-ups and that's it! This provides you with a simple, crystal-clear Linux environment without all the noise. You can then add on top of that just the packages you need for your project, so whether it's building a home PVR, or an iSCSI storage controller, that wafer-thin mail server container, or a rock-solid embedded switch, nothing else will get in the way. s/will stay out of your way/will try stay out of your way/ otherwise ok for me. > > ## Secure > > -Alpine Linux was designed with security in mind. The kernel is > -Grsecurity-patched, and all userland binaries are compiled with Position > -Independent Executables (PIE) and stack smashing protection. These proactive > -security features prevent exploitation of entire classes of zero-day and > -other vulnerabilities. > - > +Alpine Linux was designed with security in mind. The kernel is patched with grsecurity, and all binaries are compiled with Position Independent Executables and Stack Smashing Protection. As far as we know, no other Linux distribution ships with these security features by default. I don't want say 'As far as we know, no other Linux distribution...' since this is something that might change. I'd prefer not mention what other distros do, but if we want anyway, then I'd prefer say: 'Few other Linux distributions...'. "Few" applies to zero too. There are other things too, like apk-tools which likely is the fastest package manager on the planet. But I don't want say that out loud. I want people find Alpine better than expected when they actually try it. Thanks for your input! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---