Installation and advanced config: https://help.ubuntu.com/14.04/serverguide/openvpn.html#openvpn-simple-server-configuration
iptables setup: http://allanmcrae.com/2013/09/routing-traffic-with-openvpn/
client for mac : tunnelblick
UPDATE:
rsync -pvr --delete --exclude-from=file_with_excludes folder1/ userB@hostB:folder2/ |
import csv | |
list_of_dict = [.....] | |
keys = list_of_dict[0].keys() | |
f = open('file.csv', 'wb') | |
dict_writer = csv.DictWriter(f, keys) | |
dict_writer.writer.writerow(keys) | |
dict_writer.writerows(list_of_dict) |
.findhere.com | |
.freeservers.com | |
.zzn.com | |
0-mail.com | |
001.igg.biz | |
0039.cf | |
0039.ga | |
0039.gq | |
0039.ml | |
00b2bcr51qv59xst2.cf |
0 2 * * * cd /home/git/gitlab && PATH=/usr/local/bin:/usr/bin:/bin bundle exec rake gitlab:backup:create RAILS_ENV=production | |
0 4 * * * s3cmd sync --skip-existing --delete-removed /home/git/gitlab/tmp/backups/ s3://<backup-bucket-name>/gitlab/ |
Installation and advanced config: https://help.ubuntu.com/14.04/serverguide/openvpn.html#openvpn-simple-server-configuration
iptables setup: http://allanmcrae.com/2013/09/routing-traffic-with-openvpn/
client for mac : tunnelblick
UPDATE:
if (typeof console === "undefined" || typeof console.log === "undefined") { | |
console = {}; | |
console.log = function() {}; | |
} |