国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
/************************************************************************** | |
add a grid to a graph in .dot format | |
**************************************************************************/ | |
BEGIN{ | |
int i, Indx, bcnt, LR; | |
string Type, Val, Gcolor[], Gstyle[], Gsize[], tmpstr; | |
string Hcolor, Vcolor, Hstyle, Vstyle, gridType, gridAlign; | |
float Hsize, Vsize, deltaX, deltaY, minX, minY, maxX, maxY; |
/******************************************************************************** | |
RadialLayout - a radial layout engine for Graphviz | |
radialLayout.gvpr takes a super-subset of Graphviz input and creates an enhanced output with explicit positioning for all nodes. Positioning for each node is based either on new angle & distance attributes or on explicit "pos" value. This output can be fed into `neato -n` (see https://graphviz.org/faq/#FaqDotWithNodeCoords) to route all defined edges. | |
New node attributes: | |
- radialangle - angle from the origin line units: | |
- radians | |
- degrees | |
- clock-face hour posiyion (4oc) |
Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex
#include <string> | |
#include <vector> | |
#include <fstream> | |
#include <iostream> | |
#include <filesystem> | |
#include <Windows.h> | |
#include <winternl.h> | |
static_assert( sizeof( void* ) == 8 ); |
# This file contains common pin mappings for RAMPS (v1.3 and later) | |
# boards. RAMPS boards typically use a firmware compiled for the AVR | |
# atmega2560 (though other AVR chips are also possible). | |
# See the example.cfg file for a description of available parameters. | |
#[servo bltouch] | |
#pin: ar11 | |
#maximum_servo_angle: 180 | |
#minimum_pulse_width: 0.0006 |
Source: https://www.sandflysecurity.com/blog/compromised-linux-cheat-sheet/
Large amounts of RAM:
top
NECの無線LANルータをブリッジモードで動作させるときに、管理画面に接続する方法をまとめる | |
(説明書が分かりづらいうえに誤解を招く表現になっている) | |
AtermWG1400HPで確認した。 | |
用意するもの: | |
- Aterm本体 | |
- 設定用の端末 | |
- 有線LANを強く推奨(無線LANの設定をいじるので) |