s40723112 協同產品設計實習

  • Home
    • Site Map
    • reveal
    • blog
  • About
  • Week1~9
    • week 1
    • week 2
    • week 3
    • week 4
    • week 5
    • Week 6
      • OBS
      • 翻譯
    • Week 7
    • week 8
    • week 9
  • Week 10~18
    • week 10
    • week 11
    • week 12
    • week 13
    • week 14
    • week 15
  • 小組直播討論
week 11 << Previous Next >> week 13

week 12

開啟Ubunto20.04 cd2020pj 1

帳號密碼皆為:kmol2020

進入終端機

輸入

1
ifconfig


會出現此錯誤

輸入此指令安裝工具

1
2
 
sudo apt install net-tools

但因為是學校網路有設定proxy所以要新增proxy才能夠安裝

學校網路是IPV6 所以要先設定IPV6環境

1
2
cd /etc/netplan
sudo vi 00-install-config.yaml

進入/etc/netplan 新增config

1
2
3
4
5
6
7
8
9
10
# This is the network config written by 'subiquity'
network:
    ethernets:
        enp0s3:
            dhcp4: true
            dhcp6: true
            nameservers:
                addresses:
                    - 2001:b000:168::1
    version: 2

輸入以上指令後按Esc後 輸入:wq 退出編輯

再使用此指令套用剛剛的更新

1
sudo netplan apply

接著要新增目前使用proxy

先進入/etc/apt/apt.conf.d會新增proxy.conf

1
2
cd /etc/apt/apt.conf.d
sudo vi proxy.conf

編輯proxy.conf

新增

1
Acquire::http::proxy "http://[2001:288:6004:17::port號]:3128";

輸入完畢Esc 再輸入:wq 儲存離開

輸入此段指令更新剛剛port設定

1
sudo apt update

設定完成後再次使用

sudo apt install net-tools

安裝完成後即可使用 ifconfig 來查看IP

-----------------------------------------------------------------

使用抽籤將12個人分為一組

在2小時內進行小型協同分組任務

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


week 11 << Previous Next >> week 13

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