Find the proper driver at the NVidia website.
Note: Make sure to select "Linux 64-bit" as your OS
Hit the "Search" button.
gzip on; | |
gzip_comp_level 9; | |
gzip_http_version 1.0; | |
gzip_proxied any; | |
gzip_min_length 1100; | |
gzip_buffers 16 8k; | |
gzip_types text/plain text/html text/css application/javascript application/x-javascript text/xml application/xml application/xml+rss text/javascript image/x-icon image/bmp image/svg+xml; | |
gzip_disable "MSIE [1-6].(?!.*SV1)"; | |
gzip_vary on; |
Find the proper driver at the NVidia website.
Note: Make sure to select "Linux 64-bit" as your OS
Hit the "Search" button.
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\*\shell\forcerunasinvoker] | |
@="Run as current user" | |
[HKEY_CLASSES_ROOT\*\shell\forcerunasinvoker\command] | |
@="cmd /min /C \"set __COMPAT_LAYER=RUNASINVOKER && start \"\" \"%1\"\"" |
Generate openssl keys:
openssl req -x509 -nodes -newkey rsa:2048 -keyout mysqldump-key.priv.pem -out mysqldump-key.pub.pem
Create a mysql default file:
# ~/.mysqldump
[mysqldump]
host = host.here.com
This playbook has been removed as it is now very outdated. |