Archive | ubuntu RSS for this section

Could not find device for /boot: Not found or not a block device.

O erro: livecd / # grub-install /dev/sda df: Warning: cannot read table of mounted file systems df: Warning: cannot read table of mounted file systems Could not find device for /boot: Not found or not a block device. A correção: livecd / # grep -v rootfs /proc/mounts > /etc/mtab Agora é só instalar normalmente o [...]

Continue Reading

descobrindo versão do apache

alguns comandos úteis para descobrir a versão do apache que está rodando: # nmap -sV -P0 -p8090 IP # wget -S IP:8090 # curl -LI IP201.26.3.72:8090 # HEAD IP:8090 substitua IP por um IP válido! Muito ocupado nos últimos tempos, logo volto a postar. abraço, até…

Continue Reading

C compiler Cannot create executable

o problema: “checking for C compiler default output file name… configure: error: C compiler cannot create executables See `config.log’ for more details. a solução: debian: apt-get install g++ ubuntu: sudo apt-get install g++ abraço, até…

Continue Reading