RAM+SWAP
virtual memory
free -tm#(指令適合管理者) or $(指令適合任何使用者)
dd if=/dev/zero of=/swapfile.0 bs=512k count=1024
sudo mkswap /swapfile.0
sudo swapon /swapfile.0
sudo swapoff /swapfile.0
tar cvf etc.tar etc
du . -h
tar xvf etc.tar
mkdir 建立目錄
rm -rf etc
zip unzipunzip -d
No comments:
Post a Comment