40723108 cd2020

  • Home
    • Site Map
    • reveal
    • blog
  • 倉儲
  • week(1-9)
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
  • week(10-
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
  • 期末報告影片
  • 直播影片
    • w2
    • w3
    • w4.w5
    • w6
    • w7
    • w8
    • W9
    • w10
    • w11
    • w12
    • w13
    • w14
  • 分組倉儲
  • 翻譯
    • ch2
    • ch3
  • FFmpeg
11 << Previous Next >> 13

12

cdaw12-1

網站:http://mde.tw/cdaw12-1/content/index.html

倉儲:https://github.com/mdecourse/cdaw12-1

Virtualbox網路設定 : 

ifconfig

如果顯示: ifconfig  not  found

執行:

sudo apt install net-tools
cd /etc/netplan
sudo vi 00-install-config.yaml

編輯

# This is the network config written by 'subiquity'
network:
    ethernets:
        enpes3:
            dhcp4: true
            dhcp6: true
            nameservers:
                addresses:
                    - 2001:b000:168::1
    version: 2

編輯完:wq儲存

執行:

sudo netplan apply
cd /etc/apt/apt.conf.d
sudo vi proxy.conf

編輯

Acquire::http::proxy "http://[2001:288:6004:17::(照proxy打)]:3128";

編輯完:wq儲存

執行

sudo apt update

設定IVP4及IVP6

file / Preferences / Network


11 << Previous Next >> 13

Copyright © All rights reserved | This template is made with by Colorlib