Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

sudo swapoff

# disable swap 
sudo swapoff -a

# keeps the swap off during reboot
sudo sed -i '/ swap / s/^(.*)$/#1/g' /etc/fstab
Comment

PREVIOUS NEXT
Code Example
Shell :: how to delete an issue on github 
Shell :: run crontab locally in windows 
Shell :: atom vs sublime 
Shell :: creat a new repository 
Shell :: ssh rsa key login 
Shell :: cannot reindex from a duplicate axis 
Shell :: git pull branch you are not on 
Shell :: how to check raspbian os version 
Shell :: bash cut delimiter multiple spaces 
Shell :: delete remote git tags matching pattern 
Shell :: see file from previous commit git 
Shell :: how to update kali linux 2022 
Shell :: neovim open file 
Shell :: What is user and group in linux? 
Shell :: ubuntu fix wrong lsb_release 
Shell :: heroku rename could not find that app 
Shell :: git close private repo 
Shell :: setting ssh for github 
Shell :: create dektop file in ubuntu 
Shell :: pocketsphinx mac big sur 
Shell :: recursively replace : to _ in file names linux 
Shell :: amend commit change description 
Shell :: git rbanch multiple delet 
Shell :: first time linux 
Shell :: add fold to path in linux 
Shell :: sudo show asterisks 
Shell :: flutter add const auto 
Shell :: bash dynamic varibale 
Shell :: delete iptable rule linux 
Shell :: git stash pop resolve conflict 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =