create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| seq 100 | sed 'n;n;s/.*/Fizz/' | sed 'n;n;n;n;s/[0-9]*$/Buzz/' |
| // Hi! | |
| (function() { return 'hi'; })(); | |
| // This is a sketchpad for Javascript | |
| // ---------------------------------- | |
| // * 2 spaces are default so that stuff fits | |
| // on projectors. | |
| // * some things might be weird, don't be afraid | |
| // * console.whatever doesn't do anything |
| "hello, world"; // edit this to begin | |
| "test" | |
| 5 + 5 |
| [ | |
| { | |
| "installDate": 1526437677476, | |
| "enabled": true, | |
| "updateUrl": "https://userstyles.org/styles/chrome/136318.json?ik-bg_theme=ik-bg_theme_blueg&ik-text_theme=ik-text_theme_def&ik-photo_filters=ik-photo_filters_none&ik-chat_opacity=ik-chat_opacity_full&ik-cover_photo=ik-cover_photo_no&ik-ro_av=ik-ro_av_n&ik-convo_list=ik-convo_list_n&ik-wider_b=ik-wider_b_n&ik-cust_bg=ik-cust_bg_n&ik-cust_bg_ph=ik-cust_bg_ph_1", | |
| "md5Url": "https://update.userstyles.org/136318.md5", | |
| "url": "http://userstyles.org/styles/136318", | |
| "originalMd5": "3390e5b7c6a6c75d4c2981189c7f5248", | |
| "sections": [ | |
| { |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| #!/usr/bin/env bash | |
| # Instal php5.6 with phpbrew on ubuntu 18.04 | |
| # Install all dependencies | |
| sudo apt update | |
| sudo apt install wget php build-essential libxml2-dev libxslt1-dev libbz2-dev libcurl4-openssl-dev libmcrypt-dev libreadline-dev libssl-dev autoconf apache2-dev | |
| wget https://github.com/phpbrew/phpbrew/raw/master/phpbrew | |
| chmod +x phpbrew | |
| mv phpbrew /usr/local/bin |
| #!/usr/bin/env bash | |
| # Usage: bash phpbrewswitch | |
| i=1 | |
| c=1 | |
| options=() | |
| while [ $c -gt 0 ] | |
| do | |
| v=$(phpbrew list | sed -n "${i}p") | |
| if [ -z "$v" ]; then |
| { | |
| "language": "English (US)", | |
| "section_list": { | |
| "donate": "donate", | |
| "general": "general", | |
| "video": "video", | |
| "settings": "settings" | |
| }, | |
| "section_titles": { | |
| "donate": "Support Iridium", |
Command:
curl https://git.io/ -i -F "url=https://github.com/YOUR_GITHUB_URL" -F "code=YOUR_CUSTOM_NAME"URLs that can be created is from:
https://github.com/*https://*.github.comhttps://*.github.com/*https://*.github.io