This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./configure --prefix=$HOME/.php/5.6 --with-pear --with-gd --with-imap-ssl --enable-sockets --with-jpeg-dir=$HOME/.php/dependencies/libjpeg --with-png-dir=$HOME/.php/dependencies/libpng --enable-exif --enable-zip --with-bz2 --with-freetype-dir=$HOME/.php/dependencies/freetype --with-zlib --with-openssl-dir=`brew --prefix openssl` --with-mcrypt=$HOME/.php/dependencies/libmcrypt --enable-soap --enable-xmlreader --with-xsl --enable-ftp --enable-cgi --with-curl --with-tidy --with-xmlrpc --enable-sysvsem --enable-sysvshm --enable-shmop --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-pdo-sqlite --with-pdo-pgsql --with-pgsql --enable-pcntl --with-libedit --enable-mbstring --disable-debug --enable-bcmath |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/xcrun swift | |
| import AppKit | |
| enum iTermColors: String { | |
| case Ansi0 = "Ansi 0 Color" | |
| case Ansi1 = "Ansi 1 Color" | |
| case Ansi2 = "Ansi 2 Color" | |
| case Ansi3 = "Ansi 3 Color" | |
| case Ansi4 = "Ansi 4 Color" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pip freeze | xargs pip uninstall -y |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| sudo rm -rf /Library/Java/JavaVirtualMachines/jdk* | |
| sudo rm -rf /Library/PreferencePanes/Java* | |
| sudo rm -rf /Library/Internet\ Plug-Ins/Java* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @media (max-width: 767px) { | |
| .box-slide.bg-5 { | |
| background-image:url(http://i.imgur.com/OFx35dP.png); | |
| background-size: 100% 340px; | |
| } | |
| .box-slide.bg-4 { | |
| background-image:url(http://i.imgur.com/ckNliyV.png); | |
| background-size: 100% 340px; | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install python 2.7.10 with pyenv on ubuntu 14.04 | |
| sudo apt-get install git python-pip make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev | |
| git clone https://github.com/yyuu/pyenv.git ~/.pyenv | |
| echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc | |
| echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc | |
| echo 'eval "$(pyenv init -)"' >> ~/. | |
| exec $SHELL |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # install ruby 2.2.3 with rbenv on ubuntu 14.04 | |
| sudo apt-get install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties libffi-dev | |
| git clone git://github.com/sstephenson/rbenv.git ~/.rbenv | |
| git clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build | |
| git clone https://github.com/sstephenson/rbenv-gem-rehash.git ~/.rbenv/plugins/rbenv-gem-rehash | |
| echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc | |
| echo 'eval "$(rbenv init -)"' >> ~/.bashrc | |
| exec $SHELL |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # install python 2.7.10 with pyenv on centos 7 | |
| yum install -y gcc gcc-c++ make git patch openssl-devel zlib-devel readline-devel sqlite-devel bzip2-devel | |
| git clone git://github.com/yyuu/pyenv.git ~/.pyenv | |
| echo 'export PATH="$HOME/.pyenv/bin:$PATH"' >> .bashrc | |
| echo 'eval "$(pyenv init -)"' >> .bashrc | |
| pyenv install 2.7.10 | |
| pyenv global 2.7.10 |
I hereby claim:
- I am clozed2u on github.
- I am clozed2u (https://keybase.io/clozed2u) on keybase.
- I have a public key whose fingerprint is BBDD E1D2 9167 7A77 7C90 7C88 480D 0030 DC26 C843
To claim this, I am signing this object: