YuYan's 電源軟體部工作筆記

20200417 已停更

一、一般資訊

email

email SMTP Server

  • webmail.goodwill.com.tw

分機

  • 579 座位
  • 253 資訊室

座位

  • 中濱(和軒後面)
  • 和宣(佩恩左前)
  • 藍亮(佩恩正前)
  • 德和(宇彥正前)
  • 佩恩(左邊)
  • 漢隆(右邊)
  • 展燁(後方)
  • 育緯(YY 後方)
  • 永和(漢隆後方)
  • 小新(在硬體部門)
  • 淑吟(漢隆右邊)
  • 婉英(佩恩左後)
  • 子倫(永和對面)
  • 傳藤 (很遠)
  • 天劍 (硬體申請,買 SSD 的大大)
  • 小新 (硬體部門,有點金髮,微壯)
  • 金龍 (異位性皮膚炎患者,有月亮臉)
  • 林谷鴻 (福委?)
  • 張智傑 (漢隆對面,linux kernel 開發者) (Xlinux Zynq)
座位示意圖
中濱
何宣 藍亮 德和 張智傑
怡宏 佩恩 宇彥(離職) 漢隆 淑吟 育緯
婉英 法名(離職) 展燁 永和
子倫 YY

二、Physical Machine

Windows 10

軟體安裝

  • ACDSee Pro (圖片檢視器)
  • Photoshop (影像處理)
  • Chrome
  • Vmware 12
  • Mircosoft Office Standard 2010(Word、Excel、Outlook、PowerPoint)
  • Git for windows
  • TortoiseGit (版控小烏龜)
  • Visual Studio Code
  • 7z 19.00
  • WinRAR 5.70
  • PotPlayer
  • Line
  • NodeJS (hexo會用到)
  • Dexpot (多桌面軟體)
  • notepad++
  • PuTTY release 0.71
  • VMware Workstation Pro
  • Oracle VM VirtualBox
  • Wireshark 3.0.0
  • MiniTool Partition Wizard Free 11 (硬碟分割)
  • FileZilla (FTP 客戶端程式)
  • VS2017 Pro
  • VS2019 Community

Windows 功能開啟 (預設程式->開啟或關閉 windows 功能)

  • SMB 1.0/CIFS File Sharing Support (開啟後曾能跟 linux samba 連線)
  • Telnet Client
  • Service for NFS (開啟後曾能跟 linux NFS 連線,用於多種嵌入式系統)

Regedit (註冊碼變更)

  • Windows_Aero_Shake(視窗搖晃功能)
  • Add Right Click menu - Force a program to run without administrator privileges or UAC(在右鍵菜單放入一般使用者開啟選項)

三、 Virtual Machine

Unbuntu LTS 16.04 amd64 && i386

apt-get install

  • ssh (putty 遠端連線用)
  • g++
  • gcc
  • htop (進間工作管理員)
  • tmux (終端機分割成是)
  • vim
  • iftop (網路監控)
  • curl
  • gitk (版控 gui 陽春顯示)
  • gdbserver
  • tree
卸載老舊版本(若未安裝可以省略此步驟):

$ sudo apt-get remove docker docker-engine docker.io
安装最新的docker:

$ curl -fsSL get.docker.com -o get-docker.sh
$ sudo sh get-docker.sh

apt-get update 一直 Failed to fetch

$sudo vim /etc/resolv.conf 

#add nameserver 8.8.8.8

$sudo resolvconf -u
$sudo apt-get update 
...
Reading package lists... Done

  目錄