added lincence headers
This commit is contained in:
parent
2a0246ce0c
commit
0e33fcb290
8 changed files with 183 additions and 8 deletions
|
@ -1,7 +1,26 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#=============================================================
|
##
|
||||||
# System Backupscript von Steffen Vogel (info@steffenvogel.de)
|
# System Backupscript
|
||||||
#=============================================================
|
#
|
||||||
|
# @copyright 2012 Steffen Vogel
|
||||||
|
# @license http://www.gnu.org/licenses/gpl.txt GNU Public License
|
||||||
|
# @author Steffen Vogel <info@steffenvogel.de>
|
||||||
|
# @link http://www.steffenvogel.de
|
||||||
|
##
|
||||||
|
##
|
||||||
|
# This script is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# any later version.
|
||||||
|
#
|
||||||
|
# This script is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this script. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
##
|
||||||
|
|
||||||
#=============================================================
|
#=============================================================
|
||||||
# Haupt Einstellungen
|
# Haupt Einstellungen
|
||||||
|
|
24
bash/boot
24
bash/boot
|
@ -1,4 +1,28 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
##
|
||||||
|
# Send wake on lan packages to the LAN network
|
||||||
|
#
|
||||||
|
# includes MAC lookup via DNS and ARP
|
||||||
|
#
|
||||||
|
# @copyright 2012 Steffen Vogel
|
||||||
|
# @license http://www.gnu.org/licenses/gpl.txt GNU Public License
|
||||||
|
# @author Steffen Vogel <info@steffenvogel.de>
|
||||||
|
# @link http://www.steffenvogel.de/
|
||||||
|
##
|
||||||
|
##
|
||||||
|
# This script is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# any later version.
|
||||||
|
#
|
||||||
|
# This script is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this script. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
##
|
||||||
|
|
||||||
IP_REGEX="[[:digit:]]{1,3}\.[[:digit:]]{1,3}\.[[:digit:]]{1,3}\.[[:digit:]]{1,3}"
|
IP_REGEX="[[:digit:]]{1,3}\.[[:digit:]]{1,3}\.[[:digit:]]{1,3}\.[[:digit:]]{1,3}"
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,25 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
##
|
||||||
|
# Changestation script for lastfmproxy
|
||||||
|
#
|
||||||
|
# @copyright 2012 Steffen Vogel
|
||||||
|
# @license http://www.gnu.org/licenses/gpl.txt GNU Public License
|
||||||
|
# @author Steffen Vogel <info@steffenvogel.de>
|
||||||
|
# @link http://www.steffenvogel.de
|
||||||
|
##
|
||||||
|
##
|
||||||
|
# This script is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# any later version.
|
||||||
|
#
|
||||||
|
# This script is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this script. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
##
|
||||||
|
|
||||||
wget http://87.230.33.74:2944/$1
|
wget http://87.230.33.74:2944/$1
|
||||||
|
|
|
@ -1,8 +1,27 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
##
|
||||||
# Deviant Background Changer 1.1
|
# Deviant Background Changer
|
||||||
# by Steffen Vogel (info@steffenvogel.de)
|
#
|
||||||
# http://www.steffenvogel.de/2009/11/28/deviantart-wallpapers/
|
# @copyright 2012 Steffen Vogel
|
||||||
|
# @license http://www.gnu.org/licenses/gpl.txt GNU Public License
|
||||||
|
# @author Steffen Vogel <info@steffenvogel.de>
|
||||||
|
# @link http://www.steffenvogel.de/2009/11/28/deviantart-wallpapers/
|
||||||
|
# @version 1.1
|
||||||
|
##
|
||||||
|
##
|
||||||
|
# This script is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# any later version.
|
||||||
|
#
|
||||||
|
# This script is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this script. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
##
|
||||||
|
|
||||||
# Path to save downloaded images
|
# Path to save downloaded images
|
||||||
BG_PATH="/home/steffen/backgrounds"
|
BG_PATH="/home/steffen/backgrounds"
|
||||||
|
|
|
@ -1,4 +1,27 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
##
|
||||||
|
# reconnect avm fritzbox router
|
||||||
|
#
|
||||||
|
# @copyright 2012 Steffen Vogel
|
||||||
|
# @license http://www.gnu.org/licenses/gpl.txt GNU Public License
|
||||||
|
# @author Steffen Vogel <info@steffenvogel.de>
|
||||||
|
# @link http://www.steffenvogel.de
|
||||||
|
##
|
||||||
|
##
|
||||||
|
# This script is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# any later version.
|
||||||
|
#
|
||||||
|
# This script is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this script. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
##
|
||||||
|
|
||||||
curl 'http://fritz.box:49000/upnp/control/WANIPConn1' \
|
curl 'http://fritz.box:49000/upnp/control/WANIPConn1' \
|
||||||
-H 'Content-Type: text/xml; charset="utf-8"' \
|
-H 'Content-Type: text/xml; charset="utf-8"' \
|
||||||
-H 'SoapAction: urn:schemas-upnp-org:service:WANIPConnection:1#ForceTermination' \
|
-H 'SoapAction: urn:schemas-upnp-org:service:WANIPConnection:1#ForceTermination' \
|
||||||
|
|
|
@ -1,4 +1,26 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
##
|
||||||
|
# Find images taken with little time diff (panoramas)
|
||||||
|
#
|
||||||
|
# @copyright 2012 Steffen Vogel
|
||||||
|
# @license http://www.gnu.org/licenses/gpl.txt GNU Public License
|
||||||
|
# @author Steffen Vogel <info@steffenvogel.de>
|
||||||
|
# @link http://www.steffenvogel.de/
|
||||||
|
##
|
||||||
|
##
|
||||||
|
# This script is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# any later version.
|
||||||
|
#
|
||||||
|
# This script is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this script. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
##
|
||||||
|
|
||||||
MIN_DIFF=5
|
MIN_DIFF=5
|
||||||
LAST_TS=0
|
LAST_TS=0
|
||||||
|
|
|
@ -1,4 +1,27 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
##
|
||||||
|
# Mount MS Sharepoint folders of the RWTH L²P System in gvfs
|
||||||
|
#
|
||||||
|
# @copyright 2012 Steffen Vogel
|
||||||
|
# @license http://www.gnu.org/licenses/gpl.txt GNU Public License
|
||||||
|
# @author Steffen Vogel <info@steffenvogel.de>
|
||||||
|
# @link http://www.steffenvogel.de/
|
||||||
|
##
|
||||||
|
##
|
||||||
|
# This script is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# any later version.
|
||||||
|
#
|
||||||
|
# This script is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this script. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
##
|
||||||
|
|
||||||
|
|
||||||
// TODO thats just a draft. It's not working yet! Please contact me, if you are interested in this script
|
// TODO thats just a draft. It's not working yet! Please contact me, if you are interested in this script
|
||||||
|
|
||||||
|
|
24
bash/zyxel
24
bash/zyxel
|
@ -1,5 +1,27 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
##
|
||||||
|
# reconnect zyxel prestige router
|
||||||
|
#
|
||||||
|
# @copyright 2012 Steffen Vogel
|
||||||
|
# @license http://www.gnu.org/licenses/gpl.txt GNU Public License
|
||||||
|
# @author Steffen Vogel <info@steffenvogel.de>
|
||||||
|
# @link http://www.steffenvogel.de
|
||||||
|
##
|
||||||
|
##
|
||||||
|
# This script is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# any later version.
|
||||||
|
#
|
||||||
|
# This script is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this script. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
##
|
||||||
|
|
||||||
IP=192.168.1.1
|
IP=192.168.1.1
|
||||||
USER=admin
|
USER=admin
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue