https://support.atlassian.com/bitbucket-cloud/docs/troubleshoot-ssh-issues/
-
add ssh key to bitbucket
-
checks your SSH agent for an SSH key, and then checks if that private key matches a public key for an acc
ssh -T git@bitbucket.org
https://support.atlassian.com/bitbucket-cloud/docs/troubleshoot-ssh-issues/
add ssh key to bitbucket
checks your SSH agent for an SSH key, and then checks if that private key matches a public key for an acc
ssh -T git@bitbucket.org
As mentioned in the comment section, GCC versions lower than 7 are still available in xenial repository. You can follow the following steps to install gcc-5:
Add xenial to /etc/apt/sources.list
Open sources.list with sudo
sudo vim /etc/apt/sources.list
Add the following lines in the sources.list file
| // ==UserScript== | |
| // @name sydneytoday copy helper | |
| // @namespace http://www.github.com/ | |
| // @version 0.1.0 | |
| // @description copyable | |
| // @author xx | |
| // @license MIT | |
| // @match https://www.sydneytoday.com/* | |
| // @icon https://www.google.com/s2/favicons?domain=www.sydneytoday.com | |
| // @run-at document-start |
| // ==UserScript== | |
| // @name Google AdSense Ads Remover | |
| // @namespace https://openuserjs.org/users/ner0 | |
| // @description Removes Google ads from its search results | |
| // @icon https://www.google.com/adsense/start/images/favicon.ico | |
| // @author ner0 | |
| // @copyright 2020, ner0 (https://openuserjs.org/users/ner0) | |
| // @license MIT | |
| // @version 0.1 | |
| // @supportURL https://openuserjs.org/scripts/ner0/Google_AdSense_Ads_Remover/issues |
| # workspace | |
| export GOPATH=$HOME/go # mkdir that one | |
| export GOROOT=/usr/local/go # native src | |
| export PATH=$PATH:$GOROOT/bin:$GOPATH/bin | |
| export GO111MODULE=on | |
| # use the network to update the named packages and dependencies |
| ### Keybase proof | |
| I hereby claim: | |
| * I am ilovejs on github. | |
| * I am ilovejs (https://keybase.io/ilovejs) on keybase. | |
| * I have a public key ASBnUVa_C7CXpUUxq24MQ7b20YTLuTZh376rE5GfJk20zgo | |
| To claim this, I am signing this object: |
| { | |
| "editor.fontSize": 14, | |
| "editor.fontFamily": "Courier", | |
| "redhat.telemetry.enabled": false, | |
| "terminal.integrated.fontFamily": "Courier", | |
| "terminal.integrated.lineHeight": 1.2, | |
| "terminal.integrated.letterSpacing": 0, | |
| "terminal.integrated.gpuAcceleration": "canvas", | |
| "workbench.preferredDarkColorTheme": "Visual Studio Dark", | |
| "window.autoDetectColorScheme": true, |
| import 'dart:convert'; | |
| import 'dart:math'; | |
| import 'dart:ui'; | |
| import 'package:flutter/cupertino.dart'; | |
| import 'package:flutter/material.dart'; | |
| void main() => runApp(ApiCall()); | |
| class ApiCall extends StatelessWidget { |
I hereby claim:
To claim this, I am signing this object: