diff --git a/add_my_git_ca_certs b/add_my_git_ca_certs deleted file mode 100755 index 723a75f..0000000 --- a/add_my_git_ca_certs +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -# -echo -n | openssl s_client -showcerts -connect git.mount-mockery.de:443 2>/dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee /usr/local/share/ca-certificates/mount-mockery.crt -sudo update-ca-certificates - diff --git a/apt-extend-raspi b/apt-extend-raspi deleted file mode 100755 index c446b5b..0000000 --- a/apt-extend-raspi +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -# - -# -# Additional Packages -COMMON=" -zsh zsh-syntax-highlighting zsh-autosuggestions -vim vim-python-jedi vim-autopep8 git tmux -neofetch figlet powerline -" - -ALL=$COMMON - -echo The followin packages and their required depending packages will be installed: -echo ------------------------------------------------------------------------------ -echo $ALL -echo ------------------------------------------------------------------------------ -read -r -p "Are you sure? [y/N] " response -echo ------------------------------------------------------------------------------ -case "$response" in - [yY][eE][sS]|[yY]) - sudo apt-get -y install $ALL - # - echo - echo - ;; - *) - echo Installation aborted! - ;; -esac diff --git a/apt-extend-ubuntustudio b/apt-extend-ubuntustudio deleted file mode 100755 index 046f74e..0000000 --- a/apt-extend-ubuntustudio +++ /dev/null @@ -1,73 +0,0 @@ -#!/bin/sh -# - -# -# Additional Packages -COMMON=" -joe -neofetch -tlp tlp-rdw -keepass2 -synaptic -owncloud-client -dolphin-owncloud -" - -_COMMON_=" -git tmux -sshfs curlftpfs libneon27 -openssh-server -nfs-kernel-server -lib32stdc++6 -powerline powerline-gitstatus fonts-powerline -gnome-tweaks chrome-gnome-shell caffeine -" - -MULTIMEDIA=" -kodi kodi-pvr-hts -ubuntu-restricted-extras libdvd-pkg -" -_MULTIMEDIA_=" -ubuntu-restricted-extras libdvd-pkg -ardour ubuntustudio-controls calf-plugins eq10q fluid-soundfont-gm fluid-soundfont-gs guitarix-ladspa swh-plugins -gxtuner -lame -" - - -_TOOLS_=" -evolution -gnuplot -gvncviewer -texlive-binaries texlive-latex-extra texlive-lang-german texlive-fonts-recommended latexila -gimp -kicad kicad-packages3d -openscad freecad -" - -_PROGRAMMING_=" -arduino -minicom -virtualenv -libgtk-3-dev -python3-pip -meld -" - - -ALL=$COMMON\ $MULTIMEDIA\ $TOOLS\ $PROGRAMMING - -echo The followin packages and their required depending packages will be installed: -echo ------------------------------------------------------------------------------ -echo $ALL -echo ------------------------------------------------------------------------------ -read -r -p "Are you sure? [y/N] " response -echo ------------------------------------------------------------------------------ -case "$response" in - [yY][eE][sS]|[yY]) - sudo apt-get -y install $ALL - ;; - *) - echo Installation aborted! - ;; -esac diff --git a/ftail b/ftail deleted file mode 100755 index fa211d4..0000000 --- a/ftail +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -clear -/opt/ftail/venv/bin/python /opt/ftail/ftail.py $* diff --git a/garage b/garage deleted file mode 100755 index f402f46..0000000 --- a/garage +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -# -python3 ~/prj/clients/garage/tcp_client.py diff --git a/leyk b/leyk deleted file mode 100755 index ca06ecd..0000000 --- a/leyk +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -# -python3 ~/prj/clients/leyk/tcp_client.py diff --git a/pdns-get b/pdns-get deleted file mode 100755 index cd47090..0000000 --- a/pdns-get +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -# -IP=`wget -O - stdout http://pdns.mount-mockery.de 2> /dev/null|jq .$1` -if [[ "$IP" = "null" ]]; then - echo No IP found for host $1. - exit 1 -else - echo $IP -fi - diff --git a/pdns-proxy b/pdns-proxy deleted file mode 100755 index 09e34d7..0000000 --- a/pdns-proxy +++ /dev/null @@ -1,8 +0,0 @@ -#/bin/bash -# -HOST=`pdns-get $1` -if [[ $? -eq 0 ]]; then - socat stdio tcp:$HOST:22 -else - >&2 echo CONNECTION ERROR: IP of host $1 is unknown. -fi diff --git a/pdns-register b/pdns-register deleted file mode 100755 index 2c4ae32..0000000 --- a/pdns-register +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -# -wget -O - stdout http://pdns.mount-mockery.de/pdns/$(hostname) 2> /dev/null 1> /dev/null - diff --git a/reposinit b/reposinit deleted file mode 100755 index 7bf0aa9..0000000 --- a/reposinit +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -echo "* Creating virtual env" -./mkvenv - - -echo "* Creating link in homedirectory" -ln -s `pwd` ~/bin diff --git a/terminal_exec b/terminal_exec deleted file mode 100755 index 25df1b3..0000000 --- a/terminal_exec +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# -if ! gnome-terminal -- $*; then - if ! konsole -e $*; then - if ! xfce4-terminal -e $*; then - $* - fi - fi -fi diff --git a/upload2etrex b/upload2etrex deleted file mode 100755 index d37d8e6..0000000 --- a/upload2etrex +++ /dev/null @@ -1 +0,0 @@ -sudo gpsbabel -t -i gpx -f "$1" -o garmin -F usb: \ No newline at end of file