-
Install Azure CLI
-
Run
az login
and take note of its output:
[
Install Azure CLI
Run az login
and take note of its output:
[
Past August 2024, Authy stopped supported the desktop version of their apps:
See Authy is shutting down its desktop app | The 2FA app Authy will only be available on Android and iOS starting in August for details.
And indeed, after a while, Authy changed something in their backend which now prevents the old desktop app from logging in. If you are already logged in, then you are in luck, and you can follow the instructions below to export your tokens.
If you are not logged in anymore, but can find a backup of the necessary files, then restore those files, and re-install Authy 2.2.3 following the instructions below, and it should work as expected.
# Before running this script, go to Quiver and export all notebooks into json/quiver format | |
# Place them in a folder called `exports` in the same directory as this script. | |
# In terminal, run `ruby quiver-to-evernote.rb` | |
# Check for presence of required gems. | |
# If not present, install the gems | |
["rubygems", "sanitize"].each do |gem| | |
begin | |
gem "#{gem}" | |
rescue Gem::LoadError | |
`gem install #{gem}` |
ps -ef | awk -e '/qemu/ && !/awk/' | sed -e 's/[^/]*//' -e 's/ -/\n\t-/g' |
When you do your first Sonar run on your project, you get a lot of new quality numbers to play with, but no trends. You only have one data set for comparison, the now picture.
Wouldn't it be nice if you could see the current trend of the project without waiting a couple of month for the 'daily/weekly' Sonar runs to fill up the data? Well, you're in luck! And if you're using git as a version system as well, this is your day. :)
In the Sonar Advanced Parameter documentation you will find a System Property called sonar.projectDate. The property let you tell Sonar when in time the running analysis was ran.
By combining this property and what your version system does best, track changes to source, we can now play back the history of the project as far as Sonar is concerned.
This little Bash script illustrates the concept. To spell out what it does in human readable form:
name 'base_linux' | |
description 'A base role to be applied to all linux nodes' | |
run_list 'recipe[chef-client::default]','recipe[chef-client::delete_validation]','recipe[audit::default]' | |
default_attributes({ | |
'audit' => { | |
'reporter' => 'chef-server-automate', | |
'fetcher' => 'chef-server', | |
'profiles' => [ | |
{ | |
'name' => 'linux-patch-baseline', |
knife search node '*' -a chef_packages.chef.version | grep "chef_packages.chef.version" | cut -d" " -f4 | sort | uniq |
name 'base_windows' | |
description 'A base role for all windows nodes' | |
run_list 'recipe[chef-client::default]','recipe[chef-client::delete_validation','recipe[audit::default]' | |
default_attributes({ | |
'audit' => { | |
'reporter' => 'chef-server-automate', | |
'fetcher' => 'chef-server', | |
'profiles' => [ | |
{ | |
'name' => 'windows-patch-baseline', |
#!/usr/bin/env ruby | |
# Go to emoji customization page on your Slack org | |
# download the html for that page | |
# Also need "nokogiri" installed | |
# | |
# Usage: scrape <htmlfile> | |
require 'nokogiri' | |
require 'open-uri' | |
file = ARGV[0] |
Code | Title | Duration | Link |
---|---|---|---|
Keynote | Andy Jassy Keynote Announcement Recap | 0:01 | https://www.youtube.com/watch?v=TZCxKAM2GtQ |
Keynote | AWS re:Invent 2016 Keynote: Andy Jassy | 2:22 | https://www.youtube.com/watch?v=8RrbUyw9uSg |
Keynote | AWS re:Invent 2016 Keynote: Werner Vogels | 2:16 | https://www.youtube.com/watch?v=ZDScBNahsL4 |
Keynote | [Tuesday Night Live with Jame |