archivos de configuracion, scripts y assets customizados de greenlight, scalelite y bigbluebutton
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

addswap.sh 107B

1234567
  1. #! /bin/bash
  2. fallocate -l 3G /swapfile
  3. chmod 600 /swapfile
  4. mkswap /swapfile
  5. swapon /swapfile
  6. swapon --show