Skip to content

Instantly share code, notes, and snippets.

@MonrealRyan
Last active May 24, 2017 03:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MonrealRyan/e334f82eca64e2f33813664e99db5db0 to your computer and use it in GitHub Desktop.
Save MonrealRyan/e334f82eca64e2f33813664e99db5db0 to your computer and use it in GitHub Desktop.
Installing Keter for 1G of ram

STEPS IN INSTALLING KETER

  1. Create a swap, type the following code: (Use sudo if your not in root user)

dd if=/dev/zero of=/tmp/swap bs=1M count=1024 mkswap /tmp/swap swapon /tmp/swap This is to make sure the our 1gb memory will not run out of memory.

  1. TRY to install it using this code

if you have any problems on this steps, let me no know so I can help you

Enjoy :)

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