Tagged articles
74 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
May 12, 2026 · Artificial Intelligence

How to Deploy Trained Neural Networks on Arduino and Raspberry Pi

Deploying large AI models to tiny embedded devices like Arduino and Raspberry Pi requires aggressive model slimming through quantization, pruning, and distillation, careful selection of runtimes such as TensorFlow Lite, and addressing power, latency, and debugging challenges to achieve real‑time inference.

ArduinoEmbedded AIModel Pruning
0 likes · 7 min read
How to Deploy Trained Neural Networks on Arduino and Raspberry Pi
AI Explorer
AI Explorer
Mar 25, 2026 · Cloud Native

How Project N.O.M.A.D. Turns a Raspberry Pi into an Offline Knowledge Fortress

Project N.O.M.A.D. is an open‑source, Docker‑based platform that converts a Raspberry Pi, old laptop or server into a self‑contained offline hub offering AI chat, Wikipedia, educational courses, maps and utility tools, enabling users in remote, disaster‑struck or privacy‑focused environments to access essential digital resources without any network connection.

DockerKnowledge BaseLocal AI
0 likes · 6 min read
How Project N.O.M.A.D. Turns a Raspberry Pi into an Offline Knowledge Fortress
Java Architect Essentials
Java Architect Essentials
Mar 21, 2026 · Operations

Turn a Raspberry Pi Zero W into a Mini Web Server: Complete Step‑by‑Step Guide

This guide walks you through the entire process of setting up a Raspberry Pi Zero W—from understanding the hardware and its specifications, flashing Raspbian Stretch Lite, configuring SSH and Wi‑Fi, optimizing the system, installing Nginx, to exposing the server publicly via ngrok—providing all commands, configuration files, and troubleshooting tips.

IoTLinuxNginx
0 likes · 14 min read
Turn a Raspberry Pi Zero W into a Mini Web Server: Complete Step‑by‑Step Guide
Top Architect
Top Architect
Jan 20, 2026 · Operations

Turn a Raspberry Pi Zero W into a Mini Web Server with SSH and Ngrok

This guide explains what a Raspberry Pi Zero W is, lists its hardware specs, walks through downloading and flashing Raspbian Lite, enabling head‑less SSH and Wi‑Fi, configuring apt sources, installing and testing nginx, and exposing the server to the internet via an ngrok tunnel.

Raspberry PiSSHSystem Setup
0 likes · 15 min read
Turn a Raspberry Pi Zero W into a Mini Web Server with SSH and Ngrok
Top Architect
Top Architect
Dec 17, 2025 · Operations

Turn a Raspberry Pi Zero W into a Tiny Web Server with SSH and Ngrok

This guide explains how to set up a Raspberry Pi Zero W as a miniature Linux server, flash Raspbian Stretch Lite onto an SD card, enable headless SSH access, configure Wi‑Fi, install and run Nginx, and expose the service to the public internet using Ngrok, while also covering useful system optimizations.

LinuxNginxRaspberry Pi
0 likes · 14 min read
Turn a Raspberry Pi Zero W into a Tiny Web Server with SSH and Ngrok
Top Architect
Top Architect
Oct 10, 2025 · Operations

Turn a Raspberry Pi Zero W into a Mini Web Server with SSH and Ngrok

This step‑by‑step guide shows how to choose a Raspberry Pi Zero W, flash Raspbian Stretch Lite onto a micro‑SD card, enable headless SSH, configure Wi‑Fi, install and run Nginx, and expose the server to the internet using Ngrok, all while keeping the device compact and efficient.

LinuxRaspberry PiSSH
0 likes · 13 min read
Turn a Raspberry Pi Zero W into a Mini Web Server with SSH and Ngrok
Java Captain
Java Captain
Sep 3, 2025 · Operations

How to Turn a Raspberry Pi Zero W into a Tiny Web Server with SSH and Nginx

This step‑by‑step guide shows how to set up a Raspberry Pi Zero W, flash Raspbian Stretch Lite, configure Wi‑Fi and SSH, optimize the system with local mirrors, install Nginx, and expose the server to the internet using ngrok, turning a credit‑card‑sized board into a functional web host.

