Jump to content

moul

Member
  • Posts

    9
  • Joined

  • Last visited

Posts posted by moul

  1. Description


     


     


    Send Content to a Google's Chromecast device


     


    Dependencies


    • Python>=2.7
    • A Chromecast device installed and configured

    Source Code: Github


    Download Links


    License


    MIT


     

  2. Description


    Control boot2docker from Alfred


     


    More info about boot2docker: https://github.com/boot2docker/boot2docker


     


    Dependencies


    • Python>=2.7
    • Boot2docker installed

    Source Code: Github


    Download Links


    License


    MIT


     

  3. This is a great workflow and such a timesaver!

     

    Question on the secret: if you're a current google authenticator user on your mobile device, how would you go ahead and get those secrets again without disconnecting?  Would you simply delete each previous entry and restart?

     

    From what I know, it is not possible to get a secret from the mobile device
     
    I personally had to renew my secrets to be able to add them on both my phone and gauth
  4. Description

    Equivalent of the mobile versions of Google Authenticator: https://itunes.apple.com/en/app/google-authenticator/id388497605?mt=8.

     

    I personally use it on Gmail, Amazon AWS, Github, Evernote and Dropbox

     

    A bigger list is available on Wikipedia: http://en.wikipedia.org/wiki/Two-step_verification

     

    There is also a Pam module project on Github: https://github.com/nlm/pam-google-authenticator

     

    anim.gif

     

    Non-exhaustive list of links for "secret" installation

    Dependencies

    • Python>=2.7

     

    System Modifications

    Create a ~/.gauth file with your secrets, ie:

    [google - bob@gmail.com]
    secret = xxxxxxxxxxxxxxxxxx
    
    [evernote - robert]
    secret = yyyyyyyyyyyyyyyyyy
    

    It's also possible to add credentials with "gauth add [account] [secret]" from Alfred

     

    Source Code: Github

     

    Download Links

     

    Screenshots

     

    1.png

     

    2.png

     

    3.png

     

    Acknowledgments

     

    License

    MIT

×
×
  • Create New...