[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: website: linode: Add standard footer.
From: |
Ludovic Courtès |
Subject: |
03/05: website: linode: Add standard footer. |
Date: |
Tue, 6 Oct 2020 08:22:58 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix-artwork.
commit 554fb7ee7d301689db50d9dfeb4a435a79c85790
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Oct 6 14:03:26 2020 +0200
website: linode: Add standard footer.
* website/posts/running-guix-system-on-a-linode-server.md: Add footer.
---
.../posts/running-guix-system-on-a-linode-server.md | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/website/posts/running-guix-system-on-a-linode-server.md
b/website/posts/running-guix-system-on-a-linode-server.md
index da9a39c..d6e1781 100644
--- a/website/posts/running-guix-system-on-a-linode-server.md
+++ b/website/posts/running-guix-system-on-a-linode-server.md
@@ -226,3 +226,22 @@ Guix System Server!
> A variant of this guide is available in the [Guix
> Cookbook](https://guix.gnu.org/cookbook/en/html_node/Running-Guix-on-a-Linode-Server.html).
+
+#### About GNU Guix
+
+[GNU Guix](https://guix.gnu.org) is a transactional package
+manager and an advanced distribution of the GNU system that [respects
+user
+freedom](https://www.gnu.org/distros/free-system-distribution-guidelines.html).
+Guix can be used on top of any system running the kernel Linux, or it
+can be used as a standalone operating system distribution for i686,
+x86_64, ARMv7, and AArch64 machines.
+
+In addition to standard package management features, Guix supports
+transactional upgrades and roll-backs, unprivileged package management,
+per-user profiles, and garbage collection. When used as a standalone
+GNU/Linux distribution, Guix offers a declarative, stateless approach to
+operating system configuration management. Guix is highly customizable
+and hackable through [Guile](https://www.gnu.org/software/guile)
+programming interfaces and extensions to the
+[Scheme](http://schemers.org) language.