Kill all process ubuntu

Option 1: sudo kill -9 $(sudo lsof -t -i:9001)sudo kill -9 $(sudo lsof -t -i:9001) Option 2: pidof slack 1234 1235 1236 1237 1238 sudo kill -9 process_id   pidof apt 1234 1235 1236 1237 1238 sudo kill -9 1234 1235 1236 1237 1238pidof slack 1234 1235 1236 1237 1238 sudo kill -9 process_id pidof … Read more

Install pytorch gpu on windows

conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorchconda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch

Python pytorch

conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorchconda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch

Remove nginx from ubuntu

Option 1: sudo apt-get remove nginx nginx-commonsudo apt-get remove nginx nginx-common Option 2: sudo apt-get purge nginx nginx-common   sudo apt-get autoremovesudo apt-get purge nginx nginx-common sudo apt-get autoremove