If you are a Delphi developer and are not using the full FastMM memory manager (either the free version 4 or the commercial version 5) you really should try it. The limited FastMM version, that is included with Delphi since Delphi 2006, does not have the full debug mode. And that's the mode you should … Continue reading You should be using the full FastMM
Month: September 2024
Get Samba connection information
Note to self: The command to get connection information for a (Linux based) Samba server is smbstatus. It needs root privileges. e.g. [bash] sudo smbstatus -v | less [/bash]