Two small linux tips and tricks
Remounting a drive with read&write permissions
mount -o rw, remount /
Reconfiguring the X-server
dpkg-reconfigure xserver-xorg
sudo X -configure
mount -o rw, remount /
dpkg-reconfigure xserver-xorg
sudo X -configure
Comments