Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/igormukhingmailcom/digitalocean-make-swap-on-ubuntu
- Owner: igormukhingmailcom
- Created: 2015-01-01T16:20:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-01T16:45:18.000Z (almost 10 years ago)
- Last Synced: 2024-10-11T03:23:39.696Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 113 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```