Thursday, June 10, 2021

ImageJ/FIJI settings file

 ~/.imagej/IJ_prefs.txt on Linux

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 

Thursday, May 6, 2021

Ubuntu restart network manager with new settings

 sudo service network-manager restart

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