Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

set swap space aws

/var/swap.1   swap    swap    defaults        0   0
Comment

set swap space aws

sudo /bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024
sudo /sbin/mkswap /var/swap.1
sudo chmod 600 /var/swap.1
sudo /sbin/swapon /var/swap.1
Comment

PREVIOUS NEXT
Code Example
Shell :: run command and Exit cts 
Shell :: bash find path of current script 
Shell :: aws cli last successful deploy 
Shell :: github terraform integration 
Shell :: macos run application from terminal to work on files parse files in open for mac apps specify file or folder for opening from the command line 
Shell :: how know snap package size 
Shell :: Running shell scripts 
Shell :: Jager setup on Docker 
Shell :: bash show function definition 
Shell :: Create directory junction in powershell 
Shell :: command to add comment to a user info 
Shell :: enter a number using RANDOM in shell scripting 
Shell :: details of a long format in linux and unix based OS 
Shell :: Ubuntu 22.04 acer no wifi interface 
Shell :: bash add element to front of array 
Shell :: ls show uid gid 
Shell :: how to hash a password in bash script 
Shell :: cant see vpn proton ubuntu 
Shell :: exec format error heroku docker file M1 chip 
Shell :: bulk folder creation by windows powershell 
Shell :: Run Edge Node with Docker on Linux map wallet 
Shell :: linode aapanel info location 
Shell :: Display curl output in readable JSON format in Unix shell script 
Shell :: Hide docker legacy commands 
Shell :: find #SUID 
Shell :: ssh remove file command 
Shell :: shell How to read hidden input from terminal and pipe it to another command 
Shell :: how to download bangla font in ubuntu 
Shell :: authorized by ssh without password 
Shell :: update all package jsopn dependencies 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =