Introduction to Linux Operating System

Introduction to Linux Operating System

Linux: From supercomputers to smartphones. Explore the open-source operating system that drives innovation. Learn about popular distributions such as Ubuntu and Fedora. Understand why Linux is important. Translated from Introduction to Linux Operating System, by TNS Staff. What is Linux? Linux is a free and open-source operating system used by millions of desktop computers around … Read more

Installing NVIDIA Drivers on Linux: Common Pitfalls

Installing NVIDIA Drivers on Linux: Common Pitfalls

Let’s discuss the biggest pitfalls I encountered while installing NVIDIA drivers on Linux. Just because your desktop looks clearer after installation and nvidia-smi displays content does not mean the driver is installed correctly. I initially followed an online tutorial for the installation, and while everything seemed fine, when I entered nvidia-smi, the gnome-shell process was … Read more

Running PyTorch & Fast.ai on NVIDIA Jetson Nano: A Step-by-Step Guide

Running PyTorch & Fast.ai on NVIDIA Jetson Nano: A Step-by-Step Guide

Original by Interogativ Guo Yipu, Compiled by Quantum Bit Report | Public Account QbitAI The NVIDIA Jetson Nano, as the cheapest hardware from NVIDIA, costs only $99. Seeing it cheap makes you want to grab it, but how do you play with it once you have it? Building robots, creating small cars, or DIYing a … Read more

WiFi Module Driver Porting and Debugging Guide

WiFi Module Driver Porting and Debugging Guide

Click on the top“Hardcore Wang Classmate”, select“Pin/Star Public Account” Get the latest benefits and resources Hello everyone, I am Hardcore Wang Classmate. Recently, I have ported an SDIO type WiFi module, and here I will record the porting and debugging process. 1. WiFi Driver Configuration When we have a new WiFi module and need to … Read more

Differences Between Apt and Apt-Get

Differences Between Apt and Apt-Get

Friends using Ubuntu must have encountered a command called apt-get. Using this tool to install various applications is quite enjoyable. After the release of Ubuntu 16.04, apt began to be used more frequently. So, what exactly is the difference between apt-get and apt commands? If they have similar command structures, why is there a need … Read more

Why Open Source Is So Important for IoT

Why Open Source Is So Important for IoT

Source: OFweek IoT Author: Old Bird Published by IoT Think Tank Please indicate the source and origin when reprinting —— [Introduction] —— The Internet of Things (IoT), open source, and operating systems are currently hot topics in the IT industry, and these three terms constitute the IoT open-source operating system. For the development of the … Read more

6 Must-Buy High-Performance Open Source Linux Boards in 2019

6 Must-Buy High-Performance Open Source Linux Boards in 2019

Hello everyone, I am the beloved Xiao Yueyue. In previous articles, we discussed “6 Must-Buy High-Performance Linux Development Boards in 2019 | OlinuXino Special” and “6 Must-Buy High-Performance Linux Development Boards in 2019 | BPI Special”. Today, we will talk about another category of high-performance Linux development boards— BeagleBone and Cubie. Xiao Yueyue Says Today, … Read more

Getting Started with BeagleBone AI64: A Unique Guide

Getting Started with BeagleBone AI64: A Unique Guide

If you don’t want to miss my updates, remember to go to the top right corner – view the official account – set it as a starred item, and take down the star to send it to me. The well-known development board brand BeagleBone has launched their AI development board BeagleBone AI64, which is said … Read more

Linux Power Management Subsystem

Linux Power Management Subsystem

Linux is widely used in the consumer electronics field, where power saving is an important topic for consumer electronic products. Power management in Linux is very complex, involving system-level standby, dynamic voltage and frequency scaling, handling system idleness, and the support of each device driver for system standby and runtime power management for each device. … Read more