One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
{ | |
"settingsVersion": "1.64.6", | |
"exclusionRules": [ | |
{ | |
"pattern": "https?://mail.google.com/*", | |
"passKeys": "" | |
}, | |
{ | |
"pattern": "https?://*distrotest.net/*", | |
"passKeys": "" |
{"displayMode":"custom","hideLabel":false,"iconBreak":9,"shortcutIconSize":64,"toolbarIcon":null,"toolbarIconDarkMode":false,"userList":["79","21","27","39","48","49","61","59","218","96","97","101","109","89","157","144","160","31","336","632","221"]} |
{"version":"","autoConvert":"trad","iconAction":"auto","symConvert":true,"inputConvert":"none","fontCustom":{"enable":false,"trad":"PMingLiU,MingLiU,新細明體,細明體","simp":"MS Song,宋体,SimSun"},"urlFilter":{"enable":true,"list":[{"url":"*.ruanyifeng.*","zhflag":"trad"},{"url":"*.baidu.com/*","zhflag":"trad"},{"url":"*.33oz.com/*","zhflag":"trad"},{"url":"*php.net/manual/zh/*","zhflag":"trad"},{"url":"*www.w3school.com.cn/*","zhflag":"trad"},{"url":"*ahkcn.sourceforge.net/*","zhflag":"trad"},{"url":"*www.jianshu.com/*","zhflag":"trad"},{"url":"*www.php.cn/*","zhflag":"trad"},{"url":"*www.amazon.co.jp/*","zhflag":"trad"},{"url":"*www.code4app.com/*","zhflag":"trad"},{"url":"*www.denimio.com/*","zhflag":"trad"},{"url":"*larabase.com/*","zhflag":"trad"},{"url":"*jekyllcn.com/*","zhflag":"trad"},{"url":"*cn.vuejs.org/*","zhflag":"trad"},{"url":"*www.spirit-of-*.com/*","zhflag":"trad"},{"url":"*greasyfork.org/*","zhflag":"trad"},{"url":"*laravel-china.*","zhflag":"trad"},{"url":"*learnku.com/*","zhflag":"trad"}]},"userPhr |
Getting started:
Related tutorials:
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.com
https://*.github.com/*
https://*.github.io
{ | |
"language": "English (US)", | |
"section_list": { | |
"donate": "donate", | |
"general": "general", | |
"video": "video", | |
"settings": "settings" | |
}, | |
"section_titles": { | |
"donate": "Support Iridium", |
#!/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 |
#!/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 |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"