Daily Shaarli

All links of one day in a single page.

01/10/26

10 Must-Know Linux Networking Commands - Data Dev Blog

Master essential Linux networking commands with practical examples and troubleshooting tips to diagnose, debug, and optimize real-world Linux network issues.

Stop Manually Checking GitHub Releases — These Tools Automatically Install & Update Apps on Linux

Package managers are essential tools on Linux systems. They help you install, update, and remove software packages with simple commands. Most distributions come with their own package managers, like apt, dnf, or pacman.

However, many modern tools are distributed as pre-compiled binaries via GitHub releases. Developers using languages like Go, Rust, and Deno often release their software this way. New projects that are not included in the official distro repository yet have to opt for this method.