🔥 Лучший АНАЛОГ ЗАПРЕТА на май 2026г - B4
https://hub.docker.com/r/wiktorbgu/b4-mikrotik
NFQWS ZAPRET https://hub.docker.com/r/wiktorbgu/nfqws-mikrotik
NFQWS2 ZAPRET2 https://hub.docker.com/r/wiktorbgu/nfqws2-mikrotik
🔥 Лучший АНАЛОГ ЗАПРЕТА на май 2026г - B4
https://hub.docker.com/r/wiktorbgu/b4-mikrotik
NFQWS ZAPRET https://hub.docker.com/r/wiktorbgu/nfqws-mikrotik
NFQWS2 ZAPRET2 https://hub.docker.com/r/wiktorbgu/nfqws2-mikrotik
| #!/bin/sh | |
| node=${1} | |
| kube_context=${2:-""} | |
| nodeName=$(kubectl ${kube_context:+--context $kube_context} get node "$node" -o template --template='{{index .metadata.labels "kubernetes.io/hostname"}}') | |
| nodeSelector='"nodeSelector": { "kubernetes.io/hostname": "'${nodeName:?}'" },' | |
| podName=$USER-nsenter-$node | |
| kubectl ${kube_context:+--context $kube_context} run "${podName:?}" --restart=Never -it --rm --image overriden --overrides ' | |
| { |
To use devices inside your nspawn container do:
Edit systemd-nspawn@<machine_name>.service and add a line like the below
DeviceAllow="/dev/serial/by-id/usb-Roboteq_Motor_Controller_SDC2XXX-if00 rwm"
DeviceAllow=char-ttyACM rwm
DeviceAllow=char-usb_device rwm
DeviceAllow=ttyACM rwmTo see valid device types do:
| #!/bin/bash | |
| # https://gist.github.com/pavel-kirienko/32e395683e8b7f49e71413aebf5e1a89 | |
| # Pavel Kirienko <pavel@opencyphal.org> | |
| HELP="Register slcan-enabled serial-to-CAN adapters as network interfaces. | |
| Usage: | |
| `basename $0` [options] <tty0> [[options] <tty1> ...] | |
| Interface indexes will be assigned automatically in ascending order, i.e., the | |
| first device will be mapped to slcan0, second to slcan1, and so on. |
В результате будет 2 react проекта на 1 сервере доступных по разным ссылкам
| # make sure You have installed the infinality patches | |
| export INFINALITY_FT_FILTER_PARAMS="8 17 50 17 8" | |
| export INFINALITY_FT_GRAYSCALE_FILTER_STRENGTH="0" | |
| export INFINALITY_FT_FRINGE_FILTER_STRENGTH="55" | |
| export INFINALITY_FT_AUTOHINT_HORIZONTAL_STEM_DARKEN_STRENGTH="0" | |
| export INFINALITY_FT_AUTOHINT_VERTICAL_STEM_DARKEN_STRENGTH="0" | |
| export INFINALITY_FT_WINDOWS_STYLE_SHARPENING_STRENGTH="20" | |
| export INFINALITY_FT_CHROMEOS_STYLE_SHARPENING_STRENGTH="0" | |
| export INFINALITY_FT_STEM_ALIGNMENT_STRENGTH="0" |
| #!/bin/sh | |
| if [ "$#" -ne 3 ]; then | |
| echo "Usage: $0 [ip address] [user name] [password]" | |
| exit 1 | |
| fi | |
| IP=$1 | |
| IPMI_USER=$2 | |
| IPMI_PASS=$3 |
We did it! We broke gist.github.com ;) So head over to the new home! Thank you all!
2021.10.20: https://github.com/AveYo/MediaCreationTool.bat now open for interaction
Not just an Universal MediaCreationTool wrapper script with ingenious support for business editions,
A powerful yet simple windows 10 / 11 deployment automation tool as well!