Tuesday, January 22, 2013

Upgrade Fedora 17 To Fedora 18 With FedUp

Upgrade F18 with FedUp
Every time with a new release of Fedora, the anxiety goes up along with that we have to mask the troubles of formatting our system that all the settings & applications are to be added newly. But here we resolve your issue without format, how you can upgrade your Fedora 17 system to Fedora 18 with the help of the Fedora Updater (FedUp).

Please make sure that the system that you want to upgrade has more than 600 MB of RAM. The following commands to be executed in the terminal with root privilege (Use su). 
upgrade rpm> install  latest updates> clean the yum cache. 
  • yum update rpm
  • yum -y update
  • yum clean all
  • reboot
Now upgrade through FedUp:
  • yum install fedup
  • fedup-cli --network 18
  • reboot

    From the boot menu, select System Upgrade (fedup). Please be patient, during the reboot, the upgrade is being performed. This can take quite a long time. 

Monday, January 21, 2013

Sunflower: Improved way of data transfer - Ubuntu

Sunflower: File Manager

The usual cast of difference between Windows & Linux users is that the file manager of Window is always superior than any of the Linux based managers. Hence the data transfer is a major problem in Linux as it carries much time as compared Explorer of Window. But here we found an alternative to keep our good work in line.

Sunflower is a highly customizable Linux file manager that supports dual panes and plug-ins. It can be integrated easily in Gnome-based desktops. This amazing file manager has been updated to version 0.1a-51 which brings these new changes:

  • Performance improvements for the copy function (the file manager will now check available space before starting the copy operation)
  • Fixed a bug that causes entries to be duplicated in the mount manager
  • Various bugfixes
To install Sunflower in Ubuntu 12.10/12.04 and Linux Mint 14/13 or older, open the terminal & run :

  • sudo add-apt-repository ppa:atareao/sunflower 
  • sudo apt-get update 
  • sudo apt-get install  sunflower

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.