Kurz und bündig…
1 2 3 4 5 |
sudo dphys-swapfile swapoff && \ sudo dphys-swapfile uninstall && \ sudo systemctl disable dphys-swapfile && \ systemctl disable dphys-swapfile.service && \ shutdown -r now |
there is no place like 127.0.0.1…
Kurz und bündig…
1 2 3 4 5 |
sudo dphys-swapfile swapoff && \ sudo dphys-swapfile uninstall && \ sudo systemctl disable dphys-swapfile && \ systemctl disable dphys-swapfile.service && \ shutdown -r now |