Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
List GPU Devices on Linux
You can list GPU devices using the following command on linux.
lspci -v | grep VGA
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
You can list GPU devices using the following command on linux.
lspci -v | grep VGA
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
tock-os Tock is an embedded operating system designed for running multiple concurrent, mutually distrustful applications on Cortex-M and RISC-V based embedded platforms. Tock's design centers around protection, both from potentially …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Install a Jupyter/Lab extension.
pip3 install extension_name
Unnstall a Jupyter/Lab extension.
pip3 uninstall extension_name
Enable an installed Jupyter/Lab extension. Note: An extension is …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The command rsync -avh src_dir des_dir (src_dir has no trailing slash)
synchronizes the whole directory src_dir into the destination directory des_dir
while rsync -avh src_dir/ des_dir (src_dir/ has …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
A fast and simple framework for building and running distributed applications.
Ray does not handle large data well (as of 2018/05/28). Please refer to the …