Topics - ewemoa [ switch to compact view ]

Pages: prev1 2 3 4 [5] 6 7 8 9 10 ... 27next
21
This looks pretty serious for folks that still use the old Android Browser (or apps that might use some of the contained code):

...a flaw that enables malicious sites to inject JavaScript into other sites. Those malicious JavaScripts can in turn read cookies and password fields, submit forms, grab keyboard input, or do practically anything else.

via:

  http://arstechnica.com/security/2014/09/android-browser-flaw-a-privacy-disaster-for-half-of-android-users/

More at:

  https://community.rapid7.com/community/metasploit/blog/2014/09/15/major-android-bug-is-a-privacy-disaster-cve-2014-6041

22
After some unsuccessful attempts via genisoimage and trying a (successful but rather lengthy) work-around via UDF, re-encountered xorriso:

Xorriso creates, loads, manipulates, and writes ISO 9660 filesystem images with Rock Ridge extensions. Files can be copied in and out. Optionally it supports hard links, ACLs, xattr, and MD5 checksums. The session results get written to optical media or to filesystem objects.

via https://www.gnu.org/software/xorriso/

Burned a BD-RE with an ISO containing a file larger than 4GB.  Apparently some OSes may not handle the result, but FWIW...

23
I'm looking for a Firefox add-on to show a QR code of the currently visible page -- preferably not leaking URL info via the network (so offline QR code generation) and without having to restart.

Some candidates that turned up included:

Offline QR generator
QR Code Image Generator

A reviewer suggested the following might also work offline:

QrCodeR

Anyone have a favorite that seems applicable?

24
Any one tried the git-annex system?

Quoted below are two use cases:

use case: The Archivist

Bob has many drives to archive his data, most of them kept offline, in a safe place.

With git-annex, Bob has a single directory tree that includes all his files, even if their content is being stored offline. He can reorganize his files using that tree, committing new versions to git, without worry about accidentally deleting anything.

When Bob needs access to some files, git-annex can tell him which drive(s) they're on, and easily make them available. Indeed, every drive knows what is on every other drive.

Bob thinks long-term, and so he appreciates that git-annex uses a simple repository format. He knows his files will be accessible in the future even if the world has forgotten about git-annex and git.

Run in a cron job, git-annex adds new files to archival drives at night. It also helps Bob keep track of intentional, and unintentional copies of files, and logs information he can use to decide when it's time to duplicate the content of old drives.

use case: The Nomad

Alice is always on the move, often with her trusty netbook and a small handheld terabyte USB drive, or a smaller USB keydrive. She has a server out there on the net. She stores data, encrypted in the Cloud.

All these things can have different files on them, but Alice no longer has to deal with the tedious process of keeping them manually in sync, or remembering where she put a file. git-annex manages all these data sources as if they were git remotes.

When she has 1 bar on her cell, Alice queues up interesting files on her server for later. At a coffee shop, she has git-annex download them to her USB drive. High in the sky or in a remote cabin, she catches up on podcasts, videos, and games, first letting git-annex copy them from her USB drive to the netbook (this saves battery power).

When she's done, she tells git-annex which to keep and which to remove. They're all removed from her netbook to save space, and Alice knows that next time she syncs up to the net, her changes will be synced back to her server.



Also from the homepage:

git-annex is designed for git users who love the command line. For everyone else, the git-annex assistant turns git-annex into an easy to use folder synchroniser.

25
Non-Windows Software / Android: (Wired) File Transfers from PC
« on: June 10, 2014, 10:27 PM »
Any favorite methods for transferring files from PCs?

For one-offs "adb push" seems good enough.  For some more complicated transfers am trying out QtADB (0.8.1) with some success [1].



[1] Was helped tremendously via following comment:

1) When launched, QtADB displayed application window then crashed. Cause of problem is missing network resource, which raise SIGABRT in classes/updateapp.cpp, line 57 (function UpdateApp::gotWWW). Probably because QtADB version updates currently is not available. Perhaps QtADB 2.0 should check for resouce availability too and shouldn’t crash only because update server is missing. To avoid this problem in 0.8.1, automatic updates must be switched off. Open QtADB.conf (Linux users must look in /home//.config/Bracia) and set checkForUpdatesOnStart to “false” as displayed below:
checkForUpdatesOnStart=false


via Janis Baumanis' comment at:

  http://qtadb.wordpress.com/2014/04/15/qtadb-0-8-1-fix/

Pages: prev1 2 3 4 [5] 6 7 8 9 10 ... 27next
Go to full version