cleanup
This commit is contained in:
parent
82a0e99984
commit
1cc32a60c5
@ -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
|
|
||||||
|
|
@ -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
|
|
@ -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
|
|
10
pdns-get
10
pdns-get
@ -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
|
|
||||||
|
|
@ -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
|
|
@ -1,4 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
#
|
|
||||||
wget -O - stdout http://pdns.mount-mockery.de/pdns/$(hostname) 2> /dev/null 1> /dev/null
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
#
|
|
||||||
echo "* Creating virtual env"
|
|
||||||
./mkvenv
|
|
||||||
|
|
||||||
|
|
||||||
echo "* Creating link in homedirectory"
|
|
||||||
ln -s `pwd` ~/bin
|
|
@ -1,9 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
#
|
|
||||||
if ! gnome-terminal -- $*; then
|
|
||||||
if ! konsole -e $*; then
|
|
||||||
if ! xfce4-terminal -e $*; then
|
|
||||||
$*
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
fi
|
|
@ -1 +0,0 @@
|
|||||||
sudo gpsbabel -t -i gpx -f "$1" -o garmin -F usb:
|
|
Loading…
x
Reference in New Issue
Block a user