A rough guide, for alpha testing on AMD64:
- tested with FreeBSD 15.0-ALPHA2 and ALPHA3
 - things might be less rough with ALPHA4, with or without the next release of ports-mgmt/pkg.
 
Not intended to be comprehensive.
A rough guide, for alpha testing on AMD64:
Not intended to be comprehensive.
Since version 2.23, git-blame has a feature to ignore certain commits. This feature is useful to ignore large formatting or apparently unimportant changes.
.git-blame-ignore-revsgit config blame.ignoreRevsFile .git-blame-ignore-revsThe file format is described in git-fsck's man:
https://git-scm.com/docs/git-fsck#Documentation/git-fsck.txt-fsckskipList
| # Copyright: (c) 2021, Jordan Borean (@jborean93) <[email protected]> | |
| # MIT License (see LICENSE or https://opensource.org/licenses/MIT) | |
| Function Get-DomainController { | |
| <# | |
| .SYNOPSIS | |
| Get the domain controller information. | |
| .DESCRIPTION | |
| Returns the name and additional information for the domain controller that matches the criteria specified. | 
If you want future FreeBSD update and upgrade routines to be simpler: please support the PkgBase initiative. See, for example, https://alpha.pkgbase.live/.
Guidance below is for 12.⋯ systems that:
12.2-RELEASE-p4 (12.2 patch level 4)The user experience of Python on a minimal Debian or Ubuntu installation is bad. Core features like virtual environments, pip bootstrapping, and the ssl module are either missing or do not work like designed and documented. Some Python core developers including me are worried and consider Debian/Ubuntu's packaging harmful for Python's reputation and branding. Users don't get what they expect.
The problems can be easily reproduced with official Debian and Ubuntu containers in Docker or Podman. Debian Stable (Debian 10 Buster) comes with Python 3.7.3. Ubuntu Focal (20.04 LTS) has Python 3.8.5.
| import socket | |
| from redis.client import Redis | |
| from redis.connection import Connection, ConnectionPool | |
| from redis._compat import iteritems | |
| class ProxyConnection(Connection): | |
| def __init__(self, host='localhost', port=6379, db=0, password=None, | |
| socket_timeout=None, socket_connect_timeout=None, | |
| socket_keepalive=False, socket_keepalive_options=None, | 
| package systextil.commons.io.path; | |
| import java.io.File; | |
| import com.sun.jna.Library; | |
| import com.sun.jna.Native; | |
| import com.sun.jna.NativeMapped; | |
| import com.sun.jna.PointerType; | |
| import com.sun.jna.win32.W32APIOptions; | 
| #Convert from Base64 to SID | |
| [byte[]]$sid = [System.Convert]::FromBase64String("AQUAAAAAAAUVAAAAuwkCIyAUg1vk+E/VWQQAAA==") | |
| $si = New-Object Security.Principal.SecurityIdentifier($sid,0) | |
| $si.ToString() | |
| #Convert from SID to Base64 (Needed for squid) | |
| $sidconvert = New-Object Security.Principal.SecurityIdentifier("S-1-5-21-587336123-1535317024-3578788068-1112") | |
| $sid_out = New-Object 'byte[]' $sidconvert.BinaryLength | |
| $sidconvert.GetBinaryForm($sid_out,0) | 
| #!/usr/bin/env bash | |
| ###################################################################################################################### | |
| # This script is a solution of when you want to pass Java options when they do come to the script as environment | |
| # variable, or when you declare them inside a variable, using quotes. When you do so, you may obtain from the Java | |
| # process an error that looks like this: | |
| # | |
| # $ ./java.sh | |
| # Error: Could not find or load main class ... | |
| # | 
| <?xml version="1.0" encoding="UTF-8"?> | |
| <web-app version="4.0" xmlns="http://xmlns.jcp.org/xml/ns/javaee" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee | |
| http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"> | |
| </web-app> |