Zero Trust Samba with Cloudflare Private Routing

? I have a few goals for this project: Deploy a Samba file server on an Ubuntu machine Make that machine inaccessible to the Internet Connect to that file server without adding back hauls that degrade performance Control who can reach the server using my identity provider of choise, instead of relying entirely on simple […]

Read More

Removing .html Extension from URL

If you want to remove .html extension, then simply add the given below snippet in your .htaccess file RewriteEngine onRewriteCond %{REQUEST_FILENAME}.html -fRewriteRule ^(.*)$ $1.html  [NC,L] So now you can link .html page without extension on your web page. But when user will try to access with .html it will not redirect to without extension page. […]

Read More

HID Origo: How to add System Accounts

This video guide will walk through adding System Accounts which allow 3rd party applications to integrate with HID Origo Management Portal services. This allows partner applications to manage the administration of Mobile Identities users & credentials, and Reader Manager key authorization for an organization. Get support: www.itcapture.com

Read More

Install Free Let’s Encrypt SSL

Download win-acme To start, open an elevated command prompt and change the working directory to where the win-acme client is installed, run wacs.exe. You will be presented with an interactive menu. There is no “simple” menu for setting up the certificate for Exchange, so at this point, enter M to create a new certificate with […]

Read More

Something went wrong in outlook after 2FA enabled

Set up multi-factor authentication Based on your understanding of multi-factor authentication (MFA) and its support in Microsoft 365, it’s time to set it up and roll it out to your organization.  Important If you purchased your subscription or trial after October 21, 2019, and you’re prompted for MFA when you sign in, security defaults have been automatically enabled […]

Read More

Deleting memorised report Moneydance

Open Moneydance. Click the Tools menu -> Graphs and Reports. In the left hand column, click on Memorized Reports. Click on the report that you would like to remove, and then click the Remove button to the right! Reference: Moneydance

Read More

Updated clients cannot communicate with non-updated servers

The most common scenario is that the client has the CredSSP update installed, and the Encryption Oracle Remediation policy setting does not allow an insecure RDP connection to a server that does not have the CredSSP update installed. To work around this issue, follow these steps: On the client has the CredSSP update installed, run gpedit.msc, and then browse to Computer Configuration > Administrative Templates > System > Credentials […]

Read More

Remotely Enable Remote Desktop on Windows 10

There are four steps needed to remotely enable RDP connections in Windows 10. Open ports in the Windows firewall Edit the registry Start the Remote Desktop service Connect This guide relies on you being on the same LAN as the remote PC you wish to access – you may already have RDP’ed into another server on that LAN. You […]

Read More

Time sync error on Windows 10

Run below command in cmd as an administrator. net stop w32time w32tm /config /syncfromflags:manual /manualpeerlist:”0.pool.ntp.org, 1.pool.ntp.org, 2.pool.ntp.org” w32tm /config /reliable:yes net start w32time w32tm /query /configuration w32tm /resync

Read More