Open12
System76
bash -> zsh
chsh -s /usr/bin/zsh
echo $0
cat /etc/passwd | grep zh
one hit: .../usr/bin/zsh
but...
How configure keyboard which System76 boasts of.
v => neovim
alias "v=./nvim.appimage"
alias -> check the list of alias
- Above is tmp.
ppp = point-to-point (protocol)
MTU 1200 = Maximum Transimittion Unit is 1200 byte
- MRU = Max Receive Unit
L2TP
IPsec
inet
Launch Lite (clacky) arrived.
System76 keyboard configurator
[GUI] Extract by double-clicking
$ mv <original/path/to/jdk-17.0.4.1+1> /opt/lang/jdk-17.0.4.1+1
$ sudo update-alternatives --install /usr/bin/java java /opt/lang/jdk-17.0.4.1+1/bin/java 1
$ java --version
openjdk 17.0.4.1 2022-08-12
OpenJDK Runtime Environment Temurin-17.0.4.1+1 (build 17.0.4.1+1)
OpenJDK 64-Bit Server VM Temurin-17.0.4.1+1 (build 17.0.4.1+1, mixed mode, sharing)
Clojure CLI Installation
curl -O https://download.clojure.org/install/linux-install-1.11.1.1165.sh
chmod +x linux-install-1.11.1.1165.sh
sudo ./linux-install-1.11.1.1165.sh --prefix /opt/lang/clojure
Built-in package manager
- apt
- flatpak
- anything else?
~/.config/.xmodmap
keycode 66 = Mode_switch
keysym h = h H Left
keysym l = l L Right
keysym k = k K Up
$ sudo apt install xcape
$ xcape -e 'Mode_switch=Control_L'
Wayland
- Dictionary
- Gnome Input Method Pane
- Input Mode switch shortcut
rlwrap installed, though, I don't get why with the package, suddenly clj works.