Ubuntu/Debian/Mint news and tutorials | Linux gaming
facebook.png
twitter.png
feed.png
Quick Tip
Disable Overlay Scrollbars in GNOME
gsettings set com.canonical.desktop.interface scrollbar-mode normal
Quick Tip
Find Files Containing a Text Pattern
find . -iname "*.txt" -exec grep -l "hello" {} +
Categories
Online Readers
Advertise on TuxArena
Linux Cheat Sheet

Have a look at our Linux Cheat Sheet for quick one-liners, commands and tips.

Those of you who are using Kubuntu are already familiar with Dolphin, the default file manager shipped in most KDE distributions. There are several very good file managers for KDE, and I must include here Konqueror or Krusader, however Dolphin’s goal is to offer as much as possible functionality while also keeping lightweight and fast. And yes, it does it perfectly well, offering powerful features and a clean interface at the same time.

Full article