Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

increase swap size ubuntu


https://docs.rackspace.com/support/how-to/create-remove-swap-file-in-ubuntu/

//changes on this line only
sudo dd if=/dev/zero of=/swapfile bs=1M count=1024 oflag=append conv=notrunc
The above command will append 1GiB of zero bytes at the end of your swap file.
Comment

ubuntu edit swap m

edit swap size ubuntu
Comment

PREVIOUS NEXT
Code Example
Shell :: how to get name of pc bash script 
Shell :: how to uninstall photos app in windows 10 
Shell :: bash timeout 
Shell :: install npm packages on shared hosting 
Shell :: show saved network connections linux 
Shell :: replace main with another branch 
Shell :: install cockroachdb linux 
Shell :: how to update packages in arch linux 
Shell :: homestead change php version 
Shell :: cast audio to google home mini from pc linux 
Shell :: jenkinfile.sh 
Shell :: how to permantely install library in collab 
Shell :: ./build/env/bin/hue shell < script.py 
Shell :: where do i grab someones powershell code 
Shell :: installed delphi package says unit not found 
Php :: How to Log Query in Laravel 
Php :: php artisan clear commands 
Php :: check laravel version 
Php :: php artisan serve another port 
Php :: smarty assign var 
Php :: how to install php curl (linux) apache2 
Php :: Class "AppHttpControllersGuzzle Client" not found 
Php :: only date in php 
Php :: create model in laravel command line 
Php :: laravel route list 
Php :: array to string separated by comma php 
Php :: laravel run php server by ipv4 
Php :: string replace twig 
Php :: php check whether the url is http or https 
Php :: date casting from datetime to d-m-Y laravel using cast 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =