Tag Archives: nvidia

How to install multiple CUDA versions on a single Linux server

After you installed the first CUDA toolkit (preferably the latest stable version), and you want to install others beside it, due to some compatibililty issues for example, just do the following: Download the standalone file installer, e.g. https://developer.download.nvidia.com/compute/cuda/11.7.0/local_installers/cuda_11.7.0_515.43.04_linux.run chmod +x … Continue reading

Posted in Linux | Tagged , , , | Leave a comment

Cracking WiFi keys with Aircrack-ng and hashcat using GPU

Disclaimer This post is for educational purposes only and should NOT be used otherwise. The primary aim is to understand how a weak WiFi password can be compromised in a few minutes, if not less. Introduction In this post I … Continue reading

Posted in Linux | Tagged , , , , , , , , , , , | Leave a comment

How to uninstall NVidia driver from Linux

This only applies for drivers that have been installed using the .run file. ./NVidiaxxxx.run –uninstall Source: Red Hat Documentation which they deny access to except if you pay! Idiots!

Posted in Linux | Tagged , , , | Leave a comment