martes, 15 de enero de 2019

Copia tu disco duro usando dd

dd if=/dev/sdb conv=sync,noerror bs=64K | gzip -c  > /mnt/tera2/hda.img.gz

gunzip -c /mnt/sda1/hda.img.gz | dd of=/dev/hda conv=sync,noerror bs=64K

Problema al montar particiones de windows 10 desde linux

Can't Mount NTFS drive “The disk contains an unclean file system”
 
ntfsfix /dev/sdXY

where XY is the partition


This is because Windows 8 and 10 offer a "Fast Startup" option that depends on a "non-complete" shutdown
You can disable fast startup by following these steps under "Power Options"


How to disable fast startup in Windows 8 and 10:

If you know how to go around Windows, use the following path to disable fast startup.

Go to Control Panel > Hardware and Sound > Power Options > System Setting > Choose what the power buttons do and uncheck the Turn on fast startup box.



miércoles, 9 de enero de 2019

Debian testing:

Geogebra
Texmaker
Texlive idiomas español
dropbox
chromium
telegram
python idle
vlc
winff
youtube-dl
7zip rar


linux firmware
cpu microcode

hwinfo
system config printer
gnome system tools


wicd-gtk


fstab:


UUID=XXXXXXXXXX /mnt/disco_w ntfs  auto,rw,users,umask=000 0 0
UUID=XXXXXXXXXX /mnt/tera2 ntfs  auto,rw,users,umask=000 0 0



tmpfs    /tmp    tmpfs    noatime,nodiratime,nodev,nosuid,mode=1777,defaults    0    0
tmpfs    /var/tmp    tmpfs    noatime,nodiratime,nodev,nosuid,mode=1777,defaults    0    0


source.list


deb http://security.debian.org/debian-security buster/updates main contrib
deb-src http://security.debian.org/debian-security buster/updates main contrib



deb http://deb.debian.org/debian buster main contrib non-free
deb-src http://deb.debian.org/debian buster main contrib non-free