LinuxNginxRaspberry Pi
0 likes · 12 min read
How to Turn a Raspberry Pi Zero W into a Tiny Web Server with SSH and Nginx
Java Web Project
Java Web Project
Jul 31, 2025 · Operations

How to Turn a Raspberry Pi Zero W into a Tiny Web Server with SSH and Ngrok

This step‑by‑step guide shows how to choose a Raspberry Pi Zero W, flash Raspbian Stretch Lite onto a micro‑SD card, enable headless SSH, configure Wi‑Fi, replace apt sources, install and start nginx, and expose the site to the internet using ngrok, while noting performance and troubleshooting tips.

LinuxNginxRaspberry Pi
0 likes · 11 min read
How to Turn a Raspberry Pi Zero W into a Tiny Web Server with SSH and Ngrok
21CTO
21CTO
Dec 29, 2024 · Backend Development

From PhD to OnlyFans: Building a Raspberry Pi Notification Robot

Computer scientist Zara Dar left her PhD to run a lucrative OnlyFans business and created a Python‑based Raspberry Pi notification robot that alerts her to new subscribers with a moving 3D‑printed penguin and sound playback.

Notification BotOnlyFansPython
0 likes · 6 min read
From PhD to OnlyFans: Building a Raspberry Pi Notification Robot
Liangxu Linux
Liangxu Linux
Aug 22, 2023 · Operations

Enable SSH on Raspberry Pi and Access It Anywhere with cpolar

This guide shows how to enable SSH on a Raspberry Pi, find its IP address, connect via SSH from Windows, macOS or Linux, and then expose the Pi to the public internet using the cpolar tunneling service for remote access from any location.

LinuxRaspberry PiRemote access
0 likes · 8 min read
Enable SSH on Raspberry Pi and Access It Anywhere with cpolar
php Courses
php Courses
May 27, 2023 · Backend Development

Integrating Temperature, Light, and Infrared Sensors in PHP IoT Projects

This article explains how to connect and program temperature‑humidity, light, and infrared sensors in PHP‑based IoT projects, covering serial communication setup, Raspberry Pi GPIO handling, data parsing, and sample code for each sensor type.

Raspberry PiSensorsSerial Communication
0 likes · 7 min read
Integrating Temperature, Light, and Infrared Sensors in PHP IoT Projects
Programmer DD
Programmer DD
Aug 17, 2022 · Fundamentals

How to Set Up Raspberry Pi Zero W: OS Install, SSH, and Web Server

This guide walks you through understanding what a Raspberry Pi Zero W is, preparing the SD card, flashing Raspbian Stretch Lite, configuring SSH and Wi‑Fi, optimizing the system, installing Nginx, and exposing the device to the internet with ngrok, all with step‑by‑step instructions and code snippets.

Raspberry PiSSHZero W
0 likes · 12 min read
How to Set Up Raspberry Pi Zero W: OS Install, SSH, and Web Server
Java Baker
Java Baker
Jul 11, 2022 · Backend Development

Create a 24/7 Raspberry Pi WeChat Bot with Python: Auto‑Reply, AI Chat & Camera

Learn how to turn a Raspberry Pi 4B into a continuously running WeChat robot using Python and the itchat library, covering automatic replies, AI‑powered chat via an online API, scheduled weather broadcasts, camera photo capture, and video calls with linphone, complete with full source code.

AI chatPythonRaspberry Pi
0 likes · 13 min read
Create a 24/7 Raspberry Pi WeChat Bot with Python: Auto‑Reply, AI Chat & Camera
Code DAO
Code DAO
May 5, 2022 · Artificial Intelligence

Optimizing Machine Learning Models for Edge Devices with TensorFlow Lite

This article explains how to convert a TensorFlow image‑classification model to TensorFlow Lite, apply different quantization techniques, benchmark the resulting models on a Raspberry Pi 4, and compare latency, size, and accuracy to demonstrate the trade‑offs of edge AI deployment.

EfficientNetModel QuantizationPython
0 likes · 16 min read
Optimizing Machine Learning Models for Edge Devices with TensorFlow Lite
21CTO
21CTO
Mar 31, 2022 · Backend Development

