LoginSignup
1
0

More than 1 year has passed since last update.

クロムブックで Linux を使う

Last updated at Posted at 2019-04-30

クロムブックで Linux を使いました。

インストール

設定 -> デベロッパー

chrome_jun0201.png

chrome_jun0202.png

OS のバージョンは次の通りでした。

バージョン: 93.0.4522.0(Official Build)canary (64 ビット)

ターミナルを起動した様子です。
linux_aa.png

インストールされていたバージョンです。
Screenshot 2021-06-01 11.30.20.png

$ uname -a
Linux penguin 5.4.121-14987-gc13c5558aaab #1 SMP PREEMPT Wed May 26 08:20:13 PDT 2021 x86_64 GNU/Linux

$ cat /etc/os-release 
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

$ python3 --version
Python 3.7.3

$ bash --version
GNU bash, version 5.0.3(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

ssh で vps の Arch Linux と Ubuntu 19.04 にアクセスしているところです。
Screenshot 2019-04-30 at 11.15.26.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0