Fork me on GitHub

Organizations

@github @rss
  • Difficulty level: Can be done by anyone
    images/featured-image.png
    The Wayback Machine is an archive of old websites. You simply enter the domain there and get a timeline of all static snapshots. Recently, a large cultural treasure of old ISOs/CD images has also been added. Under the following link you can find old games, magazines, operating system and also old mail order catalogs: https://archive.org/details/softwareSo for example the Otto catalog CD from 2000: https://archive.org/details/ottofruehjahrsommer2000 The 1992 Lego catalog is also a real highlight: https://archive.
    archiv internet iso 90ger 2000er Created Sun, 07 Nov 2021 00:00:00 +0000
  • Difficulty level: Can be done by anyone
    In this tutorial, you will learn how to install a Logitech media server on Synology DiskStation. Step 1: Prepare Logitech Media Server folder I create a new directory named “logitechmediaserver” in the Docker directory. Step 2: Install Logitechmediaserver image I click on the “Registration” tab in the Synology Docker window and search for “logitechmediaserver”. I select the Docker image “lmscommunity/logitechmediaserver” and then click on the tag “latest”.
    logitech synology diskstation nas sound-system Created Sun, 05 Sep 2021 00:00:00 +0000
  • Difficulty level: It may take a little longer
    images/featured-image.png
    Learn how to make your Docker images available network-wide via a custom registry. Installation I create a new directory called “docker-registry” on my server: x – + Terminal $ mkdir docker-registry After that I go to the docker-registry directory (“cd docker-registry”) and create new file named “registry.yml” with the following content: version: '3' services: registry: restart: always image: registry:2 ports: - "5000:5000" environment: REGISTRY_STORAGE_FILESYSTEM_ROOTDIRECTORY: /data volumes: - .
  • Difficulty level: Can be done by anyone
    images/featured-image.png
    With Grocy you can manage a whole household, restaurant, cafe, bistro or food market. You can manage refrigerators, menus, task, shopping lists and the best before date of food. Today I show how to install a Grocy service on the Synology disk station. Option for professionals Of course, as an experienced Synology user, you can log in right away with SSH and install the whole setup via Docker Compose file.
  • Difficulty level: Very athletic
    images/featured-image.png
    After creating a Kubernetes - cluster in the Great things with containers: Kubenetes cluster and NFS storage tutorial, I want to install a Kubernetes dashboard. This command contains everything I need for my project: x – + Terminal $ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.2.0/aio/deploy/recommended.yaml Since the associated service is not accessible from the outside, the “.spec.type” node must still be changed.
    kubernetes cloud homelab pods nodes Created Sat, 26 Jun 2021 00:00:00 +0000
  • Difficulty level: Not too easy and not too hard
    images/featured-image.jpg
    After creating a Kubernetes cluster in the Great things with containers: Kubenetes cluster and NFS storage tutorial, I would now like to be able to address these machines via Ansible. A new key is required for this: x – + Terminal $ ssh-keygen -b 4096 The new public key added to the “/home/pi/.ssh/authorized_keys” file of all servers (Server 1, Server 2 and Server 3).
    ansible raspberry pi cloud homelab Created Fri, 25 Jun 2021 00:00:00 +0000
  • Difficulty level: Very athletic
    images/featured-image.png
    Today I am installing a new Kubenetes cluster and there is a lot to do! I ordered these components for it: 1x WDBU6Y0050BBK WD Elements portable 5TB: https://www.reichelt.de/wd-elements-portable-5tb-wdbu6y0050bbk-p270625.html? 3x fan, dual: https://www.reichelt.de/raspberry-pi-luefter-dual-rpi-fan-dual-p223618.html? 1x Raspberry 4 / 4GB Ram: https://www.reichelt.de/raspberry-pi-4-b-4x-1-5-ghz-4-gb-ram-wlan-bt-rasp-pi-4-b-4gb-p259920.html? 2x Raspberry 4 / 8GB Ram: https://www.reichelt.de/raspberry-pi-4-b-4x-1-5-ghz-8-gb-ram-wlan-bt-rasp-pi-4-b-8gb-p276923.html? 3x Power supplies: https://www.reichelt.de/raspberry-pi-netzteil-5-1-v-3-0-a-usb-type-c-eu-stecker-s-rpi-ps-15w-bk-eu-p260010.html 1x Rackmount: https://amzn.to/3H8vOg7 1x 600 pieces Dupont plug kit: https://amzn.to/3kcfYqQ 1x green LED with series resistor: https://amzn.
    kubernetes nfs filer cloud homelab Created Sun, 20 Jun 2021 00:00:00 +0000
  • Difficulty level: Can be done by anyone
    images/featured-image.png
    If you run your blog as a static site, you might want a microservice/vertical that puts a dynamic comment function. For example, this blog is implemented in HUGO, a “website generator” written in GO for Markdown content.In my case, I customized this Docker compose file for me and started it with “docker-compose -f compose.yml up -d”. I have stored API keys for authentication with Google and Facebook. I also entered mail server settings for interaction with readers.
    microservice docker vertical kommentare Created Sat, 19 Jun 2021 00:00:00 +0000
  • Difficulty level: It may take a little longer
    images/featured-image.png
    Surfing the darknet as a visitor is quite simple. But how can I host an Onion page? I will show you how to set up your own darknet page. Step 1: How can I surf the darknet? I use an Ubuntu desktop for better illustration. There I install the following packages: x – + Terminal $ sudo apt-get update $ sudo apt-get install tor Then I edit the “/etc/privoxy/config” file and enter the following ($ sudo vim /etc/privoxy/config).
    darknet tor website hosting hidden Created Sun, 30 May 2021 00:00:00 +0000
  • Difficulty level: Not too easy and not too hard
    images/featured-image.png
    In this tutorial you will learn how to download “udemy” courses for offline use. Step 1: Prepare Udemy folder I create a new directory named “udemy” in the Docker directory. Step 2: Install Ubuntu image I click on the “Registration” tab in the Synology Docker window and search for “ubunutu”. I select the Docker image “ubunutu” and then click on the tag “latest”. I double click on my Ubuntu image.
    udemy download synology diskstation udemydl Created Sun, 30 May 2021 00:00:00 +0000