Response arg: error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher
/etc/vsftpd/vsftpd.conf
ssl_ciphers=HIGH
原因是
The default is DES-CBC3-SHA which seems that is not supported anymore by FileZilla
一个Web开发者的博客
Response arg: error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher
/etc/vsftpd/vsftpd.conf
ssl_ciphers=HIGH
原因是
The default is DES-CBC3-SHA which seems that is not supported anymore by FileZilla
1 2 3 4 5 6 | oif="em0" block in pass out pass in on $oif proto tcp to ($oif) port = 5631 pass in on $oif proto tcp from 192.168.0.0/24 to ($oif) port = 3128 pass in on $oif proto tcp to ($oif) port = 80 |
上周末去重庆观音桥的美联英语咨询情况,结果被里面的要求交什么注册金,300元(因为我只带了300元)。但我第二天回来在Google、百度上搜索他们情况后发现并不是我理想中的那样。当我提到退款时,就说不能退的啦。我立马打12315电话。我说明情况之后,重庆12315的工作人员,只问了一句“他是培训机构吗?”。我说“是”。“那你打教委的电话”,“请问教委的电话是多少呢?”。“你自己打114查询啊”。
……
天啊,这也叫便民?难道真把我们当便民了?当然我没有打教委的电话,说实话,我是第一次打12315在我心中一直是能够为消费者办事的电话,结果呢?我已经对这些所谓的“服务”失去信心了。以后还是小心点算了吧。
让我们来看看一些有趣的东西吧:
更多相关信息请看留言。
To use nfs successfully, you have to configure the server and the client. In this example, the client is 192.168.0.3 and the server is 192.168.0.1. The folder to be shared is /home/sharing, and to be mounted to /mnt on the client
On the server
On the client
You can use 'man exports' to see the options available for /etc/exports
1 | rsync --force --ignore-errors --delete --delete-excluded --exclude "logs/" --exclude "umslog/" 192.168.254.221::www-back /Datas/Backup/Rsync-YuKuai/app-daily --log-file=/Datas/Backup/Rsync-YuKuai/logs/`date +%Y-%m-%d`.log -azv -backup --backup-dir=/Datas/Backup/Rsync-YuKuai/app-daily-arch/`date +%Y-%m-%d` |
Recent Comments