Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am gllmhyt on github.
  • I am postblue (https://keybase.io/postblue) on keybase.
  • I have a public key ASBJ2HQ7vopY3kNG_mCkFUyzxWifnd4z5kQiPSoszQjSgQo

To claim this, I am signing this object:

This file has been truncated, but you can view the full file.
checking for a BSD-compatible install... /usr/bin/install -c
checking for ldmd... /usr/bin/ldmd
checking for glib-compile-resources... /usr/bin/glib-compile-resources
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether make sets $(MAKE)... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for a sed that does not truncate output... /usr/bin/sed
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
@gllmhyt
gllmhyt / mastodon.service
Last active April 5, 2017 11:53
Mastodon maintenance systemd service files
[Service]
Type=oneshot
WorkingDirectory=/srv/mastodon/live
Environment="RAILS_ENV=production"
ExecStartPre=/bin/systemctl stop mastodon-web.service mastodon-sidekiq.service mastodon-streaming.service
ExecStart=/usr/bin/sudo -u mastodon /usr/bin/git pull
ExecStart=/usr/bin/sudo -u mastodon -E /srv/mastodon/.rbenv/shims/bundle install --deployment --without development test
ExecStart=/usr/bin/sudo -u mastodon /usr/bin/yarn install
ExecStart=/usr/bin/sudo -u mastodon -E /srv/mastodon/.rbenv/shims/bundle exec rails db:migrate
ExecStart=/usr/bin/sudo -u mastodon -E /srv/mastodon/.rbenv/shims/bundle exec rails assets:precompile
@gllmhyt
gllmhyt / PKGBUILD
Created March 14, 2017 17:57
GNOME Recipes PKGBUILD
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=recipes
pkgver=0.22.0
pkgrel=1
pkgdesc="Recipe management application for GNOME"
arch=(x86_64 i686)
url="https://wiki.gnome.org/Apps/Recipes"
license=(GPL3)
depends=(gnome-autoar gspell)
@gllmhyt
gllmhyt / openpgp.txt
Created November 1, 2016 01:07
Identité reliée à OpenKeychain
Ce gist confirme l'identité reliée se trouvant dans ma clef OpenPGP et le relie à ce compte GitHub.
Jeton pour preuve :
[Verifying my OpenPGP key: openpgp4fpr:fb83a56d3c574c41dfebd307c411fded764631c1]
@gllmhyt
gllmhyt / gnu-social.service
Last active October 23, 2016 08:15
GNU social systemd service files
[Unit]
Description=GNU social Daemons
After=network.target mariadb.service nginx.service php5-fpm.service
[Service]
User=www-data
Group=www-data
Type=forking
PIDfile=/var/run/queuedaemon.generic.pid
ExecStart=/var/www/herds/scripts/startdaemons.sh