sudo -i will do a complete reset while sudo su doesn't
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash -e | |
| echo "-> Installing dependencies....." | |
| apt-get update | |
| apt-get upgrade -y | |
| apt-get install -y \ | |
| apt-transport-https \ | |
| build-essential \ | |
| ca-certificates \ | |
| curl \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| VAULT_VERSION=$1 | |
| echo "-> Update and Installing dependencies....." | |
| apt-get update | |
| apt-get upgrade -y | |
| apt-get install -y \ |
- Web site: https://learnopengl.com
- Specs: https://www.khronos.org/registry/OpenGL/specs/
When using functionality from the most recent version of OpenGL, only the most modern graphics cards will be able to run your application. This is often why most developers generally target lower versions of OpenGL and optionally enable higher version functionality
- Download here: https://www.terraform.io/downloads.html
unzipthe package and add it available to the path.
- 443
- 22
NewerOlder