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.

Bluefish is a powerful text editor aimed towards developers with features such as syntax highlighting, indentation, support for projects, auto-completion and more. Considering Linux is saturated with various text editors and integrated development environments ranging from the simplest to the more complex and feature-rich ones, let’s see what Bluefish offers for programmers and not only.

bluefish01

Full article