In order to script the connection to exchange online with mfa, you must first download the Microsoft.Exchange.Management.ExoPowershellModule.dll I assume you will have to periodically update […]
Month: June 2017
Backspace and arrows not working in ubuntu vi
Add 2 lines: vi .vimrc set nocompatible set backspace=2
You must put some ‘source’ URIs in your sources.list – deb-src
apt-get build-dep ‘program’ Reading package lists… Done E: You must put some ‘source’ URIs in your sources.list Remove the # before each line with # […]
Update Linux timezone
Verify with command: date unlink /etc/localtime ln -s /usr/share/zoneinfo/US/Eastern /etc/localtime
Block domain name postfix
Update postfix config: vi /etc/postfix/main.cf smtpd_sender_restrictions = hash:/etc/postfix/access reject_unauth_destination = hash:/etc/postfix/access Create block file: vi /etc/postfix/access mediatransport.com REJECT Execute: postmap hash:/etc/postfix/access service postfix restart