~/.imagej/IJ_prefs.txt on Linux
Thursday, June 10, 2021
Friday, June 4, 2021
CMake cannot find CUDA
specify
CUDA_TOOLKIT_ROOT_DIR
to cmake:
cmake -D CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-5.5
Source: https://stackoverflow.com/questions/19980412/how-to-let-cmake-find-cuda
important to have the version at the end of path in my own experience
Tuesday, May 18, 2021
Thursday, May 6, 2021
Kubuntu wifi stuck on 'waiting for authorization'
if you have network-manager enabled :
sudo nmcli dev wifi
to find your wifi ssid
and
sudo nmcli dev wifi connect <your ssid> password <your pass>
https://askubuntu.com/questions/869955
Get the CPU temperature
https://askubuntu.com/questions/15832/how-do-i-get-the-cpu-temperature
sudo apt-get install lm-sensors
sudo sensors-detect
sudo service kmod start
sensors
Wednesday, May 5, 2021
Subscribe to:
Posts (Atom)