Skip to content
View dewomser's full-sized avatar
😎
leisure at work
😎
leisure at work

Organizations

@Wolust
Block or Report

Block or report dewomser

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dewomser/README.md

Banner for Dewomser*s Repository

About me:

I really try everything but my knowledge is poor.

  • 🔭 I’m currently working on my retirement
  • 🌱 I’m currently learning ... beerdrinking and more
  • 👯 I’m looking to collaborate on ... smart things
  • 🤔 I’m looking for help with ... networking
  • 💬 Ask me about ... cool things
  • 📫 How to reach me: ... send money
  • 😄 Pronouns: ...he / him
  • ⚡ Fun fact: ...nothing at all

My Websites

I look after LUG Worms / Germany

Pinned

  1. Wettervorhersage Wettervorhersage Public

    Lokale Wettervorhersage mit Opendata DWD /Mosmix in Bash

    Shell 1

  2. FF-auto-youtube-download- FF-auto-youtube-download- Public

    Video-downloader for Firefox (and Chromium)

    Shell 2 2

  3. Wolust/wolust.github.io Wolust/wolust.github.io Public

    Das ist die Homepage der Wormser Linux User Gruppe.

    HTML 4 3

  4. Raspi-auto-downloader Raspi-auto-downloader Public

    Load fresh Raspberry Pi images , check SHA256, and copy to SD-Card , a Bashscript

    Shell 2

  5. no_injuries_day_counter no_injuries_day_counter Public

    Zählt die Unfallfreien Tage am Eingang zur Produktion. Raspberry Pi Touchscreen

    Python 1

  6. Googlesuche für die Shell Googlesuche für die Shell
    1
    #!/bin/bash
    2
    #/usr/bin/shellcheck "${0##*/}"
    3
    echo -e '\e[38mG\e[m' '\e[31mo\e[m' '\e[33mo\e[m' '\e[38mg\e[m' '\e[32ml\e[m' '\e[31me\e[m'
    4
    if [[ -z $1 ]] ; then
    5
    read -p "Suche: " query ;lynx -dump "http://google.com/search?q=$(echo $query | sed 's/ /+/g')"|grep '^[[:blank:]][[:blank:]].[[:digit:]][[:punct:]]'| grep http://www.google.com/url\?q=http | sed -e 's/http:\/\/www.google.com\/url?q=//g' |sed  -e 's/&sa=.*$//g'|grep -v google | cut -c5- | sed -rn "=;p;"|  sed -r "N;s/\n//" | sed -e "s/\<\([0-9]\{1,2\}\)\>/0000\1/; s/\<0*\([0-9]\{2\}\)\>/\1/" |sed -e "s/^/  /g"