Sunday, January 20, 2013

Orion GTK3 theme: New constellation in Gnome world

Orion Gtk3

Orion GTK3 theme by Satya is probably the best light theme having proper support for Unity. It supports Gnome Shell, Unity, Pantheon, XFCE and Openbox. The theme is compatible with GTK 3.2 onwards and uses the Unico engine also comes with a modified Boomerang Metacity. It also includes a GTK 2.0 theme using Murrine engine. 

The theme has been updated recently bringing even better integration. New changes include rewrite of mutter and metacity themes to fix roundness and border issues, fix for text color in system settings, fixes to fallback mode panel and removal of  pixbuf engine dependency.
To install Orion Theme open Terminal and copy the following commands :
  • sudo apt-add-repository ppa:satyajit-happy/themes
  • sudo apt-get update
  • sudo apt-get install orion-gtk-theme

The finest Gnome shell theme ever: Elegance colors

Elegance colors

Elegance is a clean and dark theme for Gnome Shell. It is a chameleon theme for Gnome Shell 3.6/3.4. which changes colors with Gtk theme colors and with current wallpaper or you can define color by yourself for this theme (it uses imagemagick to get color). It also comes with a GUI to customize various other aspects of the theme.
Besides the option to export a customized theme, Elegance Colors 0.3 also brings more customization options: set gradient size, transition duration and box shadow. Also, in the new version, theme changes are applied instantly.
To use the new "Export theme" option, open Elegance Colors Preferences and from the GMenu, select Export theme. The theme will be exported to a .zip file - don't install it using GNOME Tweak Tool because it will be installed to a location where it doesn't work. Simply extract it to ~/.themes and you'll have your new, working custom theme.
To install Elegance-Colors theme on Ubuntu/Linux Mint (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
  • sudo add-apt-repository ppa:satyajit-happy/themes
  • sudo apt-get update
  • sudo apt-get install gnome-shell-theme-elegance-colors

Tabifier organizes your HTML code

Tabifier
Often  the writing of HTML code in proper way is not possible while working busy. But Alas! we need to edit & search through it after the completion while it is mantled awkwardly. Though search option is there to find the exact code but editing is too difficult. But here is a online serve for you that keeps your worries in its pocket within seconds it will organize the indent computer code properly.

Tabifier : (from the Author)
The tabifier is a tool to properly indent computer code. The style it produces is a mix of my personal preferences for indentation plus what I could manage to make a program produce from dirty source.
The tabifier currently supports CSS, HTML, and C Style code; the latter being anything that uses curly braces to start and end blocks, and semicolons to terminate statements. JavaScript and PHP both fall into that latter category. (For JavaScript, only when you put the semicolons in, which you always should even though they're technically optional.)
If you put in invalid/broken code, the output will probably end up quite wrong. Garbage in garbage out, don't blame me.

PDFsam: Merge and Split pdf documents on Linux

PDFsam
PDF Split and Merge is a complete opensource application and easy to use tool to merge and split pdf documents. Console and GUI versions are available. The GUI is written in Java Swing and it provides functions to select files and set options. It's made over the iText library. This application has been developed by Andrea Vacondio.


One of the common file extension on the computer is Portable Document Format (PDF). It runs on multi-platform operating system and application. As the document extension, PDF can include texts, pictures, and some additional information in one format document. PDF help people with different operating system to share or exchange the files without any challenges of compatibility. Using PDF people don't need to convert document files into other extension to be opened on different word processor.  




Merging, extracting and spliting PDF document is another common users need. However, people sometime need to split a PDF document into another one. in other case, people need to extract some pages into a different file. on the MIcrosoft Windows, Adobe Professional is the most used application to run this function. How about the similiar application on the Linux?

Here is your solution PDFsam.

Methods of installation: (Any of the below option is yours)
  • Simply put the command on your terminal sudo apt-get install pdfsam
  • Search through 'Synaptic' and go for general installation process.
  • Here is your .deb file, after download run this command on the corresponding directory sudo dpkg -i pdfsam_2.2.1.deb
  • You can go more ease with launchpad.