Lynxbee topic

Linux

Building Kernel Modules In-Tree During Kernel Compilation

Kernel modules are usually built out-of-tree, but for modules tightly coupled with kernel internals it's better to build them in-tree, as part of the kernel compilation itself, for header and config compatibility and automatic compilation during make . The example below uses linux-5.10/ as the so

Grep and Replace Strings in Source Code via the Linux Command Line

Use grep , sed , and find to search and replace strings across a codebase instead of doing it manually. Step 1: Find a String with grep -r — recursive -n — shows line numbers -w — matches whole word -e — the pattern Step 2: Replace a String in One File with sed -i — edits in place s — subs

Install Inkscape on Ubuntu Linux

Inkscape is a free and open-source vector graphics editor for creating scalable, high-quality designs (SVG, PNG, EPS, PDF, AI). Ubuntu users can install it via APT, Snap, or Flatpak.

Install phpMyAdmin on an Amazon EC2 Linux Instance

Setting up phpMyAdmin on an Amazon EC2 Linux instance lets you manage MySQL databases through a web-based interface. If you're running a Linux EC2 instance, installing phpMyAdmin is a crucial step for developers and administrators.

Record the Ubuntu Desktop to Video Files

Recording screencasts on Ubuntu can be done using native GNOME desktop keybindings or third-party Linux utilities. Depending on whether you need a quick short clip or a full video tutorial with microphone audio, Ubuntu offers built-in tools as well as dedicated recording software.

Install and Configure Netdata for Real-Time System Monitoring on Linux

Netdata is a lightweight, open-source system performance monitoring agent for Linux. It collects thousands of metrics per second—including CPU usage, RAM allocation, disk I/O, network throughput, and container stats—and renders them in a real-time web dashboard without high CPU overhead.

Inspect Wireless Networks on Linux Using iwlist

The iwlist command-line utility displays detailed diagnostic information from wireless network interfaces on Linux. It allows developers and sysadmins to scan for nearby access points, inspect signal quality, check operating frequencies, and verify encryption schemes without needing a graphical de

Deduplicate and Sort Email Lists with Linux Command Line Tools

Cleaning raw logs or subscriber export files to get a unique list of email addresses is a common data cleanup task. Rather than importing large files into spreadsheets or writing custom scripts, standard Linux terminal utilities like grep , tr , sort , and uniq can extract and deduplicate thous

Integrate a Custom Driver Module into the Linux Kernel Source Tree

While out-of-tree loadable kernel modules ( .ko ) are useful for out-of-band development, integrating a driver into the Linux kernel source tree allows it to be configured via make menuconfig and compiled statically ( vmlinux ) or as a modular driver target. Step 1: Create driver directory and C s

Microsoft Teams on Ubuntu: The App Is the Browser Now

Microsoft no longer provides a supported native Teams desktop client for Linux. On Ubuntu, use Teams in a current browser or install the same web experience as a PWA—and test the permissions that matter before the meeting starts.

Install Slack on Ubuntu Without Mixing Package Sources

Slack offers two sensible installation paths on Ubuntu: its verified Snap and its official 64-bit DEB. Pick one package source, verify what was installed, and know how it will update before your next meeting depends on it.

Identify a Device by IP Address on Linux Safely

An IP address is a starting clue, not a complete device identity. Correlate Linux routing and neighbour data with DNS, DHCP or cloud inventory, then use the smallest authorized Nmap probe that answers the remaining question.

Resume Large File Transfers over Unstable SSH

Use `rsync` over SSH as a restartable transfer protocol: keep partial data, rerun the same command after a disconnect, publish only after checksum verification, and avoid exposing a temporary HTTP server.

Engineering weekly

Useful technical knowledge, not inbox noise.

Receive verified fixes, references, labs, and tools. Confirm by email; unsubscribe any time.