Stay Tuned!

Subscribe to our newsletter to get our newest articles instantly!

Programming

How to Install Linux and Python on iPhone or iPad

  • 22 September 2022
  • 0 Comments

You want to access Linux and do the code with Python on the go. You do have a computer around and the only device that you have is iPhone or iPad. I will show you how to install Linux and Python below. Let’s get started! Solution – Step by Step On your iPhone or iPad, […]

Apps

How to Install the Webmin on Ubuntu 20.04

  • 3 September 2022
  • 0 Comments

Background We spin a few Virtual Machines on Microsoft Azure for the internal network, and the image has no Webmin installed by default – not like in this previous post – A Complete Setup Guide for Contabo VPS Ubuntu 20.04 with preinstalled Webmin + LAMP. Webmin is a web-based tool admins use to manage Ubuntu […]

Apps

How to Install Windows 11 on macOS Big Sur using Boot Camp

  • 6 August 2022
  • 0 Comments

Background We have this legacy Apple MacBook Pro (Retina, 15-inch, Late 2013 model), an Intel processor 2.3 GHz Quad-Core Intel Core i7. Previously, this device was in production running Boot Camp for Windows 8.1, and this machine was never attempted to upgrade to Windows 10 or 11. Solution Requirement Apple MacBook Pro Intel Chip USB […]

Gadgets

How to Do Memory Test using MemTest86 Utility

Background We have this Dell laptop that has many issues, mainly the way the user treats this laptop and the home environment. The device has been a tremendous “surgery” from replacing the motherboard for few times and replacing the RAM bracket. But the underline issue is jamming or freezing, and we decided to replace the […]

Programming

How to Build Enterprise .Net Core Web API 6

Initial Setup Applications Services CORS Under the Program.cs add the additional services for Cors: Serilog Under Manage NuGet packages, installed: Under the Program.cs add the additional services for Serilog: Under the appSettings.json, change to: EntityFramework Under Manage NuGet packages, installed: Under the appSettings.json, add to: Under the Program.cs add the additional services for Serilog: Create […]

Gadgets

How to Fully Charge a New Car Battery when it’s Flat?

  • 9 July 2022
  • 0 Comments

Background My car’s battery ran flat due to accidentally turning on the inside lights and forgetting to turn them off. I called the NRMA road assistance and was lucky they came within 10 minutes. They knew that I just had a new battery installed, and they checked, and 0% left. They did a jump start […]

Apps

What are the Verification steps for Accessing Citrix ShareFile

  • 5 July 2022
  • 0 Comments

Background We gave access to a particular folder within the client extranet in Citrix ShareFile to multiple organisations. The process is straightforward; a small proportion of users cannot access this. Solution Here’s the step-by-step: Account Verification First, you receive confirmation from the Citrix ShareFile administrator that they give you access. Check your email from [email protected], […]

Security

How Secure is the Email Connection from End to End

  • 5 July 2022
  • 0 Comments

Background There was a perception the email was somehow not secure end to end, and the hacker could sniff around the email package. Solution Most of the email servers, the hosted one especially, implemented the Transport Layer Security (TLS), a cryptographic protocol designed to provide communications security over a computer network. The protocol is widely […]