Ubuntu 20.04にapache2をインストール
1.httpd をインストール
# apt -y install apache2
2.httpd の設定
# vim/etc/apache2/conf-enabled/security.conf
25行 ...
[Ubuntu 20.04]タイムゾーンを設定する方法
1.OSバージョン確認
# cat/etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
Ubuntu20.04にerror: could not load the swift standard libraryの対策
エラー現象
<unknown>:0: error: could not load the swift standard library
対策
# sudo apt-get install cla ...
Ubuntu20.04にswift: error while loading shared libraries: libatomic.so.1の解決対策
エラー現象
swift: error while loading shared libraries: libatomic.so.1: cannot open shared object file: No such file o ...
Ubuntu20.04にswift: error while loading shared libraries: libtinfo.so.5の解決対策
エラー現象
# swift –version
swift: error while loading shared libraries: libtinfo.so.5: cannot open shared o ...
Ubuntu20.04にrootユーザのパスワードを設定する方法
現象
$ su – root
Password:
su: Authentication failure
原因
Ubuntuのデフォルトでrootユーザのパスワードが設定されていな ...
「Ubuntu」バージョンとアーキテクチャを確認する方法
1.バージョンの確認
# cat/etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
D ...
Ubuntu20.04にdockerをインストールする方法
操作方法
1.dockerをインストール
$ sudo apt install docker.io
Reading package lists… Done
Building dependen ...
Ubuntu20.04にphp8.0.2をインストールする方法
1.osバージョンの確認
$ cat/etc/os-release
NAME=”Ubuntu”
VERSION=”20.04.1 LTS (Focal Fossa)̶ ...
「Windows10」Linux用Windowsサブシステム(Ubuntu)をインストールする方法
操作方法
1.「ここに入力して検索」に「cont」と入力し、「コントロールパネル」をクリックします。
2.「プログラム」->「プログラムと機能」をクリックします。
3.左側のメニューから[Wind ...
Ubuntuのバージョンを確認する方法
操作方法
$ cat/etc/os-release
NAME=”Ubuntu”
VERSION=”20.04.1 LTS (Focal Fossa)”
I ...