How to Install Device Drivers on Linux

How to Install Device Drivers on Linux

Learn how Linux device drivers work and how to use them. — Bryant Son Useful original link Please visit the “original link” at the end for clickable in-text links, full-size original images, and related articles. Thanks Compiled from | https://opensource.com/article/18/11/how-install-device-driver-linux | Author | Bryant Son | Translator | Jamskr 🌟🌟 Total translated: 15.0 Contribution time: … Read more

Setting Up Sudo Passwordless Access in Linux

Setting Up Sudo Passwordless Access in Linux

In a Linux system, to set up sudo passwordless access, follow these steps: Open the sudoers file as an administrator: In the terminal, enter the command sudo visudo. This command will open the sudoers file in a safe manner, ensuring the file syntax is correct and preventing system issues due to incorrect edits. Add the … Read more

Common Linux Commands – touch to Create Empty Files and Modify Timestamps

Common Linux Commands - touch to Create Empty Files and Modify Timestamps

Follow the card below to get the latest shares by marking the public account. Reply in the background with EmbeddedLearning Materials to get a learning package👇👇👇 Introduction The touch command comes from the English word “touch”, which means “to touch or contact”. In the Linux system, this command is mainly used to create empty files … Read more

Linux Wireless RFKill Subsystem

Linux Wireless RFKill Subsystem

Word count: 1409, reading time approximately 8 minutes Linux Wireless RFKill Subsystem About RFKill The rfkill subsystem provides a generic interface for disabling any radio transmitter in the system. When a transmitter is blocked, it shall not radiate any power. The subsystem also provides the ability to react on button presses and disable all transmitters … Read more

How to Restart a Linux System Using Commands

How to Restart a Linux System Using Commands

The action of restarting the system is often used in Windows, usually after installing some software that requires a system restart to take effect. In this case, you typically click to confirm whether to restart now or later. Naturally, if you click restart now, the system will automatically reboot. If you choose to restart later, … Read more

How to Check the Number of Users in Linux

How to Check the Number of Users in Linux

Hello, dear readers. I believe you are not unfamiliar with the Linux operating system. As an open-source operating system, Linux is widely used in various scenarios, whether on servers, desktops, or embedded systems. Today, I want to share a little story about Linux, focusing on the experience of checking the number of users in a … Read more

Commonly Used Linux Commands for Developers (1)

Commonly Used Linux Commands for Developers (1)

Introduction As a developer, using the Linux system is a common practice and a skill that every developer must learn. Being proficient in Linux commands can help you complete tasks more efficiently while using the Linux system. vim Command Today, we will introduce the vim command, which is the pro version of the vi command, … Read more

Advantages of Linux Over Windows for Embedded Development

Advantages of Linux Over Windows for Embedded Development

Follow+Star Public Account, don’t miss exciting content Source | Programming Guide Ubuntu 22.10 has already been released, but my computer’s Ubuntu is still on version 18.04. Currently, among the mainstream operating systems for PCs—Windows, Linux, and MacOS—Linux is still predominant in embedded development. So, what are the advantages of Linux over Windows? What advantages does … Read more

Modern Alternatives to 5 Common Linux Commands

Modern Alternatives to 5 Common Linux Commands

Original link: https://blog.csdn.net/coderOnline/article/details/113702506 When using Linux/Unix systems in our daily work, we often rely on many command-line tools to accomplish tasks and manage our systems. For instance, du is used for monitoring disk usage, and top displays system resources. Some of these tools have been around for a long time; for example, top was first … Read more

Modern Alternatives to 5 Basic Linux Command Line Tools

Modern Alternatives to 5 Basic Linux Command Line Tools

Author | Ricardo Gerardi Translator | Ping Chuan Editor | Xiao Zhi When using Linux/Unix systems daily, we utilize many command line tools to accomplish our tasks and manage our systems, such as du for monitoring disk usage and top for displaying system resources. Some of these tools have been around for a long time. … Read more