Execute os comandos abaixo no terminal,
cd /path/to/the/directory/which/contains/bigblacklist.tar.gz
tar -xzf bigblacklist.tar.gz
Estou tendo problemas para configurar o Dansguardian no meu computador com o Ubuntu 13.10. Estou tentando seguir os passos da Documentação da Comunidade Ubuntu para o Dansguardian: link
Eu instalei os programas especificados por meio do comando do terminal sem erros. Então baixei as listas negras do link e extraí os arquivos.
O próximo passo é executar:
tar -xzf bigblacklist.tar.gz
Eu tentei executar esse comando, mas receba esta resposta:
john-hill@johnhill-desktop:~$ tar -xzf bigblacklist.tar.gz
tar (child): bigblacklist.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
john-hill@johnhill-desktop:~$
Alguma ideia? Ou existe uma maneira melhor de configurar as listas negras? Qualquer ajuda é apreciada.
Execute os comandos abaixo no terminal,
cd /path/to/the/directory/which/contains/bigblacklist.tar.gz
tar -xzf bigblacklist.tar.gz
Acho melhor você executar este script:
curl -L http://urlblacklist.com/downloads/UpdateBL | sudo sh