What process dares to use the swap
Well there are a few tools out there that can help and tell you that, or you do it like me, get really bored and fine tune a onliner that lists everything that is currently in swap.
Debian, Raspbian, CentOS und was ein Systemadministrator noch so von sich gibt
Well there are a few tools out there that can help and tell you that, or you do it like me, get really bored and fine tune a onliner that lists everything that is currently in swap.
Well there are probably many ways and I have seen a few, let us keep it simple and use built in stuff as much as possible. Bash is for lazy people. #!/bin/bash read -p „Enter Path: “ NEWPATH MYPATH=${NEWPATH} echo ${MYPATH} Using this, the path can have a trailing slash and you have got it … Weiterlesen
Was „bash completion“ ist sollte klar sein. Man tippt in die shell, haut wie Wild auf den Tap Knopf und dann kommt was die shell denkt was man brauchen könnte. Hilft um einiges, aber ist das wirklich alles, oder gibt es da noch mehr? Es gibt noch mehr. Ein kleines Päckchen das man sich mit … Weiterlesen