Archive for the 'gnome' Category

Top 3 Linux HTML editors

This post is dedicated to quality html editors for Linux and Ubuntu operating system in particular. You may think that nowadays nobody uses offline editors as there are so many content management systems (CMS) like Drupal (my favourite one), Wordpress, Joomla etc. which contain embedded visual html editors. But today I made sure myself that sometimes it’s real pain to draw a 10×20 table using Wordpress’s editor…

Text editors like gedit, emacs, nano or vi will certainly live forever but thankfully there are numerous visual html editors for my Ubuntu :) They are sometimes called WYSIWYG editors, it mean “What You See Is What You Get”.

1. Quanta Plus

This is KDE/Qt visual html editor available as binary package for numerous Linux distributions
including Debian and Ubuntu. From developers’ site:

Quanta Plus is a highly stable and feature rich web development environment.
The vision with Quanta has always been to start with the best architectural
foundations, design for efficient and natural use and enable maximal user
extensibility.

In order to install it in Debian/Ubuntu run the following CLI command:

sudo apt-get install quanta

Fedora, Centos, Redhat users type this:

sudo yum install kdewebdev

I found Quanta html editor extremely useful, this is just an outstanding application of this
field.

2. Bluefish

Bluefish HTML editor logoBluefish is a powerful editor targeted towards programmers and webdesigners,
with many options to write websites, scripts and programming code. Bluefish
supports many programming and markup languages, and it focuses on editing
dynamic and interactive websites.

I found this really versatile html editor. Besides HTML/CSS it handles C,
Java, Perl, Python, XML and others.

Ubuntu and Debian users type:

sudo apt-get install bluefish

Fedora/Redhat/Centos:

sudo yum install bluefish

Gentoo:

emerge bluefish

3. Screem

SCREEM is a web development environment. It’s purpose is to increase
productivity when constructing a site, by providing quick access to commonly
used features. While it is written for use with the GNOME desktop environment
in mind it does not specifically require you to be running it, just have the
libraries installed.

This is one of the most user-friendly Gnome HTML editor. Its simple interface
brings extremely powerfull HTML editor so if like minimalistic design Screem
is your choice.

Update: below is the bottom line from Linux.com’s review of three Linux HTML editors (Quanta Plus, Blowfish,
Screem). I found that review after I wrote this post.

  • If you use GNOME, use Screem. It’s a fast, simple, and powerful tool for web editing. However, it does not have the large feature sets that Bluefish and Quanta Plus have, especially for languages other than those directly related to Web page editing.
  • If you use GNOME and need the more powerful features of Quanta Plus, load the required libraries and run it.
  • If you use KDE and want a code editor, choose Quanta Plus. Ignore the WYSIWYG capabilities and take advantage of the tremendous editing capabilities, especially for CSS style sheets.
  • If you use Xfce, Quanta Plus should run fine. Screem would still require loading additional libraries.
  • Finally, if you use GNOME, find that Screem does not meet all your needs, and you don’t want to bother with loading the KDE-native Quanta Plus, then load Bluefish. It is nearly as capable as Quanta Plus, but will run well without a lot of fussing with libraries.

Sort CLI output by line length

Want to sort file contents by each line’s lenght? No problems:

artemn@artemn-laptop:~$ cat /etc/passwd | awk '{print length, $0}' | sort -n | awk '{$1=""; print $0 }'

Continue reading…

Ubuntu: Install Gnome

Why one should want to install Gnome in Ubuntu as it comes with this distribution by default? The answer is rather short: it works for Ubuntu server initially installed without X window manager. Here you go:

sudo aptitude install ubuntu-desktop gdm

When done you can run gnome desktop manager (gdm) and type your username and password to access Gnome Desktop and start using GUI applications:

sudo /etc/init.d/gdm start

If you still have troubles with starting gnome once installed necessary apt packages, most the probably the problme is in improper video driver selected by default. Try the command below or use google or ubuntu forums to find more information about “xorg.conf”:

sudo dpkg-reconfigure xserver-xorg

Linux pop-up terminal/console utilities

Few days ago I’ve got the quickest way to run console commands in Gnome. There are three utilities known providing pop-up console: YaKuake, Tilda and Yeahconsole. All of them are included into Ubuntu apt repository and can be installed by corresponding commands:

sudo aptitude install yakuake
sudo aptitude install tilda
sudo aptitude install yeahconsole

popupAt the next screenshot you can see all three utilities run at my laptop. Of course I don’t them all at once but prefer Tilda as the most comfortable for me. YaKuake is designed for KDE and uses konsole to emulate terminal. Tilda and YaKuake have GUI configuration tool when Yeahconsole is configured by editing configuration file /usr/X11/Xresourses.

Review of sticky notes applications for GNOME

xpadFew will deny that applications allowing to create notes at Linux Desktop are very useful to plan one’s working/education process. As for me I use such applications in order not to forget something I want to do :) like blog posts came to my mind when I hadn’t access to Internet, everyday system administrating tasks and others.

sticky notes applicationsI tried several sticky notes applications for this purpose but only one seems to be the most suitable for me. It’s xpad. There are also some apps that can do the same, like KDE knotes, Tomboy Notes, gdesklet notes and other. You can see apps I tried at the next screen (top right is xpad).

To install xpad in Ubuntu, just execute:

sudo aptitude install xpad -y

Don’t forget to make xpad starting automatically when you login by adding it to Gnome sessions.




Pages: 1 2 Next
Friendly Sites:Who is behind Linux Screw?
GeekyBits³ | Bash Cures Cancer | OMG! Ubuntu!
My SysAd Blog | Web Upd8
ZEPY | Linux config Wiki | Planet Sysadmin
a non-geek's linux notes | Linux Today
Linux HOWTOs, Tutorials & Projects with Adam Palmer | LinuxAlt.Com
My name is Artem N. (artiomix AT gmail DOT com) and I'm Linux/Unix, Cisco systems engineer. The main idea of Linux Screw is to share relevant knowledge, skills and observations over The Web. Here you can find a lot of information related to different Linux distributions, FreeBSD, IOS as well as a other Open Source around staff. Read more ››