Linux Updates: Command Line Guide

Updating your Linux system is one of the most important things you can do to keep it secure, stable and running well. With updates, you can patch vulnerabilities, fix bugs and access new features. This article covers updating via the command line, automating updates for different distros, troubleshooting common issues and kernel updates to keep […]

60 Linux Networking commands and scripts

Recently, I wanted to test network throughput via command line with at least 3 tools. For the life of me, I could not remember iperf. Not being able to remember previously used command line tools is frustrating and something we can all relate to. So I created a go-to list of network tools for myself. […]

Learn Linux: 4 Devices to boost your Linux skills (2025)

Ready to go on a journey that will take your Linux skills to the next level and beyond what theoretical learning can? The devices in this article will give you hands-on experience and change how you think and use Linux skills in real life scenarios. What is the Linux Operating System? Linux is a free […]

5 Network Devices for work-from-home and Small Business

Over the past few years, we’ve seen a mass migration from the work office to the home office. This continues to increase the requirements for better home network security, capacity, and additional capabilities. Small business and work-from-home networks must be more performant, reliable, accountable, and easier to manage. As such, network devices designed for consumers […]

Monthly Community Rewards November 2024

First off, we want to extend a huge thank you to all of you for your continued support and contributions to discussions on linuxcommunity.io over the past two and a half years. It’s been incredible watching this community grow and evolve, and we hope to make it even more rewarding for our amazing members! Starting November […]

Entrepreneurship: Can You Afford to Put All Your Eggs in One Basket?

Thomas Jefferson said: “Our greatest happiness does not depend on the condition of life in which chance has placed us, but is always the result of a good conscience, good health, occupation, and freedom in all just pursuits.” This has been one of my favorite quotes since I was a teenager and to this day. […]

btop – the htop alternative

Have you ever experienced slow application performance on a server and wondered which process was causing the bottleneck? In a production server environment, monitoring system performance and hardware resource usage in real-time is crucial. That’s where system monitoring tools come in handy. And, with the availability of numerous command-line system monitoring tools, you’re spoiled for […]

AI in the Workplace: 16 Ways to Stay Ahead in 2025 & Beyond!

As we stand on the brink of 2024 2025, AI has already established itself as an essential collaborator in the workplace. The relationship between humans and AI is growing, moving beyond just automating repetitive tasks or crunching data. We’re seeing AI step into roles that need creativity and decision-making. It’s like having an extra team member […]

Monitoring PHP Performance and Diagnosing Bottlenecks

As one of the most widely used scripting languages for web development, PHP is known for its flexibility and ease of use. However, with complex applications and increasing traffic, PHP performance can sometimes take a hit. Monitoring PHP performance and diagnosing bottlenecks is essential to ensure that your web applications are running smoothly and efficiently. In […]

rsync Command in Linux with Examples

The rsync command is one of the most popular and powerful tools in Linux for synchronizing files and directories between different locations. It is widely used for backups, remote file transfers, and directory syncing, offering robust features like incremental file transfers, compression, and file permission preservation. In this article, we’ll explore the basics of rsync, along with […]

Top ↑