https://github.com/systemd/systemd/issues/5644#issuecomment-290345033
https://packages.debian.org/jessie/gummiboot
Simple UEFI bootloader
UEFI bootloader
bootloader
dep: systemd
My face when: http://dump.bitcheese.net/files/aruwuxi/After-seeing-a-lot-of-crap-in-the-few-last-days-I-need-that-button.gif
https://plus.google.com/+RobertSchwebel/posts/eS2fnvmsfdW новая итерация калоедства и поощрения рукожопости долбоёбов: Лёнчик изобретает Factory Reset.
http://undeadly.org/cgi?action=article&sid=20130130081741
OpenSMTPD has had filters for over a year now, but disabled as the API is not stable and there were more important stuff to deal with.
Filters in OpenSMTPD are standalone programs that are linked against a lib we provide to demonize and provide an event-based callback mechanism.
The filters can be very very easy and an example of a working filter could be as simple as:
void
mail_cb(uint64_t id, struct filter_mail *p, void *arg)
{
/* block idiots */
if (! strcmp(p->domain, "0pointer.net")) {
filter_api_reject(id, 530, "You're not welcome, go away !");
return;
}
filter_api_accept(id);
}
дерьмо
Разработчик Arch Linux, Tom Gundersen, в рассылке systemd-devel сегодня предложил первый вариант системного сервиса, networkd. Конфигурация сервиса производится с помощью ini-файлов, и сделана несовместимой ни с NetworkManager, ни с рекомендуемыми Red Hat способами настройки в /etc/sysconfig/network-scripts/, ни с connman. Пока новшество вызвало смешанную реакцию.
http://rfremix.ru/content/В-systemd-приходит-управление-сетью
(оно даже с рачевым netconf не совместимо, есличо)