53 lines
1.2 KiB
Markdown
53 lines
1.2 KiB
Markdown
+++
|
|
title = "Self-Hosting"
|
|
description = "Meine kleine aber feine Infrastruktur"
|
|
weight = 1
|
|
template = "page.html"
|
|
|
|
[taxonomies]
|
|
tags = ["meta"]
|
|
|
|
[extra]
|
|
local_image = "img/Raspberry_Pi_Logo.svg"
|
|
+++
|
|
|
|
Als ich in den Anfangszeiten meines Studiums richtig damit anfing in die Informationstechnik einzutauchen,
|
|
habe ich mir bei einem deutschen Fachhandel eine Rasberry Bi 4B bestellt. Wegen ihres geringen Preises und
|
|
ihrere kompakten Größe, sind diese Computer unter Bastlern und Nerds sehr beliebt. Ich experimentierte mit
|
|
der Kiste herum, installierte verschiedene Betriebssysteme und startete eine Reihe an Projekten die ich nicht
|
|
vollendete. Irgendwann parkte ich den Pi als Media Center (äquivalent zu einem Apple TV)
|
|
|
|
|
|
|
|
|
|
|
|
## Features showcase
|
|
|
|
Here's what you can do with project pages:
|
|
|
|
- Add project descriptions
|
|
- Include code snippets
|
|
- Tag your projects
|
|
- Add images and media
|
|
- Link to external resources
|
|
|
|
## Sample Code
|
|
|
|
Here's a simple "Hello, World!" in different languages:
|
|
|
|
```python
|
|
print("Hello, World!")
|
|
```
|
|
|
|
```javascript
|
|
console.log("Hello, World!");
|
|
```
|
|
|
|
```rust
|
|
fn main() {
|
|
println!("Hello, World!");
|
|
}
|
|
```
|
|
|
|
Feel free to delete this demo project when you're ready to add your own!
|