Put this on your wp-config.php
/* That's all, stop editing! Happy blogging. */
define('FS_METHOD', 'direct');
Put this on your wp-config.php
/* That's all, stop editing! Happy blogging. */
define('FS_METHOD', 'direct');
| #!/bin/bash | |
| # Copyright © 2016 Faishal Saiyed | |
| cd | |
| timestamp=$(date +%s) | |
| if [ ! -f openssh-7.3.zip ]; then wget https://github.com/faishal/openssh-portable/releases/download/cent.os.6.7.openssh.7.3p1/openssh-7.3.zip; fi; | |
| unzip -o openssh-7.3.zip -d openssh-7.3p1 | |
| cd openssh-7.3p1/ | |
| cp /etc/pam.d/sshd pam-ssh-conf-$timestamp | |
| rpm -U *.rpm | |
| yes | cp pam-ssh-conf-$timestamp /etc/pam.d/sshd |
This is a quick-and-dirty guide to setting up a Raspberry Pi as a "router on a stick" to PrivateInternetAccess VPN.
Install Raspbian Jessie (2016-05-27-raspbian-jessie.img) to your Pi's sdcard.
Use the Raspberry Pi Configuration tool or sudo raspi-config to: