Skip to content

Instantly share code, notes, and snippets.

@ARolek
ARolek / ImageMagick-Amazon-Linux.md
Last active February 10, 2023 00:07
Install ImageMagick from source on Amazon Linux

I needed a newer version of ImageMagick than is available on the yum packages on Amazon Linux. I tried using the remi repo but it failed with dependency errors. Here is what I did to install ImageMagick with support for PNG, JPG, and TIFF.

download the most recent package

wget http://www.imagemagick.org/download/ImageMagick.tar.gz

uncomress the package

@yhara
yhara / gist:3087849
Created July 11, 2012 03:40
Ruby Twitter Gem cheat sheet (ja) v2.1.0
Ruby Twitter Gemの簡易リファレンス(というかメモ)です。内容はバージョン2.1.0に準拠しています。
{{toc_here}}
! インストール
$ gem install twitter -v=2.1.0
(環境によっては sudo gem ~)
! 概要
* 公式サイト:https://github.com/jnunemaker/twitter