1022
port in Security List / Ingress Rules
for your VCN
The tmpfs
partition is limited to 700m
for x86_64
(free tier) compatibility.
1022
port in Security List / Ingress Rules
for your VCN
The tmpfs
partition is limited to 700m
for x86_64
(free tier) compatibility.
const fetchAndParse = url => fetch(url) | |
.then(response => response.arrayBuffer()) | |
.then(buffer => { const decoder = new TextDecoder("ISO-8859-1"); return decoder.decode(buffer) }) | |
.then(content => { const parser = new DOMParser(); return parser.parseFromString(content, 'text/html') }) | |
// I'll probably improve it later in the matter of compatibility |
Reverse scroll direction
in Settings > Mouse and Touchpad
sudo mousepad /usr/share/X11/xorg.conf.d/70-synaptics.conf
Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchIsTouchpad "on"