Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/igormukhingmailcom/digitalocean-make-swap-on-ubuntu

Add SWAP on Ubuntu FAST
https://github.com/igormukhingmailcom/digitalocean-make-swap-on-ubuntu

Last synced: 12 days ago
JSON representation

Add SWAP on Ubuntu FAST

Awesome Lists containing this project

README

        

# About

Script based on
https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-ubuntu-14-04
and written for fast adding SWAP on Ubuntu.

# Usage

```bash
cd /tmp
wget https://raw.githubusercontent.com/igormukhingmailcom/digitalocean-make-swap-on-ubuntu/master/make-swap.sh
chmod a+x make-swap.sh
sudo ./make-swap.sh /swapfile 4G
free # Check result
rm make-swap.sh
```