Home

Cyber Systems & Computer Networks

This is my notes on simplified version of slides from DTU course 02135 Introduction to cyber systems. The lectures and slides were originally given by Prof. Pezzarossa. Contents Cyber Systems 1. Introduction to computing systems – Page 01 - 09 2. Abstract FSMD model – Page 10 - 17 3. Compilation pipeline – Page 18 - 19 4. Single-purpose pr...

Read more

Git Cheat Sheet

source in English source in Chinese Frenquently Used Commands 1) git pull >>>> Modifying project 2) git add . 3) git commit -m 'message about the commit' 4) git push -u origin [branch name] ## Git Cheat Sheet Git Commands Comments git init # 初始化本地git仓库(创建新仓库) ...

Read more