18th January 2017, 8:06
(17th January 2017, 22:41)Pliny.D.Elder Wrote:Code:touch .bash_aliases
echo "alias swoff='sudo swapoff -a ;sudo systemctl poweroff'" >.bash_aliases
. .bash_aliases
Next few times you want to poweroff put in terminal
Code:sudo swapoff -a
then poweroff your normal way.
If that doesn't work, type in terminal "swoff" without quotes.
Thank you very much !! I shall try it !