-
Notifications
You must be signed in to change notification settings - Fork 0
Tips:Dev Tools
jaku-jaku edited this page Nov 25, 2022
·
16 revisions
[Last generated: Fri 25 Nov 2022 11:45:03 EST]
- For introduction, please read [Documentation/Coding-Guidelines.md]
$ git config --global alias.lg "log --graph --pretty=tformat:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --decorate=full"
# >>>> Better than `$ git log`:
### Now, you can use:
$ git lg
### OR, with line changes:
$ git lg -p
-
$ uname -r
: OS check -
$ cat /prov/version_signature
: identify kernel -
$ arp -a
: Scan Local Network Devices and IPs -
$ tree -L 1
: list hierarchy of directory in depth=1
-
containerizing application with all dependencies without users to manually setup the environment
-
available in all OS
-
encapsulates the entire OS, so you can swap out the entire OS
Tool Name | Intro | Pro | Con |
---|---|---|---|
Docker | encapsulate OS environment | run the same OS on different OS platform | Huge |
pyenv | python version manager | - | - |
virtualenv | to encapsulate python dependencies | switching different python with different python packages with an ease | stuck with host OS |
Anaconda | to maintain python virtualenv + additional sci-lib | Easier to work with | large packages |
Vagrant | to provision a machine with an OS | Offer higher degree of isolation than Docker, and runs as isolated processes within the host OS | Heavier, larger and longer time to build |
π [Isolation Level]: pyenv < virtualenv <= Anaconda < Docker < Vagrant
Copyright Β© 2012-2021 - University of Waterloo - Advanced Robotics Lab
-
π·οΈ [ Lab ]:
-
π·οΈ [ Logbook ]:
-
π·οΈ [ Tips ]:
-
π·οΈ [ Waterloo Steel ]: