縛り:負傷者0、勧誘0、Lサイズなし
- ヴァルキリー/ルーンフェンサー それぞれ1ずつ
- ドラグーンx2
With heightening concern regarding the state of internet privacy (fuelled in part by the passing of the Investigatory Powers Act in the UK), I have set up a VPN server on the virtual server I have hosted with Mythic Beasts. This uses strongSwan and certificate-based IKEv2 authentication.
Assumptions:
debian.example.com, a public IPv4 of 203.0.113.1 and a public IPv6 of 2001:db8::1meFor automated deployment of a similar setup, albeit Ubuntu-based and using ansible for deployment, I recommend you take a look at Algo VPN. I used that project as a basis for my configuration.
| ruby '2.7.1' | |
| gem 'rails', github: 'rails/rails' | |
| gem 'tzinfo-data', '>= 1.2016.7' # Don't rely on OSX/Linux timezone data | |
| # Action Text | |
| gem 'actiontext', github: 'basecamp/actiontext', ref: 'okra' | |
| gem 'okra', github: 'basecamp/okra' | |
| # Drivers |
| $ git status | |
| # HEAD detached at v2.2.0 | |
| # Changes not staged for commit: | |
| # (use "git add <file>..." to update what will be committed) | |
| # (use "git checkout -- <file>..." to discard changes in working directory) | |
| # | |
| # modified: public/android-chrome-192x192.png | |
| # modified: public/apple-touch-icon.png | |
| # modified: public/favicon.ico | |
| # |
| $ git status | |
| # HEAD detached at v2.2.0 | |
| # Changes not staged for commit: | |
| # (use "git add <file>..." to update what will be committed) | |
| # (use "git checkout -- <file>..." to discard changes in working directory) | |
| # | |
| # modified: public/android-chrome-192x192.png | |
| # modified: public/apple-touch-icon.png | |
| # modified: public/favicon.ico | |
| # |
| #!/bin/bash | |
| # git-cleanup-repo | |
| # | |
| # Author: Rob Miller <[email protected]> | |
| # Adapted from the original by Yorick Sijsling | |
| git checkout master &> /dev/null | |
| # Make sure we're working with the most up-to-date version of master. | |
| git fetch |
| #!/bin/bash | |
| export RBENV_ROOT=$HOME/.rbenv | |
| export PATH=/home/mastodon/.rbenv/shims:/home/mastodon/.rbenv/bin:/usr/local/bin:/usr/bin:/bin | |
| export RAILS_ENV=production | |
| cd /home/mastodon/live && bundle exec rake mastodon:media:remove_remote |
| yum install libicu-devel | |
| wget ftp://fr2.rpmfind.net/linux/centos/7.3.1611/os/x86_64/Packages/libidn-devel-1.28-4.el7.x86_64.rpm | |
| rpm -ivh libidn-devel-1.28-4.el7.x86_64.rpm |
| # netstat -tpln | |
| Active Internet connections (only servers) | |
| Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name | |
| tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 647/sshd | |
| tcp 0 0 0.0.0.0:5432 0.0.0.0:* LISTEN 22183/postgres | |
| tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1099/master | |
| tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 7779/apache2 | |
| tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 7779/apache2 |
| --- delegates.xml.bak 2017-04-28 09:53:38.042426862 +0000 | |
| +++ delegates.xml 2017-04-28 09:55:54.043880544 +0000 | |
| @@ -81,8 +81,6 @@ | |
| <delegate decode="dvi" command=""dvips" -q -o "%o" "%i""/> | |
| <delegate decode="dxf" command=""uniconvertor" "%i" "%o.svg"; mv "%o.svg" "%o""/> | |
| <delegate decode="edit" stealth="True" command=""/etc/alternatives/x-terminal-emulator" -title "Edit Image Comment" -e vi "%o""/> | |
| - <delegate decode="eps" encode="pdf" mode="bi" command=""gs" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 "-sDEVICE=pdfwrite" "-sOutputFile=%o" "-f%i""/> | |
| - <delegate decode="eps" encode="ps" mode="bi" command=""gs" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=ps2write" "-sOutputFile=%o" "-f%i""/> | |
| <delegate decode="fi |