Linux algemeen: Difference between revisions

From www.ReeltoReel.nl Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


  openssl x509 -noout -in scx-host-sldbowzs0101.basis-a.acc.pem  -text
  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>

Revision as of 16:31, 11 August 2015

  • 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>