Monthly Archives: December 2011

awk print output to 1 line

awk ‘{printf(“%s “,$1) }’ <file name>

Posted in Linux | Leave a comment

Designsync dword

I have no result found from Google regarding Designsync dword and i think i should share it out after getting the info from Designsync support. Command: grep -H ServerMaintenanceMode=dword:1 /<path>/<port_number>/PortRegistry.reg dword:1 = Normal operation dword:2 = Set server to read-only mode dword:3 = block all read and write access to server

Posted in A-la-carte | Tagged , | 2 Comments