Print GitHub Issue Receipts with a Raspberry Pi and PHP

This guide shows how to connect an Epson TM‑T88IV thermal receipt printer to a Raspberry Pi Zero W, install a PHP ESC/POS library, configure udev rules, set up a GitHub webhook via ngrok, and automatically print issue details as receipts.

ESC/POSGitHub WebhooksPHP
0 likes · 9 min read
Print GitHub Issue Receipts with a Raspberry Pi and PHP
21CTO
21CTO
Mar 30, 2022 · Frontend Development

What’s New in GitLab 14.9, React 18, and a DIY GitHub Issue Printer?

The article covers DJI’s denial of aiding Russia, the latest features in GitLab 14.9, the official launch of React 18 with its new concurrent capabilities, and a developer’s creative project that prints GitHub issues using a Raspberry Pi‑connected receipt printer.

DJIGitHubGitLab
0 likes · 8 min read
What’s New in GitLab 14.9, React 18, and a DIY GitHub Issue Printer?
Programmer DD
Programmer DD
Dec 18, 2021 · Mobile Development

Can Windows 11 Run on Android Phones? Inside the Renegade Project

Developers have managed to boot Windows 11 on Android smartphones, Raspberry Pi 4, and even a legacy Lumia device, revealing both the technical breakthroughs and the remaining limitations such as missing phone functions and reliance on custom UEFI ports.

ARMAndroidMobile Development
0 likes · 6 min read
Can Windows 11 Run on Android Phones? Inside the Renegade Project
MaGe Linux Operations
MaGe Linux Operations
Dec 12, 2021 · Information Security

How to Stop Brute‑Force SSH Attacks on Your Raspberry Pi

This article explains how a Raspberry Pi exposed to the Internet was repeatedly attacked via SSH, how the author identified the brute‑force attempts in /var/log/auth.log, and step‑by‑step methods using hosts.allow/deny and ufw to whitelist trusted IPs and block malicious traffic.

Brute-force protectionLinux securityRaspberry Pi
0 likes · 5 min read
How to Stop Brute‑Force SSH Attacks on Your Raspberry Pi
Programmer DD
Programmer DD
Sep 21, 2021 · Operations

Turn a Raspberry Pi Zero W into a Tiny Web Server: Complete Setup Guide

This step‑by‑step guide explains what a Raspberry Pi Zero W is, how to prepare the hardware, flash Raspbian Stretch Lite onto a micro‑SD card, enable SSH and Wi‑Fi, optimise the system, install Nginx, and expose the tiny web server to the Internet using tunnelling tools.

Raspberry PiSSHZero W
0 likes · 13 min read
Turn a Raspberry Pi Zero W into a Tiny Web Server: Complete Setup Guide
ITPUB
ITPUB
Sep 18, 2021 · Big Data

How to Use Time‑Series Data for Home Brewing and BBQ Temperature Monitoring

This article explains how hobbyists can leverage time‑series databases, Raspberry Pi, MQTT and Slack alerts to continuously monitor and control temperatures during beer fermentation and barbecue smoking, providing practical setup steps, alert thresholds, and visualization tips for reliable results.

IoTMQTTRaspberry Pi
0 likes · 9 min read
How to Use Time‑Series Data for Home Brewing and BBQ Temperature Monitoring
Liangxu Linux
Liangxu Linux
Sep 15, 2021 · Fundamentals

Why Switching Your PC to Linux Is a Bad Idea and Better Alternatives

The author argues that replacing your main computer with Linux is impractical, citing poor desktop experience, missing software, and constant troubleshooting, and recommends five more efficient ways to learn Linux, including virtual machines, dual‑boot, cloud servers, WSL, and Raspberry Pi.

LinuxOperating SystemRaspberry Pi
0 likes · 9 min read
Why Switching Your PC to Linux Is a Bad Idea and Better Alternatives
Java Architecture Diary
Java Architecture Diary
Aug 13, 2021 · Backend Development

Streaming Real-Time Sensor Data with Grafana Live and MQTT

Learn how to capture, stream, and visualize real-time IMU sensor data using MQTT and Grafana Live’s streaming API, with step-by-step setup on a Raspberry Pi, configuration of the Grafana MQTT datasource plugin, and visualization via time-series and timeline panels.

