1. Ubuntu
Ubuntu 23.10 日本語 Remix リリース https://www.ubuntulinux.jp/News/ubuntu2310-ja-remix
/22.04に更新 -- ToshinoriMaeno 2022-08-22 14:30:48
Ubuntu/20.04LTS/unbound/1.12.0
手元で使っている。 16.04LTS -> 18.04 --> 20.04 --> 22.04
-- ToshinoriMaeno 2019-03-08 02:14:02
1.1. さくら VPS
手元での利用に慣れたので、さくらVPSを借りる。(復活) メモリ 1GB, SSD 100GBの構成です。
- moin 全文検索を使いたい。(動いた)
だんだん欲張って、DNSとかmailとかを動かそうとしている。-- ToshinoriMaeno 2021-04-22 15:04:33
- qmail.jp は b.ns.qmail.jpとしてすでに使っている。
dnsz.org も使うかも。
mail client (CLI) muttを発見、nemomutt も入れてみた。
editor は nano と vi が使える。
1.2. home
久しぶりで/メモリ増設
/16.04LTS /Docker /18.04LTS /18.04
Letsencryptを動かそうとして、OpennSSLが動いていないことに気づいたことなど。
1.3. Install Ubuntu 14.04.3 LTS
http://www.ubuntu.com/download/desktop/install-ubuntu-desktop
Using a DVD? https://help.ubuntu.com/community/BootFromCD
Using a USB drive?
1.4. download
64bit版
https://www.ubuntulinux.jp/News/ubuntu1404-ja-remix
http://releases.ubuntu.com/14.04/
1.4.1. DVD
DVD-RAM に書くのはddを使うのが簡単なようだ。
USB stick memory で可能
1.4.2. install
1.5. upgrade
これは危険;14.04 が 16.04 になったw
sudo do-release-upgrade -d
1.6. KB
http://www.kaufmann.no/roland/dvorak/linux.html
Debian/Ubuntu - System wide
Ubuntu compiles the console driver from the X.org layout files using ckbcomp. You can change the system wide setting for all users (who don't define their own settings) and the login screen.
- In the file /etc/default/console-setup put the lines:
XKBLAYOUT="us" XKBVARIANT="dvp" XKBOPTIONS="compose:102,numpad:shift3,kpdl:semi,keypad:atm,caps:shift"
The settings here will be picked up the next time you reboot. You can trigger an update without reboot manually with the command:
- setupcon --save-only
You can also replace the keyboard layout used at boot-time by adding to /etc/initramfs-tools/initramfs.conf
- KEYMAP=y
and then run:
- update-initramfs -u