Build NVtop:
- cd /opt/RAM_DISKS/RAM_DISK/
- git clone --recursive https://github.com/Syllo/nvtop.git
- cd nvtop && mkdir build && cd build
- sudo apt install libncurses-dev libudev-dev libdrm-dev
- cmake ..
- make -j8
- sudo make install
- sudo chmod +x /usr/bin/nvtop
- *May need to restart terminal to start app.
Sources: Official Gitbub, Search Results,
Date: June 9th 2023 ~ August 26th 2023
Back