If you want to provide temporary S3 access to an object that is otherwise private, then you can generate a presigned URL. The URL will be usable for a specified period of time, after which it will become invalid.
[Read More]
Attach an AWS EFS Volume on Linux via IP
Attaching an AWS EFS volume is simple.
[Read More]
Formats of SSL/TLS certificates and their usage
The SSL/TLS certificates can be stored in several formats and also have different file extensions - e.g. pem, cer, der, pfx.
[Read More]
How to uninstall the Cortana app with Powershell
Open the Start Menu and type in PowerShell.
Right click on Windows PowerShell.
Select ‘Run as administrator’.
Type the following text:
Get-AppxPackage -allusers Microsoft.549981C3F5F10 | Remove-AppxPackage
Press Enter.
How to change the language of Visual Studio 2017/2019
In order to follow tutorials on the internet or threads on stackoverflow it is often time easier if you set the language in Visual Studio to English.
[Read More]