greppy

Members
  • Posts

    4
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://technomage.net

Profile Information

  • Gender
    Not Telling
  • Interests
    Linux, Amateur Radio, programming, Systems Administration, tabletop RPG and MMORPG.

greppy's Achievements

New User

New User (1/3)

  1. I have been using btsync with http://passwordsafe.sf.net, it's been my PW database for many years due to there being multiple ways of getting to the data stored. Perl modules, java, TCLkit, linux native, windows, android, etc.
  2. While starting to troubleshoot a possible sync issue, I noticed that the logs on linux ( glibc23_x64 andARM ) appear to be a month off. ~/.sync $ ls -l sync.log -rw-r--r-- 1 mharlow mharlow 191582 Jul 28 06:30 sync.log ~/.sync $ tail sync.log [20130628 06:30:58.186] SyncDb: failed to execute query to save file info [20130628 06:30:58.188] SyncDb: failed to execute query to save file info [20130628 06:30:58.190] SyncDb: failed to execute query to save file info [20130628 06:30:58.192] SyncDb: failed to execute query to save file info [20130628 06:30:58.194] SyncDb: failed to execute query to save file info [20130628 06:30:58.196] SyncDb: failed to execute query to save file info [20130628 06:30:58.197] SyncDb: failed to execute query to save file info [20130628 06:30:58.199] SyncDb: failed to execute query to save file info [20130628 06:30:58.202] SyncDb: failed to execute query to save file info [20130628 06:30:58.204] SyncDb: failed to execute query to save file info ~/.sync $ date Sun Jul 28 06:34:44 CDT 2013
  3. Just because I can't leave well enough alone, I updated the code to have a --html FILE and --[no-]png option. It is now possible to generate an HTML file with the QR Codes built using CSS and tables. $ btsync_qrcode.rb --help Usage: btsync_qrcode.rb [options] --[no-]png Output as individual PNG files, default TRUE --html FILE Print HTML QR Codes to FILE -f, --file FILE BTSync config file ( default ~/.btsync ) -s, --size SIZE PNG image size (default 300)
  4. I have written a QR Code generator in Ruby for those that use a configuration file on linux, but still want to be able to add Android devices easily. https://github.com/g...y/btsync-qrcode btsync-qrcode ============= BitTorrent Sync QR Code generator I like the idea of being able to sync directories on my android phone and tablet with my other systems. However, there is no way to generate the QR Code on linux if using a config file instead of the webui interface. This script provides QR Codes as individual PNG files for each share in a BTSync configuration file. $ btsync_qrcode.rb --help Usage: btsync_qrcode.rb [options] -f, --file FILE BTSync config file ( default ~/.btsync ) -s, --size SIZE PNG image size (default 300)