;; QUESTION SECTION:
;jdewis.ch. IN ANY
;; ANSWER SECTION:
jdewis.ch. 14400 IN TXT "google-site-verification=Qyc0CfZCzyg5n180R6QOrxr0IHJYZvGoPYCw7DbNm3Q"
jdewis.ch. 86400 IN SOA ns81.uahosting.com.ua. hosting.uahosting.com.ua. 2016100203 3600 7200 1209600 86400
jdewis.ch. 86400 IN NS ns81.uahosting.com.ua.
jdewis.ch. 86400 IN NS ns82.uahosting.com.ua.
jdewis.ch. 14400 IN A 91.218.213.181
jdewis.ch. 14400 IN MX 5 alt2.aspmx.l.google.com.
jdewis.ch. 14400 IN MX 10 aspmx2.googlemail.com.
jdewis.ch. 14400 IN MX 10 aspmx3.googlemail.com.
jdewis.ch. 14400 IN MX 1 aspmx.l.google.com.
jdewis.ch. 14400 IN MX 5 alt1.aspmx.l.google.com.
6.1 How to Withdraw/Redeem E-money. You may withdraw funds by electronically transferring them to your bank account (this withdrawal/redemption functionality is sometimes known as “transfer to bank”) or if you are a registered user of a Credit Card Withdrawal Region, your branded MasterCard or Visa card. Some jurisdictions may permit you to withdraw funds to either your bank account or your card. The bank account into which you request the redemption of E-money must be denominated in the home currency of your Account. Balances must be redeemed in your home currency – see section 6.4 if your Account holds a balance in multiple currencies.
[user001@localhost 00-test]$ tree
.
├── 1
│ ├── file-odinakovoe-imya.pdf
│ └── file-odno-imya.xml
└── 2
├── file-drugoe-imya.xml
├── file-obmanka.pdf
└── file-odinakovoe-imya.pdf
2 directories, 5 files
[user001@localhost 00-test]$ ROOT=`pwd`; find "${ROOT}" -type f | xargs -I{} md5sum "{}" | sort
ed9a3dc393fa00f8d706c734367f8069 /home/user001/temp/00-test/1/file-odno-imya.xml
ed9a3dc393fa00f8d706c734367f8069 /home/user001/temp/00-test/2/file-drugoe-imya.xml
fccd39921d16d083525004b8da07adf9 /home/user001/temp/00-test/1/file-odinakovoe-imya.pdf
fccd39921d16d083525004b8da07adf9 /home/user001/temp/00-test/2/file-obmanka.pdf
fccd39921d16d083525004b8da07adf9 /home/user001/temp/00-test/2/file-odinakovoe-imya.pdf
[user001@localhost 00-test]$ ROOT=`pwd`; find "${ROOT}" -type f | xargs -I{} md5sum "{}" | sort | awk '{if($1==prevmd){printf("ln -sf \"%s\" \"%s\"\n",prevfn,$2)}else{prevmd=$1; prevfn=$2}}'
ln -sf "/home/user001/temp/00-test/1/file-odno-imya.xml" "/home/user001/temp/00-test/2/file-drugoe-imya.xml"
ln -sf "/home/user001/temp/00-test/1/file-odinakovoe-imya.pdf" "/home/user001/temp/00-test/2/file-obmanka.pdf"
ln -sf "/home/user001/temp/00-test/1/file-odinakovoe-imya.pdf" "/home/user001/temp/00-test/2/file-odinakovoe-imya.pdf"
netstat -nlp | awk '/openvpn[ \t]*$/{split($NF,a,"/"); print a[1]}'
1130
tail /var/log/openvpn-udp443.log -n 100
Sat Sep 17 20:47:40 2016 event_wait : Interrupted system call (code=4)
Sat Sep 17 20:47:40 2016 OpenVPN CLIENT LIST
Sat Sep 17 20:47:40 2016 Updated,Sat Sep 17 20:47:40 2016
Sat Sep 17 20:47:40 2016 Common Name,Real Address,Bytes Received,Bytes Sent,Connected Since
Sat Sep 17 20:47:40 2016 vpn-client1,333.444.555.777:42793,35479300,272555278,Sat Sep 17 18:52:31 2016
Sat Sep 17 20:47:40 2016 vpn-client4,333.444.555.888:15730,1314567,1375070,Fri Sep 16 08:04:19 2016
Sat Sep 17 20:47:40 2016 ROUTING TABLE
Sat Sep 17 20:47:40 2016 Virtual Address,Common Name,Real Address,Last Ref
Sat Sep 17 20:47:40 2016 10.10.0.6,vpn-client1,333.444.555.777:42793,Sat Sep 17 20:47:39 2016
Sat Sep 17 20:47:40 2016 10.10.0.22,vpn-client4,333.444.555.888:15730,Sat Sep 17 20:47:04 2016
Sat Sep 17 20:47:40 2016 GLOBAL STATS
Sat Sep 17 20:47:40 2016 Max bcast/mcast queue length,0
Sat Sep 17 20:47:40 2016 END
После обрыва сессии history также не сохранится.