auditを停止

root@ubuntu26:~# vi /etc/default/grub.d/99-disable-audit.cfg
 
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT  audit=0"
 
root@ubuntu26:~# update-grub
 
root@ubuntu26:~# reboot

nouveauの立ち入り禁止

sudo tee /etc/modprobe.d/blacklist-nouveau.conf <<'EOF'
blacklist nouveau
options nouveau modeset=0
EOF
 
sudo update-initramfs -u
sudo reboot

sudoをパスワードなしで

パスワードなしでsudoを使うには

root@ubuntu26:~# EDITOR=vi visudo
 :
%sudo   ALL=(ALL:ALL) ALL
 ↓
%sudo   ALL=(ALL:ALL) NOPASSWD: ALL
 :
root@ubuntu26:~#

X11関係を使いたい

waylandな環境だけどX11なアプリを使いたいなら

apt install xinit mesa-utils

nvidia rtx pro 2000搭載マシンで

(ローカル)                                                                    (リモート: ssh -Y)
saber@ubuntu26:~$ glxinfo | grep -i opengl                                    saber@ubuntu26:~$ glxinfo|grep -i opengl
                                                                              
OpenGL vendor string: NVIDIA Corporation                                      OpenGL vendor string: Mesa
OpenGL renderer string: NVIDIA RTX PRO 2000 Blackwell/PCIe/SSE2               OpenGL renderer string: llvmpipe (LLVM 21.1.8, 256 bits)
OpenGL core profile version string: 4.6.0 NVIDIA 595.71.05                    OpenGL core profile version string: 4.5 (Core Profile) Mesa 26.0.3-1ubuntu1
OpenGL core profile shading language version string: 4.60 NVIDIA              OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)                                     OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile                                OpenGL core profile profile mask: core profile
OpenGL core profile extensions:                                               OpenGL core profile extensions:
OpenGL version string: 4.6.0 NVIDIA 595.71.05                                 OpenGL version string: 4.5 (Compatibility Profile) Mesa 26.0.3-1ubuntu1
OpenGL shading language version string: 4.60 NVIDIA                           OpenGL shading language version string: 4.50
OpenGL context flags: (none)                                                  OpenGL context flags: (none)
OpenGL profile mask: (none)                                                   OpenGL profile mask: compatibility profile
OpenGL extensions:                                                            OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 595.71.05              OpenGL ES profile version string: OpenGL ES 3.2 Mesa 26.0.3-1ubuntu1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20     OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:                                                 OpenGL ES profile extensions:
 
saber@ubuntu26:~$                                                             saber@ubuntu26:~$

リモートでは Wayland + SSH Forwarding のせいかllvmpipe(CPUソフトウェアレンダラ)になるみたい

nfs mount

apt install nfs-common

開発環境とか

apt install build-essential cmake git curl
最新の60件
2026-07-18 2026-07-17 2026-07-16 2026-07-08 2026-07-07 2026-07-06 2026-07-04 2026-07-02 2026-06-27 2026-06-25 2026-06-24 2026-06-21 2026-06-17 2026-06-14 2026-06-13 2026-06-09 2026-06-08 2026-06-06 2026-06-05 2026-06-04 2026-06-03 2026-05-31 2026-05-26 2026-05-23 2026-05-22 2026-05-21 2026-05-20 2026-05-19 2026-05-18 2026-05-12 2026-05-11 2026-05-08 2026-05-06 2026-05-05 2026-05-03 2026-04-30

edit


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2026-06-03 (水) 23:22:29