yusian@Macbook ~ % sudo route change default 192.168.1.1
change net default: gateway 192.168.1.1
[……]
yusian@Macbook ~ % sudo route change default 192.168.1.1
change net default: gateway 192.168.1.1
[……]
ubuntu@Server:~$ uname -a
Linux thinkpad 6.11.0-8-generic #8-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 16 13:41:20 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
ubuntu@Server:~$ cat /proc/version
Linux version 6.11.0-8-generic (buildd@lcy02-amd64-042) (x86_64-linux-gnu-gcc-14 (U[......]
library initialization failed - unable to allocate file descriptor table - out of memory
$ sudo vim /usr/lib/systemd/system/docker.service
>>>
#change this line
ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
#to
ExecStart=/usr/bin/dockerd --de[......]
/etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable=1"
update-grub
, after successfully updating the[……]
The terminal will show the follow infomation when login ubuntu with ssh.
Welcome to Ubuntu 24.04.1 LTS (GNU/Linux 6.8.0-45-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/pro
System informatio[......]