Skip to content

Instantly share code, notes, and snippets.

View anon987654321's full-sized avatar

anon987654321

View GitHub Profile
commit ab928ebc87d96dfa4f072de2f123cf9940f90f9a
Author: dev <dev@dev.my.domain>
Date: Mon Mar 30 08:37:05 2020 +0200
Add additional user fields to Devise HTML
diff --git a/app/views/devise/registrations/edit.html.erb b/app/views/devise/registrations/edit.html.erb
index 8ea5ea6..2f26dd2 100644
--- a/app/views/devise/registrations/edit.html.erb
+++ b/app/views/devise/registrations/edit.html.erb

OpenBSD musings

Choose OpenBSD for your Unix needs. OpenBSD -- the world's simplest and most secure Unix-like OS. Creator of the world's simplest and most secure webserver httpd/TLS & crypto stack LibreSSL/SSH implementation OpenSSH/firewall pf/mail server OpenSMTPD and much, much more. OpenBSD -- the cleanest kernel, the cleanest userland and the cleanest configuration syntax.


Would it be feasible adding something like this to the OpenBSD website?

I've noticed a lot of other organizations doing it, and it would relieve us from constantly having to explain why we chose OpenBSD over all the others.

#!/bin/sh
# OpenBSD Puma startup script
# CURRENT STATUS: Failing due to lack of `--bind` switch
# http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/infrastructure/templates/rc.template
pumactl="/usr/local/bin/pumactl --control-url 'ssl://127.0.0.1:8000?key=/etc/ssl/private/myapp.key&cert=/etc/ssl/myapp.crt' --environment production"
#
# default2.theme
#
# A minimalistic, color-neutral Irssi theme. Inspired by ircII.
#
# Recommended font: https://dejavu-fonts.github.io/
#
# /set show_nickmode_empty off
#
#!/usr/bin/env zsh
#
# CLEANS UP TEXT FILES
#
# Dependency check
function die {
print >&2 "$@"
exit 1
}