Lynxbee topic

Test

TFTP Client Setup on Ubuntu: Install, Configure, and Transfer Files

TFTP is a lightweight UDP-based file transfer protocol used for booting devices, flashing firmware, and transferring files to routers, embedded devices, and switches. It's ideal when devices have limited resources or you need to push firmware or config during boot, at the cost of no authentication o

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.

Upgrade Ubuntu Server or Desktop from the Command Line

Upgrading your Ubuntu installation upgrades system packages, kernel versions, and security patches to the next release. The canonical tool for performing version upgrades from the terminal is do-release-upgrade , which safely updates package repositories, handles dependencies, and cleans up obsolet

Configure Browser Caching Headers in Apache and Nginx

Browser caching instructs client web browsers to store static assets—such as CSS stylesheets, JavaScript files, images, and web fonts—locally on the user's machine. Subsequent page views load static assets directly from local disk cache, reducing HTTP requests and server load.

Engineering weekly

Useful technical knowledge, not inbox noise.

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