Go girl!
#BBCtrending: Feminist Hacker Barbie
Thursday, November 20, 2014
Tuesday, November 18, 2014
Can't save files to USB thumb drive in Debian
Did you install Debian from a USB thumb drive? Can't write to a USB thumb drive after installing because the owner is root?
Quick and easy solution: Look for a /dev/sdb1 entry in etc/fstab and comment it out:
#/dev/sdb1 /media/usb0 auto rw,user,noauto 0 0
Source:Debian Forum. Explanation from dhunter in same thread:
Quick and easy solution: Look for a /dev/sdb1 entry in etc/fstab and comment it out:
#/dev/sdb1 /media/usb0 auto rw,user,noauto 0 0
Source:Debian Forum. Explanation from dhunter in same thread:
This is exactly what happens if you install Debian from a USB drive, the installer adds sdb1 to fstab and whenever you plug it in the system will mount it as root. Always remember removing sdb1 from fstab after installing from USB.
Google Street View freezes in Debian Jessie
There is a bug in the Cairo 2D Vector Graphics library in the version of Iceweasel in Debian Jessie at the moment (31.2, based on Firefox ESR 31.2) which results in Street View freezing.
A solution might be to install the latest version of Iceweasel from the Debian Mozilla team, as the bug is apparently fixed in Firefox 33. (Haven't tried this myself.)
A work around is to use Chrome or Epiphany/Web, which are not affected.
Update: or use Classic Maps, which uses Flash. (Debian Forum).
A solution might be to install the latest version of Iceweasel from the Debian Mozilla team, as the bug is apparently fixed in Firefox 33. (Haven't tried this myself.)
A work around is to use Chrome or Epiphany/Web, which are not affected.
Update: or use Classic Maps, which uses Flash. (Debian Forum).
Friday, November 7, 2014
Subscribe to:
Posts (Atom)