ubuntu

Ubuntu 20.04 へMac からvnc接続する

estis2021/10/24 (日) 21:34 に投稿
# systemctl get-default
graphical.target

なので、対象サーバーは、GUIモードがデフォルトになっている。
が、デスクトップ環境がインストールされていないので、インストールする。

# apt update

# apt upgrade

# apt install ubuntu-desktop

単にGNOMEをインストールするだけではうまく動かなかったので、 ubuntu-desktop をインストールする。

VNCサーバーをインストールする。
色々試したが、
TigerVNC
https://tigervnc.org
をインストールした。

# apt install tigervnc-standalone-server

VNCサーバー起動

ubuntu bashパッケージ アップデート

estis2014/09/28 (日) 21:10 に投稿

バージョン確認
dpkg -l bash

apt-get update
apt-get upgrade
で更新。

詳細確認は、
zcat /usr/share/doc/bash/changelog.Debian.gz |head -20
などとすると
bash (4.2-2ubuntu2.5) precise-security; urgency=medium

* SECURITY UPDATE: out-of-bounds memory access
- debian/patches/CVE-2014-718x.diff: guard against overflow and fix
off-by-one in bash/parse.y.
- CVE-2014-7186
- CVE-2014-7187
* SECURITY IMPROVEMENT: use prefixes and suffixes for function exports
- debian/patches/variables-affix.diff: add prefixes and suffixes in
bash/variables.c.