Hi there!
The docker cheat sheet has moved to a Github project under https://github.com/wsargent/docker-cheat-sheet.
Please click on the link above to go to the cheat sheet.
| #!/bin/sh | |
| # Create an animated GIF of a screen recording to upload to d.o | |
| # Usage: creategif input_file.mp4 output_file.gif | |
| # As described at http://blog.pkh.me/p/21-high-quality-gif-with-ffmpeg.html | |
| palette="/tmp/palette.png" | |
| filters="fps=15,scale=1280:-1:flags=lanczos" |
| [color] | |
| ui = auto | |
| [color "diff"] | |
| meta = yellow bold | |
| frag = magenta bold | |
| old = red bold | |
| new = green bold | |
| whitespace = red reverse | |
| [core] | |
| whitespace=fix,-indent-with-non-tab,-indent-with-tab,trailing-space,cr-at-eol |
| #!/bin/bash | |
| echo "Starting Installation..." | |
| # Install dependencies | |
| yum install gcc-c++ patch readline readline-devel zlib zlib-devel libyaml-devel libffi-devel openssl-devel make bzip2 autoconf automake libtool bison iconv-devel ruby-devel libxml2 libxml2-devel libxslt libxslt-devel git | |
| # Install Ruby from rvm | |
| \curl -sSL https://get.rvm.io | bash -s stable --ruby |
Hi there!
The docker cheat sheet has moved to a Github project under https://github.com/wsargent/docker-cheat-sheet.
Please click on the link above to go to the cheat sheet.
| # vi: ft=dosini | |
| [user] | |
| name = Pavan Kumar Sunkara | |
| email = pavan.sss1991@gmail.com | |
| username = pksunkara | |
| [core] | |
| editor = nvim | |
| whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol | |
| pager = delta | |
| [column] |