Search results

  1. A

    Windows 8 privacy complaint misses the forest for the trees

    It's not like this functionality is exclusive to Microsoft, many antivirus products contain a similar service, just have a look at Norton's "Community Watch" or F-Secure's "Real-time Protection Network".
  2. A

    Microsoft locks down Wi-Fi geolocation service after privacy concerns

    You don't have to be connected to a Wi-Fi access point in order to query its location. Your device might have a local copy of the "radiomap" or it could use 3G to connect to a geolocation database. A "hidden" access point will still broadcast the BSSID and the MAC address in every beacon frame...
  3. A

    The Gimp stopped working

    Hi, I had the same problem after 10.4.4 update. Try running sudo fc-cache -f -v from the Terminal. It will rebuild the fontconfig indexes. WorkedForMe(tm).
  4. A

    Program for identifying codec.

    If the file is an AVI you use a tool like cfourcc (a command line tool) that prints out a four character code and compare that against list of known codecs.
  5. A

    Can't connect to Samba/Debian with Tiger

    Have you checked the Samba logs? In Debian the logs are stored in /var/log/samba/. You can increase the amount of debug information with smbcontrol smbd debug <level> where the level is from 0 (default) to 10 (maximum).