コントロールパネルでの再インストール
- OSインストール形式
- 標準OS
- インストールOS
- Ubuntu 22.04 amd64
- スタートアップスクリプト利用
- 利用しない
- パケットフィルター設定
- SSH
- Web
- 初期ユーザーはubuntu
自分のユーザー作る
ubuntu@sakura:~$ sudo su -
[sudo] password for ubuntu:
root@sakura:~# adduser shimano
Adding user `shimano' ...
Adding new group `shimano' (1001) ...
Adding new user `shimano' (1001) with group `shimano' ...
Creating home directory `/home/shimano' ...
Copying files from `/etc/skel' ...
New password:
Retype new password:
passwd: password updated successfully
Changing the user information for shimano
Enter the new value, or press ENTER for the default
Full Name []: shimano equipped
Room Number []:
Work Phone []:
Home Phone []:
Other []:
Is the information correct? [Y/n] Y
root@sakura:~# gpasswd -a shimano sudo
アップデート
root@sakura:~# apt update && apt -y upgrade
カーネルupdateされたらrebootしとく
root@sakura:~# reboot now