guyleaf

@guyleaf

Joined on Jul 28, 2019

  • 此 guideline 主要說明如何從 network-manager 轉移至 netplan。 介紹 https://netplan.io/ https://ubuntu.com/core/docs/networkmanager/networkmanager-and-netplan NetworkManager 是 Ubuntu Desktop 安裝預設之網路管理套件,為 optional package,透過 Netplan 產生設定檔進行讀寫設定,包含 GUI 顯示等等。 Netplan 則是 Ubuntu 預設之網路管理工具。
     Like  Bookmark
  • Prerequisites 確認 Ubuntu 版本 lsb_release -a image 確認 packages 皆已為最新版​​​​sudo apt update ​​​​sudo apt upgrade ​​​​sudo reboot 確認 netplan 網卡已設定完成
     Like  Bookmark
  • 說明如何在 EVA Lab 的機器上使用 rootless docker Limitations 不可對外 TCP/UDP ports < 1024 其他限制請參見 Known limitations - Run the Docker daemon as a non-root user (Rootless mode) Notices 支援以下 container 資源限制cpu cpuset io
     Like  Bookmark
  • contributed by < guyleaf > 題目 考慮一個單向 linked list,其結構定義為: typedef struct __node { int value; struct __node *next; } node_t;
     Like  Bookmark
  • contributed by < guyleaf > 環境 $ uname -a Linux guyleaf-GS637RD 5.4.0-47-generic #51-Ubuntu SMP Fri Sep 4 19:50:52 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux $ gcc --version gcc (Ubuntu 9.3.0-10ubuntu2) 9.3.0 Copyright (C) 2019 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO
     Like  Bookmark