logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: ccda8df74394f4c53f025a9831c316b20ca1d6eb
parent cdebfe69cea61da64824ba3929ce681bf656ea01
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 29 Nov 2017 20:39:28 +0100

notes/tips.md: Init

Diffstat:

Anotes/tips.md4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/notes/tips.md b/notes/tips.md @@ -0,0 +1,4 @@ +## Cannot remove: No space left on device +```shell +$ truncate --size 0 file_to_remove +```