Ubuntu 20.04 LTS Focal Fossa
Created|Updated

https://wiki.ubuntu.com/FocalFossa/ReleaseNotes#New_Features_in_20.04
Ubuntu 20.04 LTS Focal Fossa をインストールしてみました。
環境
- Ubuntu 20.04 LTS Focal Fossa 64bit
構築
明日リリース予定なのでもう変更はないでしょう。
Ubuntu の設定
Related Articles
2014-09-27
Ubuntu GNOME 14.10 + GNOME 3.14 + Wayland
Ubuntu GNOME 14.10 Beta + GNOME 3.14 (3.13.92) をWayland で動かしてみました。テキトーにやっているので、本当にWayland が有効になっているのか、怪しいですけれど。 $ ps -ef | grep waylandhoge 1376 1344 0 17:36 ? 00:00:00 gnome-session --session=gnome-waylandhoge 1454 1376 0 17:36 ? 00:00:00 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /usr/bin/im-launch gnome-session --session=gnome-waylandhoge 1457 1 0 17:36 ? 00:00:00 /usr/bin/dbus-launch --exit-with-session /usr/bin/im-launch gnom...
2020-05-07
APT Hash Sum mismatch error
ubuntu@ubuntu:~$ sudo apt update...Get:4 http://jp.archive.ubuntu.com/ubuntu focal/main i386 Packages [718 kB] Err:4 http://jp.archive.ubuntu.com/ubuntu focal/main i386 Packages Hash Sum mismatch Hashes of expected file: - Filesize:4216000 [weak] - SHA256:5f5fa48d499be259adcdd1d6dea4e6588a3473e0290460ead99ea945b141815d - SHA1:8f477673f5aa0ca860273e9a0ffc53515baa1032 [weak] - MD5Sum:021fb704764554808a9ec3b18e16599e [weak] Hashes of received file: - SHA256:4f406937d7384fd444d236...
2021-03-28
Ubuntu 21.04 Hirsute
https://launchpad.net/~shemgp/+archive/ubuntu/gnome-40Ubuntu 21.04 にGNOME 40 のPPA を設定してみました。 2021-04-07 追記 GNOME 40.0 でDash to Dock 拡張を導入してみました。https://github.com/ewlsh/dash-to-dock/tree/ewlsh/gnome-40https://github.com/micheleg/dash-to-dock/pull/1402 GNOME 40.0 でDash to Panel 拡張を導入してみました。https://github.com/philippun1/dash-to-panel/tree/update-to-gnome40https://github.com/home-sweet-gnome/dash-to-panel/pull/1303 2021-04-08 追記 Auto Hide Top Panel 拡張をGNOME 40 に対応させてみました。http://www.webupd8.or...

2018-04-13
Ubutu 18.04 bionic beta2
DELL Inspiron 11 にUbuntu 18.04 bionic beta2 をインストールしてみました。 Ubuntu Livepatch も設定してみました。 インストールメディアhttp://cdimage.ubuntu.com/daily-live/current/ デイリービルドのライブISOをEtcher でUSBメモリに格納しました。 GNOME の設定 ホームディレクトリの各フォルダ名を英語名に変更$ LANG=C xdg-user-dirs-gtk-update テキストテンプレートファイルの作成$ touch ~/Templates/Text alias の設定 ~/.bash_aliasesalias upd='sudo apt update -y && sudo apt dist-upgrade && sudo apt autoremove -y'alias en='export LC_ALL=en_US.UTF8'alias ja='export LC...

2021-10-24
Minecraft Java Edition on Raspberry Pi 4B / Ubuntu 21.10
https://github.com/MultiMC/Launcherhttps://forums.raspberrypi.com/viewtopic.php?f=78&t=321888 Raspberry Pi 4B + Ubuntu 21.10 に Minecraft をインストールしてみました。マイクロソフトアカウントでログインできます。 Minecraft Java Edition (Microsoft Account) Pi-Apps をインストール git clone https://github.com/Botspot/pi-apps.gitcd pi-app./install Pi-Apps を起動 Games / Minecraft Java MultiMC5 をインストールコンパイルが終わるまで気長に待つ。 Minecraft Java MultiMC5 を起動 Add Instance Edit Instance > Version > Install Fabric Edit Instance > Ve...

2019-08-15
RPi4 - Ubuntu Server 19.10 64bit 更新
https://github.com/satmandu/docker-rpi4-imagebuilder/https://github.com/raspberrypi/linux/pull/3144 とうとうRaspberry Pi 4B のUbuntu Server 19.10 64bit (aarch64) で4GBメモリとUSBが動作するようになりました。USB を動作させるためにメモリを3GB に制限する必要が無くなりました。 イメージ作成手順https://github.com/satmandu/docker-rpi4-imagebuilder/ Docker のインストールdocker-ce をインストールしたらkernel が5 にあがってしまい、うまく再起動できませんでした。とりあえず、Ubuntu のリポジトリの古いDocker を使うことにします。 $ sudo apt install docker docker-compose$ sudo usermod -aG docker $USER$ docker --versionDocker version 1...
Comments