This commit is contained in:
Dirk Alders 2025-06-15 07:44:23 +02:00
parent 82a0e99984
commit 1cc32a60c5
12 changed files with 0 additions and 157 deletions

View File

@ -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

View File

@ -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

View File

@ -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

3
ftail
View File

@ -1,3 +0,0 @@
#!/bin/sh
clear
/opt/ftail/venv/bin/python /opt/ftail/ftail.py $*

3
garage
View File

@ -1,3 +0,0 @@
#!/bin/sh
#
python3 ~/prj/clients/garage/tcp_client.py

3
leyk
View File

@ -1,3 +0,0 @@
#!/bin/sh
#
python3 ~/prj/clients/leyk/tcp_client.py

View File

@ -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

View File

@ -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

View File

@ -1,4 +0,0 @@
#!/bin/sh
#
wget -O - stdout http://pdns.mount-mockery.de/pdns/$(hostname) 2> /dev/null 1> /dev/null

View File

@ -1,8 +0,0 @@
#!/bin/sh
#
echo "* Creating virtual env"
./mkvenv
echo "* Creating link in homedirectory"
ln -s `pwd` ~/bin

View File

@ -1,9 +0,0 @@
#!/bin/sh
#
if ! gnome-terminal -- $*; then
if ! konsole -e $*; then
if ! xfce4-terminal -e $*; then
$*
fi
fi
fi

View File

@ -1 +0,0 @@
sudo gpsbabel -t -i gpx -f "$1" -o garmin -F usb: