Skip to content

Instantly share code, notes, and snippets.

@bmaupin
Last active June 7, 2018 12:17
Show Gist options
  • Save bmaupin/3f10eca19f46647ed246d748d94742c0 to your computer and use it in GitHub Desktop.
Save bmaupin/3f10eca19f46647ed246d748d94742c0 to your computer and use it in GitHub Desktop.
Free up memory on Xubuntu by restarting some memory-hungry programs
#!/bin/bash
free
dropbox stop && sleep 60 && dbus-launch dropbox start
xfce4-panel -r
free
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment