Multiple SSH Keys settings for different github account
create different public key
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
#!/bin/bash | |
# Requirements: dialog mpv | |
# Optional: youtube-dl wget hq | |
# Arguments: none | |
# | |
# Changelog: | |
# > + from function to standalone script | |
# + menu stack for saving previous menu command | |
# + choices stack for saving previous menu choice |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
# Python/Django files | |
*.pot | |
*.py[cod] | |
# Folder view configuration files | |
.DS_Store | |
Desktop.ini | |
# Thumbnail cache files | |
._* |
Returns a property value of a resource passing additional params as needed.
az-get <resource> <property> [additional params]
#!/usr/bin/env bash | |
mapfile -t meh < <(ps -ax) | |
echo "found ${#meh[@]} processes" |
// The name of the Gmail Label to expire | |
var GMAIL_LABEL = 'expires'; | |
// Archive messages automatically after N days | |
var EXPIRE_AFTER = '10'; | |
/* | |
* STOP EDITING BELOW HERE UNLESS | |
* YOU KNOW WHAT YOU'RE DOING | |
* |
just a file
That's all folks!
The following is a quick guide to get this working on various Linux distros. As a side note, if you have Chrome installed alongside Vivaldi, Netflix should also work after making these changes. Alternatively, use my latest-widevine.sh to fetch and extract Chrome's copy of Widevine, so that it can be used by Vivaldi.
If you don't have working Flash video and need that in addition, please refer to these instructions.
Note: This guide is primarrily aimed at users of Vivaldi stable releases. If it does not solve your issues, read this in addition.
div#json, div#jfContent{ | |
margin: 0; | |
padding: 20px; | |
background: #191919; | |
color: #C4BD97; | |
position: fixed; | |
top:0; | |
bottom:0; | |
left:0; | |
right:0; |
Chromium OS is cool. Chromium OS with crouton is cooler. Chromium OS with Docker is even cooler. This is specifically a guide for the Chromebook Pixel 2 (2015), but I can't think of any reason it wouldn't work with other devices.