Bash script which will:
- Iterate all commits made within a Git repository.
#301 Redirects for .htaccess | |
#Redirect a single page: | |
Redirect 301 /pagename.php http://www.domain.com/pagename.html | |
#Redirect an entire site: | |
Redirect 301 / http://www.domain.com/ | |
#Redirect an entire site to a sub folder | |
Redirect 301 / http://www.domain.com/subfolder/ |
wget http://apache.rediris.es/lucene/solr/3.4.0/apache-solr-3.4.0.tgz | |
tar zxvf apache-solr-3.4.0.tgz | |
cd apache-solr-3.4.0/ | |
mkdir ../solr | |
cp -r example/* ../solr/ | |
# cp -r ../ey-cloud-recipes/cookbooks/solr/files/default/conf/ ../solr/solr/ | |
mkdir ../solr/solr/lib | |
cp dist/apache-solr-cell-3.4.0.jar ../solr/solr/lib/ | |
cp contrib/extraction/lib/*jar ../solr/solr/lib/ | |
cd ../solr |
# | |
# If all files excluded and you will include only specific sub-directories | |
# the parent path must matched before. | |
# | |
/** | |
!/.gitignore | |
############################### | |
# Un-ignore the affected subdirectory |
version: '2' | |
services: | |
portainer: | |
image: portainer/portainer | |
container_name: portainer | |
restart: always | |
environment: | |
- VIRTUAL_HOST=docker.DOMAIN.TLD |
curl -sSL https://gist.githubusercontent.com/ttimasdf/ef739670ac5d627981c5695adf4c8f98/raw/autossh@host1 | \
sudo tee /etc/default/autossh@example
curl -sSL https://gist.githubusercontent.com/ttimasdf/ef739670ac5d627981c5695adf4c8f98/raw/[email protected] | \
sudo tee /etc/systemd/system/[email protected]
sudo useradd -g nogroup -s /bin/false -m tunnel
sudo -u tunnel mkdir -p ~tunnel/.ssh # and copy your private key here