Raspberry PiReal-time StreamingSensor Data
0 likes · 7 min read
Streaming Real-Time Sensor Data with Grafana Live and MQTT
Laravel Tech Community
Laravel Tech Community
Jul 18, 2021 · Mobile Development

Running Windows 11 on Android Phones and Raspberry Pi: An Overview of the Renegade Project

The article explains how the Windows 11 preview can be installed on Snapdragon‑based Android phones and Raspberry Pi devices via the community‑driven Renegade Project, detailing the required tools, current device support, encountered limitations, and the broader implications for ARM‑based Windows deployments.

ARMAndroidOS porting
0 likes · 5 min read
Running Windows 11 on Android Phones and Raspberry Pi: An Overview of the Renegade Project
Liangxu Linux
Liangxu Linux
Jun 6, 2021 · Fundamentals

How to Build a Low‑Cost Raspberry Pi Office HiFi System

This article details a step‑by‑step, low‑budget solution for creating an office HiFi system using a Raspberry Pi, HiFiBerry amp, Audioengine speakers, and the open‑source Volumio platform, covering hardware choices, software setup, and alternative playback options.

DIY audioHiFiOffice setup
0 likes · 8 min read
How to Build a Low‑Cost Raspberry Pi Office HiFi System
Liangxu Linux
Liangxu Linux
Jul 12, 2020 · Fundamentals

Can an 8 GB Raspberry Pi 4 Replace Your MacBook Pro for a Full Workday?

Jeff Geerling swapped his MacBook Pro for an 8 GB Raspberry Pi 4 for an entire workday, detailing the hardware setup, display tweaks, app replacements, audio/video recording challenges, and performance limits, then concluded whether the Pi can serve as a viable general‑purpose workstation.

Hardware EvaluationLinuxRaspberry Pi
0 likes · 12 min read
Can an 8 GB Raspberry Pi 4 Replace Your MacBook Pro for a Full Workday?
Tencent Cloud Developer
Tencent Cloud Developer
Mar 9, 2020 · Artificial Intelligence

Face Recognition Unlock System for Real-World Game Scenes Using Raspberry Pi and Tencent Cloud

The article details how a low‑cost, compact face‑recognition lock for an escape‑room game was built using a Raspberry Pi, camera, ultrasonic sensor, relay‑controlled electromagnetic lock, and Tencent Cloud’s Face Recognition API, with about 200 lines of Python code handling parallel sensor monitoring, video streaming, watermark overlay, and cloud authentication.

IoTOpenCVPython
0 likes · 17 min read
Face Recognition Unlock System for Real-World Game Scenes Using Raspberry Pi and Tencent Cloud
Liangxu Linux
Liangxu Linux
Dec 26, 2019 · Frontend Development

How to Install and Configure Dillo for Fast Browsing on Raspberry Pi

This guide explains what Dillo lightweight browser is, its limitations, and provides step‑by‑step instructions for installing it on Debian‑based systems, adding Chinese fonts, and editing its configuration so the browser can correctly display Chinese characters on devices like the Raspberry Pi.

Chinese fontsDilloGTK+
0 likes · 4 min read
How to Install and Configure Dillo for Fast Browsing on Raspberry Pi
Liangxu Linux
Liangxu Linux
Jul 11, 2019 · Backend Development

How to Set Up Lighttpd with PHP‑FPM on a Raspberry Pi

This step‑by‑step guide shows how to install and configure Lighttpd on a Raspberry Pi, replace Apache, enable PHP‑FPM, adjust FastCGI settings, and verify the web server works with both static HTML and PHP pages.

LighttpdRaspberry Piphp-fpm
0 likes · 5 min read
How to Set Up Lighttpd with PHP‑FPM on a Raspberry Pi
Liangxu Linux
Liangxu Linux
May 6, 2019 · Fundamentals

Build a DIY Smart Alarm Clock on Raspberry Pi with Python and Cron

This guide walks you through creating a Raspberry Pi‑based alarm clock that fetches weather data, converts it to speech using Baidu AI, plays audio with pygame, and triggers automatically via a Linux cron job, covering hardware requirements, Python code, and scheduling steps.

