fork de foo/bar
en moi/bar
git clone github.com/moi/bar
git remote add upstream github.com/foo/bar # pour les git fetch d'après
Homebrew build logs for mutt on macOS 10.14.3 | |
Build date: 2019-03-29 09:43:55 |
echo | openssl s_client -connect '9.9.9.9:853' 2>/dev/null | openssl x509 -pubkey -noout | openssl pkey -pubin -outform der | openssl dgst -sha256 -binary | openssl enc -base64 | |
# replace 9.9.9.9 by 1.1.1.1/1.0.0.1/etc. |
#!/bin/zsh -i | |
# if you're using ZSH, change the shebang above to "#!/bin/zsh -i" | |
eval "$(rbenv init -)" | |
if [ ${#} -ne 2 ]; then | |
echo >&2 Usage: $(basename ${0}) old-version new-version | |
exit 1 | |
fi |
@ TXT "v=spf1 ip4:0.0.0.0/0 ip6:::/0 ?all" |
gpg --with-colons --list-sigs <keyid> | awk -F: '$10 ~/not found/{print $5}'| xargs gpg --recv-keys |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env sh | |
## | |
# This is script with usefull tips taken from: | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# | |
# install it: | |
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
# |
I mau have missed something during the 0.7.1 -> 0.9.1 migration... | |
1227 [11:05] roberto@centre:/www/oradiant> bundle exec rake production radiant:extensions:clipped:migrate_from_page_attachments | |
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.Gem.source_index called from /home/staff/roberto/.rvm/gems/[email protected]/gems/rails-2.3.14/lib/rails/gem_dependency.rb:21.This task can clean up traces of the page_attachments (think table records and files currently in /public/page_attachments). | |
If you would like to use this mode type "yes", type "no" or just hit enter to leave them untouched for now. | |
yes | |
rake aborted! | |
PGError: ERROR: relation "old_page_attachments" does not exist | |
LINE 4: WHERE a.attrelid = '"old_page_attachments"'::re... | |
^ |