The Powerful Uses of Bluetooth on Your Phone

The Powerful Uses of Bluetooth on Your Phone

▲▲ New Friends–Click the blue text【Every Sentence is You】 Follow Us We commonly use smartphones, which have many practical functions. By simply sliding down the notification bar, we can see options like WiFi, Bluetooth, flashlight, NFC, location information, Do Not Disturb mode, power-saving mode, screen mirroring, hotspot sharing, and other small features. Most people are … Read more

Discover the Powerful Uses of Bluetooth on Your Phone

Discover the Powerful Uses of Bluetooth on Your Phone

In our smartphones, there are many features. By simply swiping down from the top of the screen, we can see numerous functionalities. However, many users might not know the purposes of certain features and may not have used them, such as NFC, location sharing, do not disturb mode, dark mode, and Bluetooth. These features, especially … Read more

Using the SCP Command in Linux

The command to transfer files between Linux servers typically has two options: sftp/ftp and scp. Both can accomplish file uploads and downloads. However, if not scripted and used as pure commands, sftp and ftp require at least two commands to execute operations like cd or cp after logging in. In contrast, scp can complete file … Read more

Comprehensive Guide to Windows and Linux System Commands

Comprehensive Guide to Windows and Linux System Commands

Author: Xiao Yang Sean Source: https://www.cnblogs.com/-mo-/p/12109717.html 1. Introduction During our penetration testing process, we often need to transfer files to the target host to achieve purposes such as privilege escalation and maintaining control. Therefore, when direct transfer is inconvenient and the target host has network connectivity, we can use local download methods to achieve file … Read more

Bluetooth is More Powerful than Wi-Fi: Are You Just Using It for Headphones?

Bluetooth is More Powerful than Wi-Fi: Are You Just Using It for Headphones?

Last week, while having skewers with a friend, she complained, “What else can Bluetooth do besides connecting to headphones?” I glanced at the metal keychain on her car keys and chuckled—Bluetooth can handle that. 1. Transferring large files is faster than WeChat. Does your phone always pop up “file too large” when connecting to the … Read more

Essential for Embedded Development: Deploying Files to Development Boards Using SCP Command

Essential for Embedded Development: Deploying Files to Development Boards Using SCP Command

In embedded Linux development, frequently transferring compiled programs, configuration files, or data files to development boards is a daily task for every developer. Traditional methods using USB drives or SD cards are inefficient, and FTP raises security concerns. The SCP command provides a standard solution through the SSH protocol. Although it has been said to … Read more

Introduction to Computational Materials Science Series 001 – Basic Operations in Linux

Introduction to Computational Materials Science Series 001 - Basic Operations in Linux

If you are a beginner in computational materials science and have never encountered the Linux system before, this article is perfect for you! It will help you quickly get started. The main content includes: (1) Why use Linux; (2) Common versions of the Linux system; (3) Common Bash commands; (4) Remote connection and file transfer. … Read more

Essential Terminal Tools for Embedded Development (No Secrets)

Essential Terminal Tools for Embedded Development (No Secrets)

In embedded development, aside from development boards and oscilloscopes, the most frequent interaction is likely with terminal tools. Choosing the right terminal can double your debugging efficiency. Therefore, I have compiled a list of several high-frequency, practical, and straightforward terminal tools. While these tools may not cover every scenario, they are definitely robust enough for … Read more

Is Your Gigabit Network Underperforming? Unraveling the Secrets of SCP Encryption Algorithm Selection to Easily Break Through 1400Mbps

Is Your Gigabit Network Underperforming? Unraveling the Secrets of SCP Encryption Algorithm Selection to Easily Break Through 1400Mbps

Recently, while testing the customized firmware for the RK3588 (From Bricked to Rebirth: My RK3588 Development Board Embarks on the Journey of Modifying Ubuntu), I frequently encountered file transfer issues. We previously set up an Nginx download server (Creating a Download Page for OpenVPN Configuration Files Using Nginx) and tested downloads at full speed; we … Read more

Introduction to Embedded Development for Beginners

Introduction to Embedded Development for Beginners

Source:https://blog.csdn.net/zh8706/article/details/97370491 This article organizes some basic skills for beginners in embedded development, based on past engineering experience, suitable for those who have not previously engaged in embedded development. The embedded development process generally follows these steps: first, install an Ubuntu virtual machine on a Windows PC to set up the embedded development environment and cross-compilation … Read more