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.

klogo

The monthly KDE update, 4.11.2, has been released earlier today, fixing over 70 bugs, including KWin, Dolphin and the personal information manager application Kontact.

To try it in (K)Ubuntu, use the Kubuntu Updates PPA:

sudo add-apt-repository ppa:kubuntu-ppa/ppa
sudo apt-get update
sudo apt-get upgrade

This will install the latest KDE version available in the PPA.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.