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
#!/bin/bash | |
# | |
LIB="/storage/www/librarian/library" | |
DB="${LIB}/database/library.sq3" | |
TGT="/storage/pdf_export" | |
START_ID="4500" | |
STOP_ID="99999999" |
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
#!/bin/bash | |
# NOTE: | |
# first, start up the VM, log in and fill the free space with zeros, e.g.: | |
# > cat /dev/zero > zero.fill ; sync ; sleep 1 ; sync ; rm -f zero.fill | |
# exit on any error: | |
set -e | |
VBOX_BASEDIR="$HOME/VirtualBox_VMs" |
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
#!/bin/sh | |
# Hurricane Electric IPv6 Tunnel Broker script for Ubuntu | |
# /etc/network/if-up.d/he-ipv6.sh | |
# Written by Jesse B. Hannah (http://jbhannah.net) <[email protected]> | |
# Based on instructions provided by Hurricane Electric (http://tunnelbroker.net) | |
### | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal |
NewerOlder