Can your Windows Server do this…

Linux, Mac, Tech No Comments »

Unix Rocks

933 days up and running, with no errors or downtime
i’d love to see proof of a windows server to even run 1/10th of that. then i’ll keep my mouth shut

How to remove a non-empty directory tree

Linux, Mac, Python No Comments »

simple…i know, but you’d be surprised how many ppl don’t know this.

Terminal:

$ rm -rf directory

Python:

>>> shutil.rmtree("/some/dir")

can definitely come in handy