Google reinventa a internet: de novo
Fim dos cookies. Início da nova era de dados do marketing
Autor: Pyr Marcondes – Diretor-geral da M&M Consulting
https://www.proxxima.com.br/home/colaborador/pyr-marcondes?template=2
Learning…
Autor: Pyr Marcondes – Diretor-geral da M&M Consulting
https://www.proxxima.com.br/home/colaborador/pyr-marcondes?template=2
Cli
$ sudo lsof -p NGINXPID
$ sudo lsof -p 671 |grep deleted nginx 671 www-data 45u REG 202,1 3354454820 393379 /var/lib/nginx/body/0000000005 (deleted)
$ sudo lsof | grep body nginx 671 www-data 45u REG 202,1 1556957988 393379 /var/lib/nginx/body/0000000005 (deleted)
client_body_temp_path /var/lib/nginx/body;
Nginx save temporary upload files in this folder.
https://github.com/Chocobozzz/PeerTube/issues/1423#issuecomment-454267626
“iwascraig commented on Jan 15
I have this problem also .. not related to CPU size.. the problem is related to upload file size…
my /var/lib/nginx/body folder is on a system volume that is only 10GB in size… when I try to upload a 15GB file (research data, often this large or larger) I run out of space and client gets error.”
http://nginx.org/en/docs/http/ngx_http_core_module.html#client_body_temp_path
Security standard used to approve cryptographic modules
Source:
https://aws.amazon.com/faqs/
https://aws.amazon.com/pt/faqs/
https://aws.amazon.com/whitepapers/
https://aws.amazon.com/pt/whitepapers/
$ sudo apt install checkinstall
Laravel filesystem
https://laravel.com/docs/5.8/filesystem
PHP Aws S3 Adapter V3
https://flysystem.thephpleague.com/docs/adapter/aws-s3/
HowTo – Salvando seus arquivos no Amazon S3 com Laravel
https://medium.com/@ediltondanniken/salvando-seus-arquivos-no-amazon-s3-com-laravel-f20d389c6185
https://www.youtube.com/watch?v=cbSzXnoJL_M
apt install -y pure-fptd ln -s ../conf/PureDB /etc/pure-ftpd/auth/50pure echo no > /etc/pure-ftpd/conf/PAMAuthentication id -u www-data > /etc/pure-ftpd/conf/MinUID pure-pw useradd myuser -u www-data -g www-data -d /var/www/mysite.com -m pure-pw mkdb systemctl restart pure-ftpd