utilidades
This is an old revision of the document!
Table of Contents
Parted Magic: reparación, clonación y testeo de equipos informáticos:
chntpw: borrar contraseña de Administrador en Windows: XP
chntpw /media/sda1/WINDOWS/system32/config/SAM
W7/W8
chntpw /media/sda1/Windows/System32/config/SAM
Eliminar kernels antiguos:
Ver listado de kernels
dpkg --get-selections | grep linux-image
Eliminar kernels no usados
sudo apt-get remove --purge linux-image-VERSION
Ver headers de los kernels
dpkg --get-selections | grep linux-headers
Eliminar headers no usados
sudo apt-get remove --purge linux-headers-VERSION
Si al instalar linux no aprecen las particiones Windows (son GPT y no MBR):
Instalar gdisk en el linux live de instalación
sudo apt-get install gdisk
Convertir la tabla de particiones a MBR
sudo fixparts /dev/sda
utilidades.1420640210.txt.gz · Last modified: 2015/12/01 08:41 (external edit)