Pleroma 2.7.0 upgrade in FreeBSD jail
1. Create new jail for Pleroma zfs receive -v rpool/jail/pleroma < /poudriere/data/packages/zfs/jail141-release.zfs Add new entry for it in /etc/jail.conf # PostreSQL needs allow.sysvipc = 1;...
1. Create new jail for Pleroma zfs receive -v rpool/jail/pleroma < /poudriere/data/packages/zfs/jail141-release.zfs Add new entry for it in /etc/jail.conf # PostreSQL needs allow.sysvipc = 1;...
This is based on 2016-11-06 Tim Chase blog page Installing FreeBSD on OVH. The method below is not using bsdinstall, but instead is based on bootstraping FreeBSD ZFS image from running system with ...
This article entitled “OpenBSD with GPS synchronised NTP” from Iain R. Learmonth triggered my interest. Getting stratum 1 time synchronised from GPS on your computer looked so simple on OpenBSD, al...
Searx is a privacy respecting search proxy aggregating results from different Internet search engines. I have it running in a jail since some time now, and I wanted to upgrade to the latest version...
Collection of personal one-liners and notes that I use regularly Create service account NAME=git ID=2002 && pw groupadd -n $NAME -g $ID && pw useradd -n $NAME -g $NAME -u $ID -s /...
Kodėl projektų vadovai negali valdyti projektų
Mac for DataCenter Apple Mac Pro’s are great machines with quality and powerful hardware. And it fits nice and looks unique on a desktop. But what when you still have some applications that need t...
From zaib.as to uoga.net End of the year, I have some spare time and long winter evenings, let’s do this. Dropping Drupal in favor of static page engine Jekyll, no more database, yay! ...
Building Zabbix 2.2.5 agent from source, running ./configure --enable-agent, then make, on OpenBSD 5.4 fails with following error: net.c: In function 'get_ifdata': net.c:41: error: storage size of...
msktutil is Active Directory keytab manager that you can run on Linux, see home page at http://fuhm.net/software/msktutil/ . To compile it on FreeBSD: Install OpenLDAP client and Cyrus-SAS...