Alarm ClockBaidu AIIoT
0 likes · 7 min read
Build a DIY Smart Alarm Clock on Raspberry Pi with Python and Cron
Liangxu Linux
Liangxu Linux
Apr 11, 2019 · Operations

Turn a Spare 1TB HDD into a Raspberry Pi NAS: Step‑by‑Step Guide

This tutorial shows how to repurpose a 1 TB 2.5‑inch hard drive as a network‑attached storage device using a Raspberry Pi, covering hardware preparation, router MAC binding, Samba configuration, automatic NTFS mounting, and client access from Linux, Android, and Windows.

NASRaspberry PiSamba
0 likes · 7 min read
Turn a Spare 1TB HDD into a Raspberry Pi NAS: Step‑by‑Step Guide
ITPUB
ITPUB
Mar 29, 2019 · Fundamentals

7 Essential Resources to Master Raspberry Pi Projects

This guide curates seven high‑quality resources—including two beginner‑to‑advanced books, an online course, and four community sites—to help anyone systematically learn Raspberry Pi hardware, Python programming, and project development.

BooksLearning ResourcesRaspberry Pi
0 likes · 7 min read
7 Essential Resources to Master Raspberry Pi Projects
Tencent Cloud Developer
Tencent Cloud Developer
Nov 28, 2018 · Cloud Computing

12 IoT Platforms for Building IoT Projects

The article reviews twelve leading IoT platforms—such as Temboo, Ubidots, Cayenne, ThingSpeak, TheThings.io, Xively, Kaa, Google Cloud IoT, Azure IoT, IBM Watson IoT, Artik Cloud, and AWS IoT—highlighting their key services for data ingestion, device management, security, analytics, and integration to help developers build scalable, secure IoT projects.

ArduinoData visualizationIoT
0 likes · 11 min read
12 IoT Platforms for Building IoT Projects
Meituan Technology Team
Meituan Technology Team
Sep 13, 2018 · Information Security

How Meituan Built a Low‑Cost, Scalable iOS Malware Hunting System

This article details Meituan Security's Black Hat 2018 presentation on a fully automated, Raspberry‑Pi‑based iOS malware hunting pipeline that crawls App Store apps, cracks DRM, runs dynamic sandbox analysis with Frida, and uses a Nools decision engine to detect advanced threats at scale.

Black HatRaspberry Piautomation
0 likes · 13 min read
How Meituan Built a Low‑Cost, Scalable iOS Malware Hunting System
ITPUB
ITPUB
Jan 16, 2018 · Fundamentals

Kickstart Your Linux Journey with Raspberry Pi: A Practical Roadmap

This article introduces Raspberry Pi as an affordable Linux computer, outlines its versatile uses, and provides a detailed learning roadmap—from selecting a suitable Linux distribution and mastering command‑line basics to advanced topics like kernel compilation, scripting, and building high‑availability clusters—helping beginners progress methodically.

LinuxRaspberry Pibeginner guide
0 likes · 9 min read
Kickstart Your Linux Journey with Raspberry Pi: A Practical Roadmap
MaGe Linux Operations
MaGe Linux Operations
Dec 31, 2017 · Information Security

How to Build a Raspberry Pi USB Data Grabber with Python

This tutorial shows how to configure a Raspberry Pi to automatically detect inserted USB drives, use a Python script to record file names and paths into a text file, and optionally send the data via WeChat, while also explaining code structure and possible extensions.

PythonRaspberry PiUSB
0 likes · 6 min read
How to Build a Raspberry Pi USB Data Grabber with Python
ITPUB
ITPUB
Apr 9, 2016 · Information Security

Build a Portable GSM Base Station with BladeRF and Raspberry Pi

This guide walks through assembling a compact, USB‑3.0‑enabled BladeRF SDR, installing Raspbian on a Raspberry Pi, setting up Yate and YateBTS, configuring GSM parameters, and testing the resulting portable base station for network interception and research purposes.

GSMRaspberry PiSDR
0 likes · 8 min read
Build a Portable GSM Base Station with BladeRF and Raspberry Pi