Friday, July 21, 2023

MacOS - Creating and Accessing a File Share on Apple Macintosh

📂 How to Create and Access File Shares on a Mac | Step-by-Step Guide 🖥️

In today's tutorial, I'll walk you through the process of setting up a file share on a Mac and how to access that file share from another Mac. Whether you're looking to share files across your own devices or with others on the same network, this guide has you covered!

🔹 Creating a File Share on Mac:

  1. Access System Settings: Click on the Apple logo in the top left corner of your screen, then select "System Settings."
  2. Enable File Sharing: Under the "General" tab, navigate to the "Sharing" section and turn on "File Sharing."
  3. Choose a Folder to Share: Click the "+" icon to add a folder you want to share. For this example, I've chosen a folder named "Shared Data."
  4. Set Permissions: You can control who has access to this folder by adjusting the read/write permissions. You can even add specific accounts for tailored access.

🔹 Accessing a File Share from Another Mac:

  1. Open Finder: Navigate to the "Network" section in Finder to view available devices.
  2. Connect to a Shared Folder: Select the Mac with the shared folder, click "Connect As," and enter the necessary credentials.
  3. Access Files: Once connected, you'll see all the folders you're allowed to access, including any public or shared folders.

🔹 Tips:

  • Custom Permissions: You can set folders to be read-only, write-only (like a Dropbox), or full read/write access depending on your needs.
  • Public Folders: These are great for less sensitive files you want to share across your local network without complex setups.

Friday, May 12, 2023

Microsoft Lens - How to Scan a Printed Document To Text Using Your iPhon...

How to Use Microsoft Lens to Scan and Convert Documents to Text | OCR Tutorial

Description: In this tutorial, I'll show you how to use Microsoft Lens, a free app, to scan printed documents with your smartphone and convert them into editable text using Optical Character Recognition (OCR). Whether you have a single page or a small stack of documents, this method is a simple, cost-effective way to digitize your paper documents without needing professional scanning services.

🔍 What You’ll Learn:

  • How to set up Microsoft Lens for document scanning
  • Tips for aligning and capturing clear images of your documents
  • Using OCR to extract text from your scans
  • How to easily share and transfer the extracted text to your computer
  • Best practices for handling multi-page documents

📂 Timestamps: 0:00 Introduction to Microsoft Lens and OCR
0:40 Setting Up Microsoft Lens for Scanning
1:30 Capturing and Adjusting Your Document Image
2:15 Extracting Text with OCR
3:00 Copying and Sharing the Scanned Text
4:00 Transferring Text to Your Computer
5:00 Recap and Final Thoughts

If you found this video helpful, please give it a thumbs up, share it with others, and don’t forget to subscribe for more tech tutorials! Got questions or need further assistance? Drop a comment below, and I’ll be happy to help.

Keywords: Microsoft Lens tutorial, OCR text conversion, scan documents to text, free document scanner, Optical Character Recognition, digitize documents, smartphone document scanning, convert printed text to digital, easy OCR, text extraction app

Tuesday, January 3, 2023

WSL - How to Install Linux Net Tools in WSL Such as ifconfig and ping

🔧 How to Install Net Tools in WSL (Windows Subsystem for Linux) | Quick Guide 🖥️

Welcome to Dino's Tech World! In this video, I'll walk you through the simple process of installing Net Tools in WSL (Windows Subsystem for Linux). If you're working with Linux commands on your Windows machine, this is an essential toolset you’ll want to have.

🔹 Step-by-Step Guide:

  1. Open WSL: First, launch your WSL terminal.
  2. Run the Install Command: Simply type sudo apt install net-tools and hit enter. You'll need to enter your password to proceed.
  3. Verify the Installation: After the installation is complete, you can run ifconfig (similar to ipconfig in Windows) to check your network configuration.
  4. Explore Command Options: Use ifconfig --help to view all the available switches and options you can use with this command.

This process is straightforward, and even if you forget the command, attempting to run a network command in Linux will often prompt you with the necessary steps to install Net Tools.

💬 Don't forget to like, subscribe, and share this video if you found it helpful!

Wednesday, December 28, 2022

WSL - How to Install & Configure Windows Subsystem for Linux

🔧 How to Install and Configure WSL (Windows Subsystem for Linux) on Windows | Step-by-Step Guide 🖥️

Welcome to Dino's Tech World! In this video, I'll guide you through the process of installing and configuring Microsoft WSL (Windows Subsystem for Linux) on your Windows machine. WSL allows you to run a full Linux environment directly on Windows, making it perfect for practicing Linux commands or performing tasks that require a Linux system.

🔹 Video Highlights:

  1. Introduction to WSL: Learn what WSL is and how it can benefit you by providing a native Linux experience on Windows.
  2. Installation Process:
    • Run the installation command: wsl --install
    • Reboot your machine to complete the installation.
    • Set up your Ubuntu distribution with a username and password.
  3. Configuring WSL:
    • Open the Ubuntu terminal via Windows Terminal for a better interface.
    • Change the default terminal shell to Ubuntu instead of PowerShell.
    • Update and upgrade your packages using sudo apt update and sudo apt upgrade for optimal performance.

🔹 Additional Tips:

  • Windows Terminal Integration: I'll show you how to install and set up Windows Terminal for an enhanced experience, making it easier to switch between PowerShell and Ubuntu.
  • First-Time Setup: After installation, it's important to update and upgrade your Linux packages to ensure everything runs smoothly.

This guide is perfect for anyone new to WSL or those looking to improve their workflow with a Linux environment on Windows.

