(en)From Debian to Rocky Linux
(ja)Debian から Rocky Linux へ
(en)
Good-bye Debian.
It was too difficult for me to configure Debian after its installation.
(ja)
今日 Debian に別れを告げました。
私には Debian インストール後の設定は難し過ぎました。
(en)
I installed Debian 11 to ThinkPad X260. But I could not configure VNC successfully after working on it a day.
As I have an experience of using CentOS at work, I installed Rocky Linux that is a successor of CentOS.
I could complete from the installation to Xrdp connection in half a day.
(ja)
Debian 11 を ThinkPad X260 にインストールしました。しかし、その後一日かけても VNC 接続が成功しませんでした。
そこで、 CentOS は職場で使った経験があったので、その後継である Rocky Linux をインストールしました。
半日で インストールから Xrdp 接続まで完了しました。
(en)
Next task is to install ClozureCL.
(ja)
次の作業は ClozureCL のインストールです。
[2023-05-03]
Appendix 付録
(1) Bash PS1 Color Code
# Text attributes \e[<CODE>m
# 0 All attributes off
# 1 Bold on
# 4 Underscore (on monochrome display adapter only)
# 5 Blink on
# 7 Reverse video on
# 8 Concealed on
# Foreground colors \e[<CODE>m
# 0;30 Black
# 0;31 Red
# 0;32 Green
# 0;33 Brown
# 0;34 Blue
# 0;35 Purple
# 0;36 Cyan
# 0;37 Light Gray
# 1;30 Dark Gray
# 1;31 Light Red
# 1;32 Light Green
# 1;33 Yellow
# 1;34 Light Blue
# 1;35 Light Purple
# 1;36 Light Cyan
# 1;37 White
# Background colors \e[<CODE>m
# 40 Black
# 41 Red
# 42 Green
# 43 Yellow
# 44 Blue
# 45 Magenta
# 46 Cyan
# 47 White
History
Revised 2023-05-03
Updated 2021-01-05
Updated 2020-06-27
Created 2020-03-08
