Skip to content

Instantly share code, notes, and snippets.

@marktyers
Last active August 17, 2016 13:58
Show Gist options
  • Save marktyers/942c68e0761fc9be8371 to your computer and use it in GitHub Desktop.
Save marktyers/942c68e0761fc9be8371 to your computer and use it in GitHub Desktop.
Ubuntu Software Installation
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
@marktyers
Copy link
Author

Started

@marktyers
Copy link
Author

disabling keys documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment