Last active
August 17, 2016 13:58
-
-
Save marktyers/942c68e0761fc9be8371 to your computer and use it in GitHub Desktop.
Ubuntu Software Installation
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
add-apt-repository ppa:webupd8team/atom | |
Disabling keys on keyboard: | |
http://ubuntuforums.org/showthread.php?t=1798947 | |
xev to find out key codes, then create a .Xmodmap file in home directory. | |
lshw -short -C cpu | |
lshw -short -C memory | |
Max RAM 32GB | |
Crucial 16GB Kit (2 x 8GB) DDR3-1866 ECC UDIMM | |
reload .bashrc | |
source ~/.bashrc | |
using Google Cloud | |
Download and install the gcloud tools. Log in and authorise. | |
gcloud init | |
gcloud compute ssh --zone europe-west1-b instance-1 |
disabling keys documentation.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Started