Skip to content
Follow
📚

Tutorials

Every guide we’ve published, newest first. Filter by topic, or use search if you already know what broke.

3,197 tutorials · page 176 of 267

Windows 2 min read
How to Enable Automatically Hide Window in Windows Terminal

This article provides a guide on how to toggle the "Automatically hide window" feature in the Windows Terminal app. It details steps to access the Settings and adjust the visibility of the Terminal to either auto-hide when switching apps or remain visible on the desktop, depending on the user's workflow and preferences.

Updated Sep 2026 Read more →
Windows 2 min read
How to Open Windows Terminal at Startup in Windows 11

This article details configuring Windows Terminal to open on Windows 11 startup, saving frequent command-line users time. It walks through the steps to enable this option within the Terminal settings, ensuring custom configurations are applied at login, thus streamlining the process for users who regularly engage with command-line interfaces.

Updated Sep 2026 Read more →
Windows 2 min read
How to Reset Windows Terminal to Default Settings in Windows 11

This article outlines methods to reset the Windows Terminal to default settings in Windows 11. Solutions include resetting via Windows Settings, Command Prompt, PowerShell, and manually deleting the settings.json file from the LocalState directory. Step-by-step instructions are provided for each approach to aid users in troubleshooting the Terminal app.

Updated Sep 2026 Read more →
Windows 3 min read
How to Enable or Disable Phone Link in Windows 11

The article provides guidance on how to enable or disable the Phone Link feature, soon to be called "Mobile Devices," in Windows 11. Users can control this function using the Windows Settings app, Local Group Policy Editor, or Windows Registry Editor. Possible adjustments include syncing with mobile devices, managing notifications, and using the 'Continue on PC' experience. Changes may require a system reboot, and to make these edits users should be part of the Microsoft Insider Preview program.

Updated Sep 2026 Read more →
Windows 3 min read
How to Enable or Disable Show Desktop Windows 11 Taskbar

This article provides instructions for toggling the option to show the desktop by clicking the Taskbar's far right corner in Windows 11. It details enabling/disabling the feature through Windows Settings and Registry Editor, highlighting its utility for quick desktop access or to avoid accidental triggers. Users can modify the setting in the Taskbar behaviors under Personalization or by adjusting the 'TaskbarSd' value in the Registry to '1' or '0'.

Updated Sep 2026 Read more →
Windows 4 min read
How to Disable OneDrive File Notifications on Windows 11

The article details how to toggle the OneDrive notification in Windows 11 for syncing files from multiple accounts. It highlights the feature's utility in keeping files organized across different accounts and its potential to reduce clutter when disabled. The post provides a step-by-step guide on accessing OneDrive settings and managing notification preferences based on individual needs.

Updated Sep 2026 Read more →
Advertisement
Browsers 2 min read
How to Enable Always Verify Autofill in Microsoft Edge

This article outlines the steps for toggling the Microsoft Edge security feature "Always verify when using autofill," which adds a verification step to auto-filling credit card details for enhanced security. Users can access this setting via Edge's Settings menu, selecting 'Profile,' then 'Open Wallet,' and adjusting the toggle. Some might disable it for convenience, though it risks unauthorized card usage.

Updated Sep 2026 Read more →
Windows 3 min read
How to Add or Remove Apps from Windows 11 Start Menu

Windows 11 users can utilize the Phone Link app to add or remove their mobile apps to the Start menu for easier access. This article demonstrates the process, which involves linking the phone to the PC, selecting the desired app in the Phone Link app, and using the context menu to 'Add to Start' or 'Remove from Start'. These steps streamline app access and enhance productivity.

Updated Jul 2026 Read more →
Ubuntu Linux 8 min read
Install NetBox IPAM on Ubuntu: Step-by-Step Guide

This guide details installing and configuring NetBox IPAM on Ubuntu Linux. It covers system updates, dependency installations, PostgreSQL database setup, NetBox repository cloning, and initial configuration, including ALLOWED_HOSTS and SECRET_KEY settings. It guides through creating a superuser, setting up Gunicorn and Nginx for production, and accessing the server via a web browser. The open-source tool offers cost-effective, flexible IP address and data center management.

Updated Sep 2026 Read more →
Ubuntu Linux 1 min read
How to Install JupyterLab on Ubuntu: A Step-by-Step Guide

This article details the installation and usage of JupyterLab on Ubuntu, a web-based IDE for collaborative data science work. It provides a step-by-step guide covering prerequisites, like Python 3 and pip, updating packages, creating a virtual environment, and running JupyterLab. Also included are instructions for creating notebooks, executing code, and optional uninstallation. JupyterLab on Ubuntu streamlines workflows for users engaged in data analysis, visualization, and machine learning.

Updated Mar 2026 Read more →
Ubuntu Linux 5 min read
How to Install Consul Server on Ubuntu Linux

This guide provides detailed instructions on installing Consul, a service networking tool by HashiCorp, on Ubuntu Linux. It includes system updates, downloading and installing Consul, and setting up the necessary directories and configurations. The article outlines creating a non-root Consul user, configuring the Consul service with systemd, and starting the service with systemd commands. Additionally, it explains how to access the Consul web UI using the server's IP address. With Consul installed, users can manage microservices, automate networking tasks, and administer the system through a web interface.

Updated Sep 2026 Read more →
Ubuntu Linux 3 min read
How to Set Up Git Username and Email on Ubuntu

This article guides Ubuntu Linux users through setting up Git usernames and emails, vital for correct commit attribution in software development. It begins by ensuring Git is installed, proceeds to explain configuring username and email globally and locally using the `git config` command, and finishes with verifying configurations. It highlights the importance of proper user information for collaborative projects and individual recognition.

Updated Sep 2026 Read more →
Advertisement