NVidia kernel module reinstall
You need to reinstall the driver every time you update your linux kernel. This is so that the nvidia kernel module is correctly created inside the appropriat...
You need to reinstall the driver every time you update your linux kernel. This is so that the nvidia kernel module is correctly created inside the appropriat...
Customize the tab stop size in git diff by using $ git config --global core.pager "less -x5,9". man less to look at all options.
So I was facing this problem wherein the nvidia kernel module seemed to be getting unloaded after the computer was put to sleep. This can be resolved by expl...
man ldd. ldd prints shared library dependencies. Useful for checking if you got the order of your arguments wrong while invoking g++.
man nm. nm lists symbols from object files. Grep the output in order to search for a certain symbol.
In order to retain colours when passing output through less, use the -R option. Also ensure that the program sending output is configured to send out colour ...
The way to stop the HUD from popping up every time you accidentally press the alt key is similar. Go to System Settings -> Keyboard -> Shortcuts -> ...
For ipython configuration information, do ipython config -h. The default ipython profile is located in ~/.config/ipython. This is not present until generated...
If you want to install a new completion file, for example django_bash_completion, then simply add the script to /etc/bash_completion.d/. The rest is taken ca...
To find unicode characters by drawing, use shapecatcher.com.
Website to find latex commands by drawing: detexify.kirelabs.org.