Outlook Shared Mailbox Deleted Items Issue

When you delete an email from a Exchange/Exchange on-Line shared mailbox, the deleted mail goes to your mailbox Deleted Items folder when it should go into the shared mailbox Deleted Items folder. To solve the issue you have to add/change the following registry key: Add the DelegateWastebasketStyle DWORD with 4 in the value the restart … Read more

CentOS 8 Install Guide

On the install GUI select minimal install After making a CentOS 8 minimal install and boot up for the first time. Here are, in my view, the tools and “must do” things that you will need for day to day work. Remove Intel Wifi devices firmware (do this only if you don’t use it): Update … Read more

Outlook.com Exchange Server Settings

If need to know which are Outlook.com exchange server settings: Setting Value Exchange Server address outlook.office365.com Exchange Server EWS URL https://outlook.office365.com/EWS/Exchange.asmx Exchange port: 443 TLS/SSL encryption required Yes Exchange username Your full Outlook.com email address Exchange password Your Outlook.com password This information is very useful if you’re configuring Gnome Evolution and in some email clients … Read more

Official Portuguese time servers

The Portuguese legal/official hour is maintained by Observatório Astronómico de Lisboa. If you want to configure your devices so that they use the correct time configuration you can use the following two servers:

Install and setup CentOS7

After making a CentOS 7 minimal install and boot up for the first time. Here are, in my view, the tools and “must do” things that you will meed for day to day work. Remove Intel Wifi devices firmware (do this only if you don’t use it): yum remove iwl* Update CentOS to the latest … Read more

Disable ipv6 privacy addresses in windows 10

Sometimes, mainly in servers, is better to disable ipv6 privacy extensions so that the configured ipv6 address is the only one configured on the firewall rules or the only one that shows up in the logs. netsh int ipv6 set int Ethernet0 managedaddress=disable netsh int ipv6 set int Ethernet0 routerdiscovery=disable After this configuration you will … Read more