<> <> ---- = Ubuntu = Ubuntu 23.10 日本語 Remix リリース https://www.ubuntulinux.jp/News/ubuntu2310-ja-remix [[/HDD性能]] [[/pro]] [[/22.04]]に更新 -- ToshinoriMaeno <> [[Ubuntu/20.04LTS/unbound/1.12.0]] [[/systemd/resolved.conf]] [[/install]] [[/upgrade]] [[/GRUB]] [[/ndjbdns]] 手元で使っている。 16.04LTS -> 18.04 --> 20.04 --> 22.04  -- ToshinoriMaeno <> == さくら VPS == 手元での利用に慣れたので、さくらVPSを借りる。(復活) メモリ 1GB, SSD 100GBの構成です。 moin 全文検索を使いたい。(動いた) [[/qlibs]] [[/sqmail]] だんだん欲張って、DNSとかmailとかを動かそうとしている。-- ToshinoriMaeno <> qmail.jp は b.ns.qmail.jpとしてすでに使っている。 dnsz.org も使うかも。 mail client (CLI) muttを発見、nemomutt も入れてみた。 editor は nano と vi が使える。 == home == 久しぶりで[[/メモリ増設]] [[/16.04LTS]] [[/Docker]] [[/18.04LTS]] [[/18.04]] 便利そうな[[/docker]]を試してみたい。 [[/Mozc]] Letsencryptを動かそうとして、OpennSSLが動いていないことに気づいたことなど。 [[/MTU]] == 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? == download == 64bit版 https://www.ubuntulinux.jp/News/ubuntu1404-ja-remix http://releases.ubuntu.com/14.04/ === DVD === DVD-RAM に書くのはddを使うのが簡単なようだ。 USB stick memory で可能 === install === == upgrade == これは危険;14.04 が 16.04 になったw {{{ sudo do-release-upgrade -d }}} == 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