Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 257 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 257 Bytes

cleaning servers from files

sudo du -h /var/log
sudo ls -lh /var/log

swapoff -a

https://www.tecmint.com/disable-swap-partition/
vertel@gluu20:/$ sudo swapoff -a 
vertel@gluu20:/$ sudo nano /etc/fstab 
vertel@gluu20:/$ sudo rm /swap.img