% pkg -vv | grep ': {' | sort
FreeBSD-base: {
FreeBSD-ports: {
local-poudriere: {
%
| #!/bin/sh | |
| # | |
| # PROVIDE: zenbleed_workaround | |
| # REQUIRE: root mountcritlocal microcode_update | |
| # BEFORE: SERVERS | |
| # KEYWORD: nojail resume | |
| # Source: https://gist.github.com/Freaky/2560975d3c94246b86f464b8be75c967 | |
| # | |
| # Copyright (c) 2023 Thomas Hurst <tom@hur.st> |
(taken from Hard Sayings of the Bible)
The Rate for the Job? (Mt 20:14-15)
One of the complaints that right-living and religious people made about Jesus arose from his treatment of the more disreputable members of society. They might have agreed that such persons should not be entirely excluded from the mercy of the all-loving God. Even for them there was hope, if they showed by practical repentance and unquestionable amendment of life that they were not beyond redemption. But not until such evidence had been given could they begin to be accepted as friends and neighbors. Jesus, however, accepted them immediately; he did not wait to see the outcome before he committed himself to them. This was disturbing; it was even more disturbing that he seemed to think more highly of them than of those who had never blotted their public copybook. He gave the impression that he actually preferred the company of the rejects of society; he not only made them feel at home in his company, so that they felt free to take l
| #!/usr/bin/env bash | |
| # It is simple script for joining linux system to windows Active Directory domain. | |
| # I haven't tested it after the last edit... | |
| # Attention!!! This script can completely broken your system! | |
| # You should not use it if you don't know what you are doing! | |
| # Determining the system in which the script runs. | |
| if [[ `cat /etc/centos-release | cut -d' ' -f4 | cut -d. -f1` = 7 ]]; then | |
| os="CentOS 7" |