~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[alpine-devel] [PATCH] New Website about page.

ScrumpyJack <scrumpyjack@me.com>
Details
Message ID
<alpine.LNX.2.11.1412050853050.4304@st.ilet.to>
Sender timestamp
1417770009
DKIM signature
missing
Download raw message
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.

  ## 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.

  ## 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.

  ## 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.


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20141205170544.2de3bcef@ncopa-desktop.alpinelinux.org>
In-Reply-To
<alpine.LNX.2.11.1412050853050.4304@st.ilet.to> (view parent)
Sender timestamp
1417795544
DKIM signature
missing
Download raw message
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 <scrumpyjack@me.com> 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
---
ScrumpyJack <scrumpyjack@me.com>
Details
Message ID
<alpine.LNX.2.11.1412102131270.23095@st.ilet.to>
In-Reply-To
<20141205170544.2de3bcef@ncopa-desktop.alpinelinux.org> (view parent)
Sender timestamp
1418247471
DKIM signature
missing
Download raw message
On Fri, 5 Dec 2014, Natanael Copa wrote:

> I would like to hear what others thinks and if english language is ok.
>
>>
>>   ## Small
>>
> 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/

Alpine Linux is built around musl libc and busybox. This makes it smaller 
and more resource efficient than traditional Linux distributions. A 
container requires no more that 10Mb and a minimal installation to disk 
requires around 130MB of storage. Not only do you get a fully-fledged 
Linux environment but a 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 small and 
efficient as possible.


>>
>>   ## Simple
>>
> s/will stay out of your way/will try stay out of your way/

Alpine Linux is a very simple distribution that will try to 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, a 
wafer-thin mail server container, or a rock-solid embedded switch, nothing 
else will get in the way.



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)