Pario TechnoBlob
About
Posts
Tag: export
Export Zimbra account info
Export userinformation from Zimbra # su - zimbra # zmprov gaa -v|egrep...
Exporting last name, first name and username from Active Directory using AdFind
AdFind is a Windows command line Active Directory query tool. It is a mixture of ldapsearch, search.vbs, ldp, dsquery, and dsget tools with a ton of other cool features thrown...
Export mysql data to a tab-separated file
mysqldump -u root -p --no-create-info -T=/tmp --fields-terminated-by='\t' db tabell