All Projects → Cretezy → Swap

Cretezy / Swap

Licence: mit
Simple swap setup script for Linux.

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Swap

zswap-cli
Command-line tool to control zswap Linux kernel module options
Stars: ✭ 20 (-86.01%)
Mutual labels:  swap
Prnet
Joint 3D Face Reconstruction and Dense Alignment with Position Map Regression Network (ECCV 2018)
Stars: ✭ 4,479 (+3032.17%)
Mutual labels:  swap
Understanding Financial Reports Using Natural Language Processing
Investigate how mutual funds leverage credit derivatives by studying their routine filings to the SEC using NLP techniques 📈🤑
Stars: ✭ 36 (-74.83%)
Mutual labels:  swap
ImageSwapper
🐣 Nice iOS animations for swapping images. In progress.
Stars: ✭ 28 (-80.42%)
Mutual labels:  swap
Rotatable
Helper class to make any view rotatable
Stars: ✭ 295 (+106.29%)
Mutual labels:  swap
Heim
Cross-platform async library for system information fetching 🦀
Stars: ✭ 572 (+300%)
Mutual labels:  swap
swapperd
Swapperd daemon for executing cross-chain swaps
Stars: ✭ 27 (-81.12%)
Mutual labels:  swap
Face Swap Android
Realtime Face Swap Android NDK app full source code. Developed with OpenCV (http://opencv.org) and Dlib C++ (http://dlib.net).
Stars: ✭ 111 (-22.38%)
Mutual labels:  swap
Jetstrap
A Laravel 8 package to easily switch TailwindCSS resources generated by Laravel Jetstream and Breeze to Bootstrap 4.
Stars: ✭ 320 (+123.78%)
Mutual labels:  swap
Eda nlp
Data augmentation for NLP, presented at EMNLP 2019
Stars: ✭ 902 (+530.77%)
Mutual labels:  swap
SharpLoader
🔮 [C#] Source code randomizer and compiler
Stars: ✭ 36 (-74.83%)
Mutual labels:  swap
xmr-btc-atomic-swap
Cross-chain atomic swap protocol between Monero and Bitcoin
Stars: ✭ 67 (-53.15%)
Mutual labels:  swap
Faceswap
Real-time FaceSwap application built with OpenCV and dlib
Stars: ✭ 611 (+327.27%)
Mutual labels:  swap
zram manager
No description or website provided.
Stars: ✭ 41 (-71.33%)
Mutual labels:  swap
Btrfs Swapon
Btrfs doesn't allow to swap on a file. This script allows you do swap on a file anyway.
Stars: ✭ 42 (-70.63%)
Mutual labels:  swap
zramd
Automatically setup swap on zram ✨ with optional systemd support, a simpler alternative to zram-generator and systemd-swap
Stars: ✭ 45 (-68.53%)
Mutual labels:  swap
Systemd Swap
Script for creating hybrid swap space from zram swaps, swap files and swap partitions.
Stars: ✭ 473 (+230.77%)
Mutual labels:  swap
Multicurrencywallet
Bitcoin, Ethereum, ERC20 crypto wallets with Atomic Swap exchange. Release announce: https://twitter.com/SwapOnlineTeam/status/1321844352369500160
Stars: ✭ 136 (-4.9%)
Mutual labels:  swap
Straks
A new decentralised, open source, community driven digital currency, focusing on e-commerce utility
Stars: ✭ 53 (-62.94%)
Mutual labels:  swap
Face swap
End-to-end, automatic face swapping pipeline
Stars: ✭ 722 (+404.9%)
Mutual labels:  swap

Swap

Simple swap setup script for Linux

Swap is an area on a hard drive that has been designated as a place where the operating system can temporarily store data that it can no longer hold in RAM.

Disclamer: This script may not work on every GNU/Linux distro. Sorry.

Usage

First of all, download the main script:

wget https://raw.githubusercontent.com/Cretezy/Swap/master/swap.sh -O swap
# or
curl https://raw.githubusercontent.com/Cretezy/Swap/master/swap.sh -o swap

Then simply run the file with this format:

sh swap <size>

Example (with 4G):

sh swap 4G

The default path for the swap file is /swapfile. If you wish to change this, simple the file location (file must not exist) add it to the command:

sh swap 4G /swap
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].