Differences between revisions 23 and 24
Revision 23 as of 2023-04-27 01:10:07
Size: 2635
Comment:
Revision 24 as of 2023-11-06 03:01:15
Size: 2733
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:

Ubuntu 23.10 日本語 Remix リリース https://www.ubuntulinux.jp/News/ubuntu2310-ja-remix


1. Ubuntu

Ubuntu 23.10 日本語 Remix リリース https://www.ubuntulinux.jp/News/ubuntu2310-ja-remix

/HDD性能 /pro

/22.04に更新 -- ToshinoriMaeno 2022-08-22 14:30:48

Ubuntu/20.04LTS/unbound/1.12.0

/systemd/resolved.conf

/install

/upgrade /GRUB

/ndjbdns

手元で使っている。 16.04LTS -> 18.04 --> 20.04 --> 22.04

1.1. さくら VPS

手元での利用に慣れたので、さくらVPSを借りる。(復活) メモリ 1GB, SSD 100GBの構成です。

  • moin 全文検索を使いたい。(動いた)

/qlibs /sqmail

だんだん欲張って、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

便利そうな/dockerを試してみたい。 /Mozc

Letsencryptを動かそうとして、OpennSSLが動いていないことに気づいたことなど。

/MTU

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

MoinQ: Ubuntu (last edited 2023-11-06 03:01:15 by ToshinoriMaeno)