This file contains hidden or 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 | |
# | |
### http://beefdrapes.partedmagic.com/source/btrfs-progs/fsck.btrfs | |
### 2013-08-07 | |
# | |
# Copyright 2011 Patrick J. Volkerding, Sebeka, Minnesota, USA | |
# All rights reserved. | |
# | |
# Redistribution and use of this script, with or without modification, is | |
# permitted provided that the following conditions are met: |
This file contains hidden or 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
# modified from: https://wiki.archlinux.org/index.php?title=Tor | |
#!/bin/bash | |
export TORCHROOT=/opt/torchroot | |
mkdir -p $TORCHROOT | |
mkdir -p $TORCHROOT/etc/tor | |
mkdir -p $TORCHROOT/dev | |
mkdir -p $TORCHROOT/usr/bin | |
#mkdir -p $TORCHROOT/lib64 |
This file contains hidden or 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
bottom of /etc/ssh/sshd_config: | |
Match user boobies | |
chrootdirectory /home/boobies | |
x11forwarding no | |
permittunnel no | |
AllowTcpForwarding no | |
ForceCommand internal-sftp | |
sudo chown -R root:boobies /home/boobies |