Published April 17, 2019 Office 365 activation issue run cmd as admin cd C:\program files\Microsoft office\office16 (or program files (x86), whatever’s relevant) type in: cscript ospp.vbs /dstatus this generates a […]
Published September 5, 2026 Domains in postfix queue The below command will list the domains in a postfix queue, with the numbers of mails for the domain.
Published September 25, 2012 Delete a nat rule in iptables First of all I list all the rules including line numbers like this; iptables -L -t nat –line-numbers I then look at […]
Published October 19, 2021 SCP command local to remote location scp -r /local/directory remote_username@ipaddress:/remote/directory