Skip to content

Instantly share code, notes, and snippets.

View LordH3lmchen's full-sized avatar
🏠
Working from home

Florian Trabauer LordH3lmchen

🏠
Working from home
  • Austria
View GitHub Profile
#!/usr/bin/env python3
# encoding: utf-8
"""
ftb-minecraft-server-launcher
is a small script that automates the installation of a minecraft server. It's build for Linux noobs to setup a Minecraft Server from the Feed the Beast Launcher.
What it does
============
@LordH3lmchen
LordH3lmchen / FreeBSD-zfs-iscsi-howto-german.md
Last active December 4, 2016 08:20
How To Use a FreeBSD Machine to Serve iSCSI Devices

zfs iscsi howto

Eine Workstation wird als VM unter Linux eingerichtet (Qemu+KVM). Der Speicher wird von einem FreeBSD System als iSCSI bereit gestellt. Das wiederrum setzt ZFS als Filesystem ein.

Das FreeBSD Storage hat den namen majestix, die Maschine mit Qemu hat den Namen spielwiese.

root@majestix ~ # zfs list 
#!/usr/bin/env python3
# encoding: utf-8
import os
import urllib
import urllib.request
import re
def regex_websearch(url, pattern):
@LordH3lmchen
LordH3lmchen / unique_fm4_titles.py
Created October 31, 2018 20:44
Download FM4 Charts and extract the titles
import pandas as pd
urls = [
'https://fm4.orf.at/stories/2887546/',
'https://fm4.orf.at/stories/2889230/',
'https://fm4.orf.at/stories/2890528/',
'https://fm4.orf.at/stories/2891999/',
'https://fm4.orf.at/stories/2893391/',
'https://fm4.orf.at/stories/2894720/',
'https://fm4.orf.at/stories/2895938/',
### Keybase proof
I hereby claim:
* I am lordh3lmchen on github.
* I am darkh3lmet (https://keybase.io/darkh3lmet) on keybase.
* I have a public key ASBfk7LfxSyUMxhsLKGUF0LgjWsbzliiZRuO37Ic0qXsJAo
To claim this, I am signing this object:
@LordH3lmchen
LordH3lmchen / termux-url-opener
Last active February 15, 2024 20:18
termux-url-opener
#!/data/data/com.termux/files/usr/bin/bash
#
# This is a termux-url-opener script to do diffrent tasks on my Android phone
#
#
#
# How to use this script
#############################
#
# Install git