I am working quite a lot using shell scripts to make my work easier and a few of them are even on my desktop to perform some one click actions. Sadly this doesn’t work on my mac as it just gets opened in an editor, ignoring the executable bit (chmod +x). That drives me crazy. So what’s the […]
Tag: script
A hint for you windows users out there
I was fixing another windows box those days and I was forced to check the fragmentation, which was the biggest blocker on that system, disregarding the user and the fact that the system got more than one windows partition. So I came up with a little trick, using defrag.exe from shell: %windir%\system32\defrag.exe -f c: %windir%\system32\defrag.exe -f d: %windir%\system32\defrag.exe […]