Showing posts with label Tutorial. Show all posts
Showing posts with label Tutorial. Show all posts

Thursday, 28 May 2015

Installation of “Fedora 22 Workstation” with Screenshots



Fedora Project has proudly announced the general availability of Fedora 22. Fedora 22 which don’t have a name has succeeded Fedora 21. Fedora comes in three editions namely Workstation for desktop and Laptops, Server for powering the Server Machine and Cloud for Cloud and Docker related application hosting and Deployment.

We have covered a detailed description of what’s new in Fedora 22 Workstation, Server and Cloud, to know what you can expect in various editions and in general in the latest release of Fedora, go through this article.
Fedora 22 Released – What’ New

If you are running a previous version of Fedora and want to Update to Fedora 22, you may like to go through this article:
Upgrade Fedora 21 to Fedora 22

If you are trying Fedora for the first time or want to install fedora 22 on one of your system, this guide will help you in Installing Fedora 22 and also we would be reviewing features/applications briefly, after installation.

The very first thing is to download the ISO image of Fedora 22 from the official Fedora website, as per your machine architecture.

To download Fedora 22 Workstation, use the link below. You may wget the image file as well.


Readmore:tecmint

How to Handle ISO Files on Linux with Mount, AcetoneISO and Furious



ISO files are basically archive files that represent the contents written in every sector of an optical disk. This way you can have a CD or DVD image handy any time in your hard drive and use it accordingly (either mount it to access the data, or burn it on an actual physical disk).

Linux users are very font of ISO files as this is the most common format that Linux distributions come in. You can use them as local repositories/media to update or enrich your existing distribution, install them on a virtual machine for testing purposes, or just burn them on a CD/DVD and use it as an installation and system recovery disk.




There are many ways you can follow to mount or burn an ISO file in Linux and as you probably already guessed, the Terminal and the 'mount' command is the most direct of all. This post won't deal with this though, as there are other more user-friendly ways to deal with ISO files like the Acetone and Furius GUI tools.

Readmore:howtoforge