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.

First of all, I’d like to point out this article doesn’t include full-fledged IDEs, I’ll leave those for another article. So in conclusion you won’t find here Emacs, nor Vim or Eclipse and so on. This article overviews text editors, which may or may have not features belonging to a programming environment, like indentation or syntax highlighting, but aren’t full-blown development environments.

Full article