💬 Don't forget to like, subscribe, and share this video if you found it helpful!

Keywords:

Install WSL, WSL tutorial, Windows Subsystem for Linux, Ubuntu on Windows, Linux on Windows, WSL setup, Microsoft WSL, Windows Terminal, Dino's Tech World, Linux commands on Windows


Tuesday, November 15, 2022

Windows 11 - How to Install or Move a Program of the D Drive or Another ...

🚀 How to Move Programs from C Drive to D Drive in Windows | Step-by-Step Guide 💻

Welcome to Dino's Tech World! In today's video, I'm going to show you how to install or move a program to a different drive in Windows, such as the D drive, even if the program was initially installed on the C drive. This is particularly useful if you're running out of space on your C drive or simply prefer to keep your programs organized on a separate drive.

🔹 Video Highlights:

  1. Traditional Installation Methods:

    • Choosing Installation Drive: How to select a different drive (e.g., D drive) during the installation process.
    • Using Command-Line Switches: Some programs offer special switches for drive selection during installation.
  2. Moving Installed Programs:

    • Accessing Settings: Navigate to Windows Settings > Apps > Apps & features.
    • Selecting a Program: Find a program that supports the move feature (e.g., newer versions of Affinity Publisher).
    • Moving the Program: Use the "Move" option to transfer the program from the C drive to another drive, like the D drive.
  3. Verification:

    • Check the Program Location: Confirm that the program has been successfully moved to the new drive.
    • Run the Program: Ensure the program functions correctly after the move.
    • Space Check: Verify that the space on the C drive has increased and the D drive reflects the additional usage.

This guide is perfect for anyone looking to free up space on their C drive or manage their storage more effectively by moving programs to another drive.

💬 Don't forget to like, subscribe, and share this video if you found it helpful!

Monday, October 10, 2022

Docker - How to Install Docker Desktop for Windows

🐳 How to Install Docker on Windows | Step-by-Step Guide 🖥️

Welcome to Dino's Tech World! In this video, I'll guide you through the entire process of installing Docker on your Windows machine. Docker is an essential tool for developers, allowing you to create, deploy, and run applications inside containers. This tutorial is perfect for beginners who want to get started with Docker quickly and easily.

🔹 Video Highlights:

  1. Downloading Docker Desktop for Windows:

    • Visit the Docker website and download Docker Desktop for Windows.
    • Run the installer, typically named Docker Desktop Install, and add a shortcut to your desktop.
  2. Installing Docker:

    • Follow the on-screen instructions to install Docker on your system.
    • Once the installation is complete, run Docker and accept the user agreement.
  3. Choosing a Plan:

    • Docker Desktop comes with a free plan, which is suitable for most users. I’ll briefly explain the differences between the free and paid plans, which are more tailored for businesses.
  4. Getting Started with Docker:

    • Skip the tutorial if you prefer to dive right in.
    • Test Docker installation by running a simple command in the command prompt.
  5. Verifying Installation:

    • I'll show you how to check that Docker is working correctly by accessing a Docker containerized web page on localhost.

This tutorial is a great starting point for anyone new to Docker, helping you set up your development environment and get Docker running in just a few minutes.

💬 Don't forget to like, subscribe, and share this video if you found it helpful!

Keywords:

Install Docker on Windows, Docker Desktop installation, Docker tutorial, Docker for beginners, Docker containers, Dino's Tech World, Docker localhost, verify Docker installation, Docker setup, Windows Docker guide

Docker - How to Move Docker to Another Drive on Windows

🔧 How to Move Docker to a Different Drive on Windows | Step-by-Step Guide 🖥️

Welcome to Dino's Tech World! In this video, I'm going to walk you through the process of moving Docker's data storage from your C drive to another drive on your Windows system. By default, Docker installs on the C drive, which can quickly fill up as you add more containers. If you're running low on space, this guide will show you how to relocate Docker's data to free up your C drive.

🔹 Video Highlights:

  1. Understanding Docker and WSL: Docker on Windows uses the Windows Subsystem for Linux (WSL) to run containers. I'll explain how Docker's data is managed within WSL and why it's important to move it to another drive.
  2. Checking Running Subsystems: Learn how to check which subsystems are running in WSL using the wsl -l -v command and identify Docker Desktop and Docker Desktop Data.
  3. Stopping Docker and WSL: Before moving anything, I'll show you how to safely shut down Docker Desktop and WSL to avoid data corruption.
  4. Exporting Docker Data:
    • Use the wsl --export command to create a backup of your Docker Desktop Data.
    • Save the backup as a tar file in a directory on the drive you want to move it to (e.g., D:\Docker-Data).
  5. Unregistering and Importing Docker Data:
    • Unregister the old Docker Desktop Data from WSL with the wsl --unregister command.
    • Import the saved data into the new directory using the wsl --import command.
  6. Restarting Docker and WSL: After the data move, I'll guide you through restarting Docker Desktop and ensuring everything is running smoothly.
  7. Setting Default Subsystems: If needed, I'll show you how to reset the default subsystem to Docker Desktop or another WSL instance.

This guide is perfect for anyone looking to manage their Docker installation more effectively, especially if you're dealing with limited space on your C drive.

💬 Don't forget to like, subscribe, and share this video if you found it helpful!

Keywords:

Move Docker to D drive, Docker storage location, Docker on Windows, WSL Docker move, relocate Docker data, free up C drive, Docker Desktop Data, WSL tutorial, Dino's Tech World, Docker data management