Skip to content

Host machine list

豆豆 (Tommy Lin) edited this page Dec 2, 2020 · 4 revisions

Welcome to the focus-stacking wiki!

Host Machine List

No. Host Machine Type Linux Version Python3 Version
1 Intel(R) Core(TM) i7-6700 Native Linux ubuntu 20.04 (focal) Python 3.8.5
2 Intel(R) Core(TM) i7-6700 Native Linux ubuntu 18.04 (bionic) Python 3.6.9
3 Intel(R) Xeon(R) CPU E5-2676 v3 Native Linux ubuntu 18.04 (bionic) Python 3.7.6
4 Intel(R) Core(TM) i7-5500U Windows Subsystem for Linux ubuntu 18.04 (bionic) Python 3.6.9

References

How to get CPU type

$ cat /proc/couinfo

How to Check Ubuntu Version from the Command Line

$ lsb_release -a

How to Get Python Version from the Command Line

$ python3 -V

Clone this wiki locally