Linux algemeen

From www.ReeltoReel.nl Wiki
Jump to navigation Jump to search
  • fuser -ck /net
pid of proccess holding mount


openssl x509 -noout -in scx-host-sldbowzs0101.basis-a.acc.pem  -text


<syntaxhighlight lang="python"> def quickSort(arr):

   less = []
   pivotList = []
   more = []
   if len(arr) <= 1:
       return arr
   else:

</syntaxhighlight>

<syntaxhighlight lang="bash"> def quickSort(arr):

   less = []
   pivotList = []
   more = []
   if len(arr) <= 1:
       return arr
   else:

</syntaxhighlight>