├── README.md ├── backup-mysql.sh ├── benchmarks ├── cgd_benchmark.sh ├── compress-test.sh ├── cryptsetup_benchmark.sh ├── cryptsetup_ciphertest.sh ├── fs-bench.conf ├── fs-bench.sh ├── geli_benchmark.sh ├── password-test.sh ├── ssh-performance.sh ├── test-digests.sh ├── tmpfs-ramfs-ramdisk.sh └── vbox-nic-bench.sh ├── checksum_file.sh ├── convert-music.sh ├── count.pl ├── diff2html.sh ├── expect ├── change-passwords.exp ├── e2fsck.exp └── rpb-ts.exp ├── find_dups.sh ├── funiq.sh ├── impressum.php ├── ip.php ├── ipsec_iproute.sh ├── keyboard-backlight.sh ├── mozilla ├── README.md ├── autoconfig.js ├── mozilla.cfg └── user.js ├── munin ├── plugin-conf.d │ ├── multiping │ ├── multips │ ├── munin-node │ └── tor_traffic └── plugins │ ├── adt746x_ │ ├── du_multidirs │ └── tor_traffic ├── port-mgmt.sh ├── qemu-tap.sh ├── rsnapshot ├── rsnapshot-ready.sh ├── rsnapshot-rotate.sh ├── rsnapshot-wrapper.conf ├── rsnapshot-wrapper.sh └── validate-rsync.sh ├── sensors_adt746x.sh ├── ternet ├── flip.pl ├── flop.sh └── iptables-ternet.sh ├── vbox-sysrq.sh └── xbindkeysrc /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/README.md -------------------------------------------------------------------------------- /backup-mysql.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/backup-mysql.sh -------------------------------------------------------------------------------- /benchmarks/cgd_benchmark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/benchmarks/cgd_benchmark.sh -------------------------------------------------------------------------------- /benchmarks/compress-test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/benchmarks/compress-test.sh -------------------------------------------------------------------------------- /benchmarks/cryptsetup_benchmark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/benchmarks/cryptsetup_benchmark.sh -------------------------------------------------------------------------------- /benchmarks/cryptsetup_ciphertest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/benchmarks/cryptsetup_ciphertest.sh -------------------------------------------------------------------------------- /benchmarks/fs-bench.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/benchmarks/fs-bench.conf -------------------------------------------------------------------------------- /benchmarks/fs-bench.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/benchmarks/fs-bench.sh -------------------------------------------------------------------------------- /benchmarks/geli_benchmark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/benchmarks/geli_benchmark.sh -------------------------------------------------------------------------------- /benchmarks/password-test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/benchmarks/password-test.sh -------------------------------------------------------------------------------- /benchmarks/ssh-performance.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/benchmarks/ssh-performance.sh -------------------------------------------------------------------------------- /benchmarks/test-digests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/benchmarks/test-digests.sh -------------------------------------------------------------------------------- /benchmarks/tmpfs-ramfs-ramdisk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/benchmarks/tmpfs-ramfs-ramdisk.sh -------------------------------------------------------------------------------- /benchmarks/vbox-nic-bench.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/benchmarks/vbox-nic-bench.sh -------------------------------------------------------------------------------- /checksum_file.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/checksum_file.sh -------------------------------------------------------------------------------- /convert-music.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/convert-music.sh -------------------------------------------------------------------------------- /count.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/count.pl -------------------------------------------------------------------------------- /diff2html.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/diff2html.sh -------------------------------------------------------------------------------- /expect/change-passwords.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/expect/change-passwords.exp -------------------------------------------------------------------------------- /expect/e2fsck.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/expect/e2fsck.exp -------------------------------------------------------------------------------- /expect/rpb-ts.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/expect/rpb-ts.exp -------------------------------------------------------------------------------- /find_dups.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/find_dups.sh -------------------------------------------------------------------------------- /funiq.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/funiq.sh -------------------------------------------------------------------------------- /impressum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/impressum.php -------------------------------------------------------------------------------- /ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/ip.php -------------------------------------------------------------------------------- /ipsec_iproute.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/ipsec_iproute.sh -------------------------------------------------------------------------------- /keyboard-backlight.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/keyboard-backlight.sh -------------------------------------------------------------------------------- /mozilla/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/mozilla/README.md -------------------------------------------------------------------------------- /mozilla/autoconfig.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/mozilla/autoconfig.js -------------------------------------------------------------------------------- /mozilla/mozilla.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/mozilla/mozilla.cfg -------------------------------------------------------------------------------- /mozilla/user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/mozilla/user.js -------------------------------------------------------------------------------- /munin/plugin-conf.d/multiping: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/munin/plugin-conf.d/multiping -------------------------------------------------------------------------------- /munin/plugin-conf.d/multips: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/munin/plugin-conf.d/multips -------------------------------------------------------------------------------- /munin/plugin-conf.d/munin-node: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/munin/plugin-conf.d/munin-node -------------------------------------------------------------------------------- /munin/plugin-conf.d/tor_traffic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/munin/plugin-conf.d/tor_traffic -------------------------------------------------------------------------------- /munin/plugins/adt746x_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/munin/plugins/adt746x_ -------------------------------------------------------------------------------- /munin/plugins/du_multidirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/munin/plugins/du_multidirs -------------------------------------------------------------------------------- /munin/plugins/tor_traffic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/munin/plugins/tor_traffic -------------------------------------------------------------------------------- /port-mgmt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/port-mgmt.sh -------------------------------------------------------------------------------- /qemu-tap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/qemu-tap.sh -------------------------------------------------------------------------------- /rsnapshot/rsnapshot-ready.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/rsnapshot/rsnapshot-ready.sh -------------------------------------------------------------------------------- /rsnapshot/rsnapshot-rotate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/rsnapshot/rsnapshot-rotate.sh -------------------------------------------------------------------------------- /rsnapshot/rsnapshot-wrapper.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/rsnapshot/rsnapshot-wrapper.conf -------------------------------------------------------------------------------- /rsnapshot/rsnapshot-wrapper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/rsnapshot/rsnapshot-wrapper.sh -------------------------------------------------------------------------------- /rsnapshot/validate-rsync.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/rsnapshot/validate-rsync.sh -------------------------------------------------------------------------------- /sensors_adt746x.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/sensors_adt746x.sh -------------------------------------------------------------------------------- /ternet/flip.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/ternet/flip.pl -------------------------------------------------------------------------------- /ternet/flop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/ternet/flop.sh -------------------------------------------------------------------------------- /ternet/iptables-ternet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/ternet/iptables-ternet.sh -------------------------------------------------------------------------------- /vbox-sysrq.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/vbox-sysrq.sh -------------------------------------------------------------------------------- /xbindkeysrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckujau/scripts/HEAD/xbindkeysrc --------------------------------------------------------------------------------