Skip to content

windows

How to Set Up Remote Desktop Access from Linux to Windows 10 Using Remmina

Org.remmina.Remmina

Remote desktop access has become an essential feature in today's digital landscape, allowing users to connect to their computers from anywhere. While Windows users have built-in options for remote desktop access, Linux users often need to rely on third-party applications.

In this guide, we'll explore how to set up remote desktop access from a Linux system to a Windows 10 machine using Remmina.

Setting Up Laravel Environment on Windows

This guide provides step-by-step instructions to set up a Laravel project on your local environment using XAMPP. If you encounter any issues, please refer to the version details provided below for context and troubleshooting.

Introduction

Welcome to the "Setting Up Laravel Environment on Windows" tutorial! This guide helps you set up a strong development environment on your Windows system for effortless Laravel web application creation. You'll navigate through configuring Apache, PHP, MySQL/MariaDB, Composer, and phpMyAdmin, making your Windows system a powerful platform for Laravel development. Whether you're new or experienced in web development, this step-by-step tutorial ensures a smooth setup, enabling you to dive into Laravel effortlessly.

In this tutorial, we'll cover:

  1. Installation of Essential Tools: We'll start by installing XAMPP, Composer, and Node.js. These tools are the building blocks of your Laravel environment.

  2. XAMPP Configuration: We'll guide you through launching the Apache web server, setting up the MySQL database server, and configuring a database using phpMyAdmin.

Simple guide to using Docker on Windows 10 and access from WSL 2

Introduction

For a heavy linux user like me, using windows also mean find a door to work with a linux distro. There are several options to gauge from the situation. I usually need both docker and wsl2 on the computer. And i've installed this many times.

docker-logo

So, this is a very straight forward tutorial on docker and wsl2 installation and configuration on windows10 or 11.

Prerequisites

  • Windows 10 Pro, Enterprise, or Education edition.
  • WSL 2 enabled on your Windows machine.
  • Docker Desktop for Windows installed.

Step-by-Step Guide

  1. Install Docker Desktop for Windows:

  2. Enable WSL 2:

    Enable docker for wsl2

  3. Set wsl default version to 2:

    • Open PowerShell as an administrator and run the following command:
    wsl --set-default-version 2