-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
404s fixed; HTTPS upgrades; misc formatting fixes
Signed-off-by: Christian Kujau <[email protected]> backup-mysql.sh | 11 ++++++++--- benchmarks/compress-test.sh | 18 ++++++++---------- benchmarks/cryptsetup_ciphertest.sh | 3 ++- benchmarks/fs-bench.conf | 1 - benchmarks/fs-bench.sh | 6 +++--- benchmarks/password-test.sh | 8 ++++---- benchmarks/ssh-features.sh | 1 - benchmarks/ssh-performance.sh | 4 ++-- benchmarks/vbox-nic-bench.sh | 5 +++-- checksum_file.sh | 9 +++++++-- convert-music.sh | 20 ++++++-------------- diff2html.sh | 2 +- expect/change-passwords.exp | 2 +- funiq.sh | 2 +- impressum.php | 4 ++-- ipsec_iproute.sh | 7 +++++-- mozilla/autoconfig.js | 2 +- munin/plugins/tor_traffic | 4 ++-- qemu-tap.sh | 4 ++-- security_checks.sh | 4 ++-- system-update.sh | 2 +- ternet/flop.sh | 2 +- ternet/iptables-ternet.sh | 2 +- vbox-sysrq.sh | 5 ++--- 24 files changed, 65 insertions(+), 63 deletions(-)
- Loading branch information
Showing
24 changed files
with
65 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
#!/bin/sh | ||
# | ||
# (c)2013 Christian Kujau <[email protected]> | ||
# | ||
# Create dm-crypt devices with different combinations of ciphers, modes, hash | ||
# alorithms and key sizes. | ||
# | ||
# Preferably cryptsetup(8) would be able to parse /proc/crypto and generate a | ||
# list of possible combinations, but this has not been implemented. | ||
# See https://code.google.com/p/cryptsetup/issues/detail?id=20 for that. Instead, | ||
# See https://gitlab.com/cryptsetup/cryptsetup/issues/20 for that. Instead, | ||
# we iterate through a list of more or less "common" choices and print out all | ||
# valid (and invalid) combinations. The results can later be used by | ||
# cryptsetup_benchmark.sh - so we don't benchmark invalid combinations. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
#!/bin/sh | ||
# | ||
# (c)2017-2019 Christian Kujau <[email protected]> | ||
# (c)2017 Christian Kujau <[email protected]> | ||
# | ||
# https://www.virtualbox.org/manual/ch06.html#nichardware | ||
# 6.1. Virtual networking hardware | ||
# https://www.virtualbox.org/manual/ch06.html#nichardware | ||
# | ||
# > vboxmanage --help | grep -A2 nictype | ||
# --nictype1 Am79C970A - pcnet II | ||
# Am79C973 - pcnet III - default | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# Copyright (c) 2006 nixCraft project | ||
# This script is licensed under GNU GPL version 2.0 or above | ||
# This script is part of nixCraft shell script collection (NSSC) | ||
# Visit http://bash.cyberciti.biz/ for more information. | ||
# Visit https://bash.cyberciti.biz/ for more information. | ||
# -------------------------------------------------------------- | ||
# | ||
# (c)2011 Christian Kujau <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
# (c)2010 Christian Kujau <[email protected]> | ||
# Get accounting information from a running Tor server. | ||
# | ||
# More info: | ||
# https://gitweb.torproject.org/torspec.git/blob/HEAD:/control-spec.txt | ||
# TC: A Tor control protocol | ||
# https://gitweb.torproject.org/torspec.git/tree/control-spec.txt | ||
# | ||
[ -z "$conf" ] && conf=/etc/torrc | ||
[ -z "$port" ] && port=9051 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
# (c)2015 Christian Kujau <[email protected]> | ||
# | ||
# Based on: | ||
# https://superuser.com/questions/596095/how-do-i-bridge-a-connection-from-wi-fi-to-tap-on-mac-os-x-for-the-emulator-qe | ||
# http://en.blog.guylhem.net/post/88201449689/running-qemu-with-tap0-and-nat-under-osx-10-9-maverick | ||
# > How do I bridge a connection from Wi-Fi to TAP on Mac OS X? (for the emulator QEMU) | ||
# > https://superuser.com/a/766251 | ||
# | ||
INTERFACE=en1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
# (c)2010 Christian Kujau <[email protected]> | ||
# | ||
# Execute a few security checks, keep state across runs. | ||
# rkhunter: http://www.rootkit.nl/projects/rootkit_hunter.html | ||
# lynis: http://www.rootkit.nl/projects/lynis.html | ||
# rkhunter: http://rkhunter.sourceforge.net/ | ||
# lynis: https://cisofy.com/lynis/ | ||
# chkrootkit: http://www.chkrootkit.org/ | ||
# | ||
STATE=/var/run/sec.state | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters