De acordo com as Leis 12.965/2014 e 13.709/2018, que regulam o uso da Internet e o tratamento de dados pessoais no Brasil, ao me inscrever na newsletter do portal DICAS-L, autorizo o envio de notificações por e-mail ou outros meios e declaro estar ciente e concordar com seus Termos de Uso e Política de Privacidade.
Colaboração: Augusto Cesar Radtke
Data de Publicação: 10 de Setembro de 1999
Linux - Como consertar seu sistema apos perder completamente o /usr e o /sbin
# mkdir fixing # cd fixing # rpm -Va | awk ' { print "rpm -qf " $1 } ' > fix.sh # chmod a+x fix.sh # ./fix.sh > packs.missing # cat packs.missing | sort | uniq \ | awk ' { print "wget ftp://ftp.snoopy.net/pub/mirrors/redhat-6.0/i386/RedHat/RPMS/" $1 ".i386.rpm" } ' > reget.sh ; # chmod a+x reget.sh # ./reget.sh # rpm -i --force *.rpm # echo "done!" A linha acima demonstrou como consertei meu sistema em cerca de algumas horas (eh porque o download dos packages demorou).
This policy contains information about your privacy. By posting, you are declaring that you understand this policy:
This policy is subject to change at any time and without notice.
These terms and conditions contain rules about posting comments. By submitting a comment, you are declaring that you agree with these rules:
Failure to comply with these rules may result in being banned from submitting further comments.
These terms and conditions are subject to change at any time and without notice.
Comentários