Detailed Guide to Installing TensorFlow on Windows

Detailed Guide to Installing TensorFlow on Windows

1. Introduction: This installation of TensorFlow is based on Python, and the process of installing Python will not be explained (since you’ve decided to install it, you should definitely understand Python first): This tutorial covers the process of installing TensorFlow on Windows using Anaconda (CPU version, as the GPU version is not supported…) 2. Installation … Read more

Detailed Guide to Installing Ghost System with GPT and UEFI

Detailed Guide to Installing Ghost System with GPT and UEFI

Currently, 9189 people have joined us Generally, installing the Ghost system is done using MBR mode, but some users require installation in GUID mode, specifically UEFI+GPT. So how can we install the GHOST system in such a mode? First, if your current disk partition is still MBR, you need to use the official original system … Read more

Configuring Network Printer on OpenWRT and Padavan Routers for Remote Printing

Configuring Network Printer on OpenWRT and Padavan Routers for Remote Printing

Introduction Previously, I introduced how to install CUPS on Armbian as a print server, allowing devices like the N1 box, WanKeYun, and even portable WiFi to print via CUPS. However, some friends do not want to dedicate a device solely for the printer. If you happen to have a router with a USB port, you … Read more

Local Deployment of Ollama for Offline AI Model Usage

Local Deployment of Ollama for Offline AI Model Usage

Ollama is a local large model running framework that allows users to run and utilize large language models (LLM) on their own computers. Its design goal is to simplify the operation of large models, enabling non-professional ordinary users to easily work with these models that typically require high-end hardware and complex setups to run. Currently, … Read more