Skip to content

Instantly share code, notes, and snippets.

View TerenceLiu98's full-sized avatar
🌍
Working

TerenceLau TerenceLiu98

🌍
Working
View GitHub Profile
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get -y install r-base
echo " finish r-base installation"
sudo apt-get -y install gdebi-core
wget https://download2.rstudio.org/rstudio-server-1.1.463-amd64.deb
sudo gdebi rstudio-server-1.1.463-amd64.deb
echo "finish rstudio-server installation"
#/bin/zsh
brew install privoxy
echo -n "<- Enter your http/https PORT ->"
read PORT
echo "PORT = $PORT"
echo "function proxy_off(){" >> ~/.bash_profile
echo " unset http_proxy" >> ~/.bash_profile
echo " unset https_proxy" >> ~/.bash_profile
echo " echo -e "已关闭代理"" ~/.bash_profile
echo "}\n" >> ~/.bash_profile
wget -r -np -nH -R index.html + URL
: '
It can download all the document from the file without the index.html
`
@TerenceLiu98
TerenceLiu98 / license-badges.md
Created August 12, 2018 00:43 — forked from lukas-h/license-badges.md
License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.

Notes

  • Badges are made with Shields.io.
  • This badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.  
  • 🇫🇷 Cette liste en français
  • Github has a new autodetection of the LICENSE file, which shows up the license at the repo overview