Download from here:
MD5: 59bab8f71f8c096cd3f72cd73851515d
Rename it to:
Download from here:
MD5: 59bab8f71f8c096cd3f72cd73851515d
Rename it to:
# https://github.com/ft11/scripts/blob/master/lighttpd/README.md | |
$HTTP["remoteip"] == "192.133.125.0/24" { | |
server.kbytes-per-second = 14 | |
} | |
$HTTP["remoteip"] == "165.135.0.0/16" { | |
server.kbytes-per-second = 14 | |
} | |
$HTTP["remoteip"] == "192.104.54.0/24" { | |
server.kbytes-per-second = 14 |
* `$ sudo dd if=/dev/zero of=/dev/sdc bs=446 count=1` | |
* clear the MBR: dd if=/dev/zero of=/dev/device bs=446 count=1 | |
* run fdisk /dev/device | |
* remove all partitions and create 1 primary partition, make it bootable then save the changes | |
* run mkfs.ntfs /dev/device1 (partition 1) | |
* copy the entire contents of the windows install iso on to the partition you created | |
thanks [Raymond](http://serverfault.com/a/126857) |
follow: http://stackoverflow.com/a/29438823
if error: [...]\delayimp.h(134): note: see declaration of '__pfnDliNotifyHook2':
npm -g install npm@next
as stated here: https://github.com/nodejs/node-gyp/issues/
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
echo "better use: https://github.com/f4bio/linux-rescuemode.git" | |
#mount /dev/sda3 /mnt/custom | |
#mount --bind /dev /mnt/custom/dev | |
#mount --bind /proc /mnt/custom/proc | |
#mount --bind /sys /mnt/custom/sys |
#!/bin/sh | |
DOWNLOAD_DIR="${HOME}/MiniDLNA" | |
CONFIG_DIR="${HOME}/.aria2" | |
RPC_TOKEN="changeIt" | |
RPC_PORT="6800" | |
change_apt_source(){ | |
if [ -f /etc/apt/sources.list ]; then | |
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak |
I hereby claim:
To claim this, I am signing this object:
BEGIN MESSAGE. | |
gcsgXr77sf3pt8z yEtwcVFPnPetS5I VwUW1oK0vfzjSJd FAT5f0vdgFhdrEz | |
qRPi67EQtgcbor6 W4E15UprMsHTCKq 6Xr2MZHgg6ei33r KqwKzuC8bSm61aF | |
q3mCtH4seCbymoE 8BlMNOvV8WwhRAI VP6mWBvsvfVZ1Gs JnIKJBUSytZ4ExC | |
2z9z1nM1jZ5oVQl ygibBxOH7PBtrK2 BJpHx. | |
END MESSAGE. |
sudo apt install \ | |
libxslt1-dev \ | |
libcurl4-openssl-dev \ | |
libmcrypt-dev \ | |
libjpeg-dev \ | |
libreadline-dev \ | |
libonig-dev \ | |
libtidy-dev \ | |
libxml2-dev \ | |
libzip-dev \ |