| Description | Command |
|---|---|
| Start a new session with session name | screen -S <session_name> |
| List running sessions / screens | screen -ls |
| Attach to a running session | screen -x |
| Attach to a running session with name | screen -r |
| ▄ ▄ | |
| ▌▒█ ▄▀▒▌ | |
| ▌▒▒█ ▄▀▒▒▒▐ | |
| ▐▄▀▒▒▀▀▀▀▄▄▄▀▒▒▒▒▒▐ | |
| ▄▄▀▒░▒▒▒▒▒▒▒▒▒█▒▒▄█▒▐ | |
| ▄▀▒▒▒░░░▒▒▒░░░▒▒▒▀██▀▒▌ | |
| ▐▒▒▒▄▄▒▒▒▒░░░▒▒▒▒▒▒▒▀▄▒▒▌ | |
| ▌░░▌█▀▒▒▒▒▒▄▀█▄▒▒▒▒▒▒▒█▒▐ | |
| ▐░░░▒▒▒▒▒▒▒▒▌██▀▒▒░░░▒▒▒▀▄▌ | |
| ▌░▒▄██▄▒▒▒▒▒▒▒▒▒░░░░░░▒▒▒▒▌ |
| local CONF = "/etc/nn.conf" | |
| local m = require("component").modem | |
| local event = require("event") | |
| local ser = require("serialization") | |
| local fs = require("filesystem") | |
| local unicode = require("unicode") | |
| _G.port = _G.port or 27091 | |
| _G.max = _G.max or 15 | |
| _G.effects = _G.effects or {} |
| /** | |
| * A Gist proving that Kotlin's nullable type can be made into a monad without wrapping into another | |
| * object and satisfy the Monadic laws | |
| * | |
| * Kotlin has comprehensive null safety built into the language enforced at compile time, using its | |
| * nullable type. | |
| * | |
| * Its language structure makes dealing with nullable values simple and succinct. Unlike other language | |
| * monadic constructs such as Option (scala), Optional(Java8+) and Maybe(Haskell), it is enforced at | |
| * compile time and is compatible with existing non monad aware API (for example, |
| setwd("~/rProgramming") | |
| files.sources = list.files() | |
| sapply(files.sources, source) |
-
After installing mitmproxy run it (just type
mitmproxy) in a terminal session and quit. This will create the necessaries certificates files at~/.mitmproxy. -
Extract the certificate to
.crtformat:
openssl x509 -in ~/.mitmproxy/mitmproxy-ca.pem -inform PEM -out ca.crt -
Trust the certificate into CA:
sudo trust anchor ca.crt -
Run the
mitmproxyagain
In 1.14, villagers use an AI system completely independent from the old Goal system. However, this system can be used by any LivingEntity. This document aims at explaining the basics of that more advanced AI.
Every living entity now has a Brain. A brain uses memories and sensors to perform tasks and activities.
Memories are a way to save arbitrary data for use by tasks.
Add English (US, alt. intl.)
It's because the cedilla module isn't loaded by default when the locale is set to en, so you have to change the configuration files for gtk to add them:
- Edit configuration files:
sudo vim /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules.cache
sudo vim /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules.cache