Edit /etc/pacman.conf:
Under the # Misc options section, remove the # in front of Color and add the line ILoveCandy. Because Pac-Man loves candy.
| docker logs nginx 2>&1 | grep "127." | |
| # ref: http://stackoverflow.com/questions/34724980/finding-a-string-in-docker-logs-of-container |
| -- see http://lua-users.org/lists/lua-l/2021-06/msg00084.html | |
| -- https://github.com/diegonehab/luasocket/pull/334 | |
| -- https://github.com/diegonehab/luasocket/issues/331 | |
| -- install command: | |
| -- cd /tmp/ && curl -LO https://gist.github.com/ttys3/31dbf88ee7d708294d8ae5b0a4954424/raw/c74afc3edc1a48c0f7e1c2c9992750301bbb74ff/luasocket-scm-3.rockspec | |
| -- luarocks install ./luasocket-scm-3.rockspec | |
| package = "LuaSocket" | |
| version = "scm-3" | |
| source = { |
L1 cache reference ......................... 0.5 ns
Branch mispredict ............................ 5 ns
L2 cache reference ........................... 7 ns
Mutex lock/unlock ........................... 25 ns
Main memory reference ...................... 100 ns
Compress 1K bytes with Zippy ............. 3,000 ns = 3 µs
Send 2K bytes over 1 Gbps network ....... 20,000 ns = 20 µs
SSD random read ........................ 150,000 ns = 150 µs
Read 1 MB sequentially from memory ..... 250,000 ns = 250 µs
| #!/bin/sh | |
| # create a podman container with fifo named pipe as log file | |
| # for demonstrate issue https://github.com/containers/podman/issues/13081 | |
| CTR_NAME="redis-demo" | |
| function print_title() { | |
| title=$1 | |
| echo "" | |
| echo "|=================== $title ===================>>>" |
| // Compile with e.g. `gcc -o /tmp/eatmem /tmp/eatmem.c` | |
| #include <errno.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <unistd.h> | |
| #define DEFAULT_SLEEP_SECONDS 600 | |
| #define DEFAULT_ALLOC_MB 1024 |
Ctrl + Alt + Space
[ Update 2020-05-31: I won't be maintaining this page or responding to comments anymore. The list of supporting software reflects the known state as of this date. ]
Most of the terminal emulators auto-detect when a URL appears onscreen and allow to conveniently open them (e.g. via Ctrl+click or Cmd+click, or the right click menu).
It was, however, not possible until now for arbitrary text to point to URLs, just as on webpages.
First, install arch-install-scripts:
sudo pacman -S --needed arch-install-scriptsSecondly, mount your partitions in all the internal hard drives.
Thirdly, generate and validate your config by piping it out to stdout: