Linux Fun Images: It’s Not Scary to Wear the Same Outfit, It’s Awkward for the Ugly

Linux Fun Images: It's Not Scary to Wear the Same Outfit, It's Awkward for the Ugly

“ Laugh a little, and you’ll look ten years younger! Worry a little, and you’ll turn gray!” 01 — It’s Not Scary to Wear the Same Outfit, It’s Awkward for the Ugly 02 — Windows Continues to Promote Ubuntu “Linux Fun Images: This Image is Explosive in Any Industry @川建国” https://news.itsfoss.com/microsoft-ubuntu/ 03 — The Most … Read more

Creating a Linux QT Image – Making an SD Card Boot Disk

Creating a Linux QT Image - Making an SD Card Boot Disk

Recently, I bought a new development board, which originally comes with the Android operating system. I need to create a boot disk to run a Linux + QT operating system. The new development board comes with the source files for this creation, which need to be copied to the shared directory of the virtual machine … Read more

MQTT Testing Program and Development

MQTT Testing Program and Development

13.6.5 MQTT Testing Program Lab Experiment Place mqtt_test and paho.mqtt.c.tar.bz2 in the same directory on Ubuntu. 1. Compile the Paho Library Execute the following commands in Ubuntu: Swipe left or right to view the full content $ tar xjf paho.mqtt.c.tar.bz2 $ cd paho.mqtt.c Edit CMakeLists.txt and add the following content at the top: Swipe left … Read more

Linux Security Hardening: Prevention Is Key

Linux Security Hardening: Prevention Is Key

In today’s rapidly changing technology landscape, attackers are attempting to infiltrate enterprise IT infrastructures using ever-evolving malware and phishing techniques to obtain sensitive data. Particularly in Linux systems, the open-source nature can lead to default configurations becoming security blind spots, posing potential threats to the protection of core business assets. This article will mainly focus … Read more

Burning Windows: A Fun Effect in Linux!

Burning Windows: A Fun Effect in Linux!

The Linux system has always been a great platform for tinkering, mainly because it is open-source and offers many customizable options. When you’re bored, you can treat it like a toy, and when you need it, it is also a reliable operating system for professional use. There are many fun things on Linux, including personalized … Read more

User Management Guide for Linux Beginners: Master User Management Skills!

User Management Guide for Linux Beginners: Master User Management Skills!

Linux | Red Hat Certification | IT Technology | Operations Engineer👇 Join our technical exchange QQ group with 1000 members Note: [Official Account] for faster approval 1. Relevant Knowledge To complete this section’s tasks, you need to master the following knowledge: Linux create user command Linux delete user command 1.1 Linux Create User Command 1.1.1 … Read more

Comparing Ubuntu and Manjaro: Experiences with Two Different Linux Distributions

Comparing Ubuntu and Manjaro: Experiences with Two Different Linux Distributions

Follow the Embedded Learning Station for more fresh hot topics every day. 🤟Usage Tip: This article has a total of 3752 words and an estimated reading time of 10 minutes~ Ubuntu is the most popular desktop and server Linux distribution based on Debian. Manjaro is a Linux distribution custom-built based on Arch. First, do you … Read more

Differences Between Various Linux Versions

I have never quite understood the differences between RHEL, CentOS, Ubuntu, and Fedora. After some research, I have organized the information here for reference. The most concerning points are: 1. CentOS is the free version based on RHEL; 2. Ubuntu is suitable for desktop applications, while RHEL is suitable for enterprise applications. 1. Differences Between … Read more

Some High-Efficiency Tools for Ubuntu

Some High-Efficiency Tools for Ubuntu

Click on the above“Xiaobai Learns Vision”, select to add “Star” or “Top”Important content delivered first time Have you ever frantically pressed ↑ to find a historical command while using Ubuntu? Have you ever made mistakes in commands due to shaky hands or forgetting the names? Do you need to multitask but struggle with frequently switching … Read more

How to Use DFU to Recover STM32 When JLink Fails

How to Use DFU to Recover STM32 When JLink Fails

Background: There are many methods to flash firmware on STM32. This article discusses the DFU method. Sometimes, due to certain software errors, JLink or STLink may fail to connect, and at this point, DFU can be used as a backup. There are many methods available online for using DfuSe on Windows, but this article mainly … Read more