Advertisement
tamanmerah

clean.sh

Mar 10th, 2019
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.37 KB | None | 0 0
  1. #/bin/bash
  2. # cleaning google earth..
  3. # day milovich
  4.  history -c
  5.  rm -f ~/.bash_history
  6.  rm -rf /var/log/*
  7.  rm -rf /home/*/.local/share/Trash/*/** &> /dev/null
  8.  rm -rf /root/.local/share/Trash/*/** &> /dev/null
  9.  echo 1 > /proc/sys/vm/drop_caches
  10.  echo 2 > /proc/sys/vm/drop_caches
  11.  echo 3 > /proc/sys/vm/drop_caches
  12.  swapoff -a
  13.  swapon -a
  14.  free -m
  15.  df -h
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement