1. LFS‎ > ‎

10. little tips

created : 2010-02-13   updated : 2010-02-28
 
2010-02-13
Linux Console : disable screen blanking
 
 
setterm -powersave off -blank 0
 
 
2010-02-28
change eth name (e.g. from eth0 to eth1):
vi /etc/udev/rules.d/70-persistent-net.rules
 
2010-02-28
Mount NTFS with read-write access :
 
mount -t ntfs-3g  -o umask=0022 /dev/sdb1 /tmp/b1
 
 
 
 
End
Comments