How to Set Up a Remote Desktop with X2Go on Ubuntu 18.04
Windows Servers are the main candidate for Remote Desktop Connection. However you don’t always need Windows, and you just need a server with a GUI. On top of that, Linux…
Windows Servers are the main candidate for Remote Desktop Connection. However you don’t always need Windows, and you just need a server with a GUI. On top of that, Linux…
One useful feature of Windows is that you can connect to your desktop from another location to remotely manage your computer. Fortunately, major Linux distributions also offer this feature and…
There are a couple of ways: Using the id command you can get the real and effective user and group IDs. id -u <username> If no username is supplied to…
To configure global email notification settings: From the main menu, select General Options. Open the E-mail Settings tab. Select the Enable e-mail notifications check box. In the SMTP server field,…
After installing Exchange Server 2016 into your organization you may receive reports from your end users of a security alert containing certificate warning messages appearing in Outlook. Example of an…
Seems one of the only ways to copy files to PC’s in Intune seems to be to create an MSI file to deploy them which requires a MSI packager (…
If you want to connect Exchange Online PowerShell using MFA, you need to use a special PowerShell tool offered by Microsoft “Exchange Online PowerShell Module” (EXO). You can install Exchange…
User management becomes a critical consideration when you want to add multiple users to the system. If user management on your system is not effective, you may have to compromise…
To enable HTTPS on your website, you need to get a certificate (a type of file) from a Certificate Authority (CA). Let’s Encrypt is a CA. In order to get…
You can start the container with the volume from host mounted in the container by using -v flag. docker run -v "/path/to/host/directory:/path/inside/container" <image_name> This maps one directory from host to…