Skip to content

Instantly share code, notes, and snippets.

View MohamedBrary's full-sized avatar

Mohamed Brary MohamedBrary

View GitHub Profile

Keybase proof

I hereby claim:

  • I am mohamedbrary on github.
  • I am mohamedbrary (https://keybase.io/mohamedbrary) on keybase.
  • I have a public key ASDat52yj6FMcX6MT9lO7zR4HZSrQDn2JTuzlO42OvsVNQo

To claim this, I am signing this object:

@brunogaspar
brunogaspar / README.md
Last active October 7, 2022 09:08
Install wkhtmltopdf on Ubuntu (14.04 64-bit) or (16.04 64-bit)

Install wkhtmltopdf on Ubuntu

This was tested on:

  • Ubuntu 14.04 x64
  • Ubuntu 16.04 x64

Installation

@Geesu
Geesu / assets.rake
Created December 8, 2014 16:55
Disable asset precompilation on heroku
Rake::Task["assets:precompile"].clear
namespace :assets do
task 'precompile' do
puts "Not pre-compiling assets..."
end
end