Friday, June 3, 2016

Top Things To Do After Installing Fedora Linux On Your System (part 2)

Top Things To Do
After Installing Fedora Linux
On Your System
(part 2)


Previous Page (part 1)

21 . Install Gparted - Disk partitioning app

GParted is a GTK+ front-end to GNU Parted and an official GNOME partition-editing application (alongside Disks). GParted is used for creating, deleting, resizing, moving, checking, and copying disk partitions and their file systems. This is useful for creating space for new operating systems, reorganizing disk usage, copying data residing on hard disks, and mirroring one partition with another (disk imaging).

For Fedora 22 and later

sudo dnf install gparted

For Fedora 21 and older releases..

sudo yum install gparted

22 . Install Openshot Video Editor

OpenShot Video Editor is a simple, powerful , free and open-source video editing software available for Linux , windows and OS X. and it supports many media formats.

Installation :

Fortunately , Openshot shipping its binaries in Appimage format. Means No installation Needed. Just go to Official download page , download the package and make it executable and run.

For example if you download openshot version 2.0.7 from http://releases.openshot.org/linux/OpenShot-2.0.7.AppImage ,You can run it by just making it as executable.

make it executable with following command.. sudo chmod a+x downloaded_filename

Here ,for openshot 2.0.7

cd && wget http://releases.openshot.org/linux/OpenShot-2.0.7.AppImage && sudo chmod a+x OpenShot-2.0.7.AppImage

23 . Install Cheese

Cheese uses your webcam to take photos and videos, applies fancy special effects and lets you share the fun with others. To install cheese on your Fedora desktop, enter the following command:

For Fedora 22 and later

sudo dnf install cheese

For Fedora 21 and older releases..

sudo yum install cheese

24 . Install Shutter

Shutter is a feature-rich screenshot program for Linux based operating systems. You can take a screenshot of a specific area, window, your whole screen, or even of a website - apply different effects to it, draw on it to highlight points, and then upload to an image hosting site, all within one window. Shutter is free, open-source, and licensed under GPL v3.

Installation :

For Fedora 22 and later

sudo dnf install shutter

For Fedora 21 and older releases..

sudo yum install shutter

25 . Install Meld and Recoll

Meld is a visual diff and merge tool targeted at developers. Meld helps you compare files, directories, and version controlled projects. It provides two- and three-way comparison of both files and directories, and has support for many popular version control systems.
Meld helps you review code changes and understand patches. It might even help you to figure out what is going on in that merge you keep avoiding.

Meld Installation

For Fedora 22 and later

sudo dnf install meld

For Fedora 21 and older releases..

sudo yum install meld

Recol is an indexing software for Linux.. with the help of Recoll you can able to search files , not only by their names but also with it content..

For Fedora 22 and later

sudo dnf install recoll

For Fedora 21 and older releases..

sudo yum install recoll Here, You can find official documentation about how to use it..

26 . Install Screen Recorder

If you want to record desktop screen casts on linux... then simple screen recorder is a simple and best option for your need.

Installation :

See here.. How To Install SSR on Fedora

27 . Install PostInstallerF & Fedy

PostInstallerF & Fedy utility tools help us to install additional software which wasn't included in Fedora by default. Both having GUI and we can install, remove and manage it very easily. This was designed for newbies whoever not familiar in command line.

Install Fedy utility

su -c "curl http://folkswithhats.org/fedy-installer -o fedy-installer && chmod +x fedy-installer && ./fedy-installer"

Install postinstallerf

sudo wget -P /etc/yum.repos.d/ https://raw.github.com/kuboosoft/postinstallerf/master/postinstallerf.repo && sudo dnf -y install postinstallerf

Don't Forget To Share It With Your Friends..!!
Share Your With Linux and Opensource


Previous Page (part 1)