Skip to content
Commits on Source (6)
Title: Gentoo Linux: Vortrag und install party
Slug: gentoo_focus_2019
Date: 2019-10-07
Lang: de
Author: Niklaus 'vimja' Hofer
Summary: Am Donnerstag, den 21. November 2019 gibt es einen Vortrag zu fortgeschrittenen Funktionen in Gentoo Linux. Am darauf folgenden Samstag, den 23. November 2019 findet dazu passend eine Gentoo install party statt.
## Vortrag
Der Vortrag behandelt fortgeschrittene und weniger bekannte Funktionen von Gentoo Linux. Das Erstellen eigener Overlays sowie der Umgang mit angepassten Profilen erklärt. Ein weitere Thema werden auch binäre Pakete sein.
<dl>
<dt>Wann</dt>
<dd><time datetime="2019-11-21T19:00:00+01:00">2019-11-21 19:00</time></dd>
<dt>Wo</dt>
<dd><address>Ristorante Casa d'Italia, Bühlstr. 57, 3012 Bern</address>(<a href='https://www.casaitalia.ch/'>Link</a>)</dd>
</dl>
## Workshop
An der Gentoo install party werden wir gemeinsam Gentoo installieren. Ob auf Hardware oder doch lieber nur in einer VM ist den teilnehmenden selbst überlassen. Behandelt wird insbesondere auch die Verschlüsselung der Festplatte.
<dl>
<dt>Wann</dt>
<dd><time datetime="2019-11-23T14:00:00+01:00">2019-11-21 14:00</time></dd>
<dt>Wo</dt>
<dd><address>Chaostreff Bern, Kyburgstrasse 13, 3013 Bern</address>(<a href='hackerspace.html'>link</a>)</dd>
</dl>
## Gentoo Linux
Gentoo Linux ist eine Quellen-basierte Metadistribution. Als solche bietet Gentoo seinen Nutzern deutlich mehr Möglichkeiten, das System zu gestalten, als herkömmliche Distributionen. Zu diesem Zweck hat Gentoo ein Repertoire an eigenen Werkzeugen erstellt, allen voran den Paketmanager Portage. Dieser installiert Software typischerweise nicht aus vorgefertigten Paketen, sondern kompiliert die Software aus dem Quellcode anhand von Instruktionen, welche in so genannten ebuilds liegen. Dadurch, dass die Software selber kompiliert und gelinkt wird, gelingt es Gentoo, in seinem rolling-release Modeel neue Software und Stabilität zu kombinieren. Der Nutzer hat dabei die volle Kontrolle, wie weit in welche Richtung er gehen will, auf Ebene des gesamten Systems oder aber einzelner Komponenten. So kann Gentoo all das sein, was du dir immer schon für eine Linux Distribution gewünscht hast.
## LugBE
Der Vortrag und die Präsentation werden in Zusammenarbeit mit der lokalen Linux User Group, der [LugBE](https://www.lugbe.ch/), organisiert.
Title: Gentoo Linux: Vortrag und install party
Slug: gentoo_focus_2019
Date: 2019-10-07
Lang: en
Author: Niklaus 'vimja' Hofer
Summary: On Saturday, 2019-11-21 a presentation on advanced functionality of Gentoo Linux will be held. The Saturday after that, we will have a Gentoo install party.
## Presentation
The presentation covers functionality which is less well known. Among them the creation of custom overlays and the custom fitting of profiles. Another subject covered will be binary packages.
<dl>
<dt>When</dt>
<dd><time datetime="2019-11-21T19:00:00+01:00">2019-11-21 19:00</time></dd>
<dt>Where</dt>
<dd><address>Ristorante Casa d'Italia, Bühlstr. 57, 3012 Bern</address>(<a href='https://www.casaitalia.ch/'>Link</a>)</dd>
</dl>
## Workshop
At the Gentoo install party, we will guide you through the installation of Gentoo Linux. Whether you want to install Gentoo on hardware or in a VM is left for you to decide. An important topic will be the encryption of the system's hard disk.
<dl>
<dt>When</dt>
<dd><time datetime="2019-11-23T14:00:00+01:00">2019-11-21 14:00</time></dd>
<dt>Where</dt>
<dd><address>Chaostreff Bern, Kyburgstrasse 13, 3013 Bern</address>(a href='hackerspace.html'>link</a>)</dd>
</dl>
## Gentoo Linux
Gentoo Linux is a source based meta distribution. As such, Gentoo offers a lot of control and many ways to customize the system. For that purpose, the project has created a plethora of tools. Arguably the most important one being the package manager Gentoo which usually installs software not from pre-built binary packages but instead compiles it directly from the source code. The process of building the software is controlled through small text files called ebuilds. Because the software is compiled and linked on the system, Gentoo can offer a large span of both new and stable software. The users can decide for themselves how far in either direction they are willing to go, either with the entire system or just select parts of it. Gentoo then, can be whatever it is you always wanted from your Linux distribution.
## LugBE
The Presentation and the workshop are organized in cooperation with the local Linux User Group, the [LugBE](https://www.lugbe.ch/).
......@@ -76,6 +76,29 @@
"name_de": "Spezielle Events",
"name_en": "Special Events",
"events": [
{
"start": "2019-11-21 19:00",
"duration": "1h",
"location": "Ristorante Casa d'Italia, Bühlstr. 57, 3012 Bern",
"summary_en": "Ein Vortrag zu fortgeschrittenen Funktionen in Gentoo Linux",
"summary_de": "A presentation on advanced functionality in Gentoo Linux",
"title_de": "Gentoo Linux: Fortgeschrittene Funktionen nutzen",
"title_en": "Gentoo Linux: Using advanced functionality",
"url_de": "/de/gentoo_focus_2019.html",
"url_en": "/en/gentoo_focus_2019.html",
"location_url": "https://www.casaitalia.ch/"
},
{
"start": "2019-11-23 14:00",
"duration": "5h",
"location": "Kyburgstrasse 13, 3013 Bern",
"summary_en": "Wir installieren Gentoo Linux",
"summary_de": "Let's all install Gentoo Linux",
"title": "Gentoo install party",
"url_de": "/de/gentoo_focus_2019.html",
"url_en": "/en/gentoo_focus_2019.html",
"location_url": "hackerspace.html"
}
]
}
]
......