Skip to content

Instantly share code, notes, and snippets.

@M66B
Last active August 29, 2015 14:03
Show Gist options
  • Save M66B/f6bed355dbd88e01c5e0 to your computer and use it in GitHub Desktop.
Save M66B/f6bed355dbd88e01c5e0 to your computer and use it in GitHub Desktop.
Acer C720 SSD
sudo nano /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="... elevator=noop"
sudo nano /etc/fstab
UUID=... / ext4 errors=remount-ro,noatime 0 1
su root
crontab -e
0 13 * * * fstrim -v / >> /var/log/trim.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment