Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1 KB

README.md

File metadata and controls

44 lines (33 loc) · 1 KB

Practice

Work consistently, but don’t overwork yourself.

This repo means nothing but my programming practices and book reading notes.

# tig dirpath to view directory history
# e.g.
tig mysql/mysql-crash-cource
tig mysql/imooc-learn-117/
tig cpp/
tig clang/the-c-programming-language/
tig working-with-unix-processes/
watch -n 300 "git pull && git add . && git commit -m 'watch commit'"

vm for c programs

vagrant up
vagrant ssh
cd /vagrant && ls

example of using linux env

git clone https://github.com/liijunwei/practice
cd practice && vagrant up && vagrant ssh
cd /vagrant/csapp/ch08-exceptional-control-flow && make ecf_fork

# or

vagrant ssh-config
# copy the config to your ~/.ssh/config file
# use vscode "Remote - SSH" plugin
Remote-SSH connect to sandbox