Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Setting up Jetson AI

# Disable ZRAM:
sudo systemctl disable nvzramconfig

# Create 4GB swap file
sudo fallocate -l 4G /mnt/4GB.swap
sudo chmod 600 /mnt/4GB.swap
sudo mkswap /mnt/4GB.swap

# Append the following line to /etc/fstab
sudo su
echo "/mnt/4GB.swap swap swap defaults 0 0" >> /etc/fstab
exit

# REBOOT!
Comment

PREVIOUS NEXT
Code Example
Shell :: Open jupyter notebook in firefox/chrome from wsl 
Shell :: linux tar use pigz by default 
Shell :: grep extract pipe delimited 
Shell :: rm bash 
Shell :: ufr reader raspberry pi shield 
Shell :: bevy clone 
Shell :: powershell tab (bash style) 
Shell :: git-revision-webpack-plugin 
Shell :: install ibus bamboo 
Shell :: horizontal flip image using convert command ubuntu 
Shell :: repeat characters for line vim 
Shell :: no of lines 
Shell :: To find MTP devices in Power Shell use this command: 
Shell :: log httpd cmd 
Shell :: Bitbucket config to deploy aws instance 
Shell :: how to migrate from yarn to npm 
Shell :: how to install centos 9 stream 
Shell :: git tagging for manging relesing dev.to 
Shell :: install dotnet 5 on pi os 
Shell :: CentOS Extras aarch64 epel-release-8-8.el8.noarch.rpm 
Shell :: If the {string} part is omitted, it is considered as an empty string, and the matched pattern is deleted. The following command deletes all instances of the string ‘foo’ in the current line 
Shell :: libpng12-0 removed from ubuntu ? 
Shell :: install dynamic library gd2 
Shell :: accept input linux 
Shell :: linux change filename batch 
Shell :: how to stop brute force attack aws ec2 
Shell :: ls show last item 
Shell :: how install gradel 
Shell :: Initializing a repo on local machine 
Shell :: fsl fslmath mask sphere 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =