Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Penguincoder, to opensource in Migrate from Authy to FOSS TOTP app

A GIST with good instructions/how to. Follow the steps until #8, but don’t paste in the following code block; instead scroll down a bit until you see Alternatively, this code can be used to save your tokens as a JSON file, and then paste in THAT code block. That should get you a json file with TOTP credentials ready to import to another FOSS authenticator. I like Aegis and it can import that json file from step 1.

Penguincoder, to food in Nonalcoholic Beer Is Booming. Here Are the Ones to Try.

Athletic Brewing NA beers are pretty good. Of course, they don’t get you buzzed, but the flavor is there. I especially enjoy the First Ride, from them. Wit’s peak is good for that I want a Witbier style of beers.

Penguincoder, (edited ) to linux in Is there such a thing as split-screen grep?

Your request goes against the unix philosophy. Grep does one thing and does it well. If you desire additional functionality, you should add another utility to accomplish what you want.

rsync -naP --exclude-from=rsync-homedir-local.txt /home/$USER/ $BACKUPDIR/ | grep denied

In your specific task, utilize bashims to do (what I think) you want:

rsync -naP --exclude-from=rsync-homedir-local.txt /home/$USER/ $BACKUPDIR/ || echo “task failed”

Penguincoder, to linux in Stop Using Bash

No.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #