By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: 3 Super Useful Linux Apps to Try This Weekend (September 12 – 14)
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > News > 3 Super Useful Linux Apps to Try This Weekend (September 12 – 14)
News

3 Super Useful Linux Apps to Try This Weekend (September 12 – 14)

News Room
Last updated: 2025/09/12 at 9:12 AM
News Room Published 12 September 2025
Share
SHARE

It isn’t easy to figure out which of the sundry Linux software out there is worth installing. I’ve been assessing my own workflows, scanning repositories. and looking up use-cases, and I found three I think you ought to check out.

When I’m identifying software to recommend, I look for well-established apps that are easy to install and are decently useful, at least to somebody out there. Most software is hard to broadly recommend to everyone, so I’ve tried to keep the software diverse. There’s likely at least one you might find interesting enough to install during your free time this weekend.

3

KDE Connect: Stay Mobile

The KDE community has some great software, and one example I can’t talk up enough is KDE Connect. It’s a multi-tool that connects via the local network to your iPhone or Android device, or other computers. With this connection, you can do everything from browse file systems to control a mouse to send texts. You can do all of this remotely so long as both devices have KDE Connect installed.

Personally, I use it most for its quick file transfer and clipboard sharing features. I often have websites on one device that I want to open on another. I can copy and send that URL directly to another device where the address will be opened by my default browser. When it isn’t a URL, content I copy to my clipboard is instantly available for pasting on the other device.

There are many more plugins than the ones I’ve covered here, though. You can get KDE Connect on your Linux device and explore all the possibilities by installing it through generally any repository:

sudo apt install kdeconnect #Debian and Ubuntu
sudo dnf install kde-connect #Fedora
sudo pacman -S kdeconnect #Arch
sudo zypper install kdeconnect-kde #openSUSE

If you have the GNOME desktop environment, you’re better off getting GSConnect, which is a fork of KDE Connect specifically designed for GNOME:

If you have an Android phone or tablet, you can get KDE Connect on the Play Store, and iPhone owners can find KDE Connect on the App Store.

2

Meld: Spot the Difference

Meld being used to compare the contents of two files.

Ever had two similar files or collections of files and wanted to know the difference between them? Maybe you had two backups of the same folder and you needed to check how different they were. You could use a terminal-based tool like the diff command or you could use a simple graphical program like Meld.

Open Meld, select a set of two or three versions of a file, and Meld will identify all the differences between them, including modified lines and missing or added lines. You can also keep it open while you edit files and hit the refresh button to get a review of changes.

Meld can do the same thing for folders. If you have two directories and aren’t sure which has which file, you can use Meld to quickly identify the differences between folders in terms of content. It has filtering tools too if you’re looking for something specific. Meld’s folder analysis is a lot faster and more efficient than eye-balling dozens of files at a time.

Meld being used to compare the contents of two folders.

Tools like Meld are most useful to developers who might be working with multiple versions of their software and often need to know how exactly things differ between versions. It’s useful generally in collaboration settings when knowing what edits others have made helps you understand what’s happening with a project.

If you want to give it a try, Meld is available in most repositories:

sudo apt install meld #Debian and Ubuntu
sudo dnf install meld #Fedora
sudo pacman -S meld #Arch
sudo zypper install meld #openSUSE

1

progress: What Are Those Core Utilities Up To?

Let’s say you’re copying files onto a backup drive, and they’re large media files, so the process is likely to take a while. Unfortunately, you have no concept of how long this process will take or what kind of progress has been made at any given time. The cp command just doesn’t give you that info. You could use the –verbose flag to get output on what’s been done as it happens, but that output doesn’t give you an overall sense of the process duration.

That’s where you can use progress. The progress utility can monitor specific coreutils processes and give you second-by-second updates on the percentage of the data that’s been processed, plus an estimate of how long the task will take in terms of hours, minutes, and seconds. It can estimate throughput too.

The simplest way to use progress is to simply type the command progress -M into one terminal window and have it open while you run commands in another. In that mode, progress will automatically recognize active processes it can monitor and show you information as the process happens.

Alternatively, you can put pipes to use with progress. For example, with this command, I can have progress track activity while I copy a Bazzite image file onto a USB drive I have connected, with the -m flag telling progress I want live updates.

cp -a Downloads/bazzite-deck-stable-amd64.iso /media/jordang/PNYtransfer | progress -m

Output of the progress command showing an ISO file being copied.

It’s pretty ubiquitous, so you’ll find progress with the package name “progress” in just about any Linux repository.


In case you missed it, I wrote about file server hosting, managing passwords, and more in last weekend’s Linux apps. I hope in refining your workflow on Linux this weekend you make progress.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article Hohem iSteady V3 Ultra: A Smarter Way to Shoot With Your Smartphone
Next Article New HybridPetya Ransomware Bypasses UEFI Secure Boot With CVE-2024-7344 Exploit
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

I built my own desktop dashboard with Rainmeter and now everything I need is at a glance
Computing
Google kills Weather app for Wear OS 6
News
How to watch Newcastle vs Wolves: live streams, TV details, team news for Premier League 25/26
News
Nintendo Drops Surprise Trailer for New Super Mario Galaxy Movie
Gadget

You Might also Like

News

Google kills Weather app for Wear OS 6

2 Min Read
News

How to watch Newcastle vs Wolves: live streams, TV details, team news for Premier League 25/26

5 Min Read
News

Gemini Live Might Get More Google Maps Integration In The Future – BGR

3 Min Read
News

How to score a free Apple TV 4K from Fubo

5 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?