Skip to main content

Latest Ubuntu 15.04 available for Download

This year’s biggest Ubuntu release – Ubuntu 15.04 – is available for download. Ubuntu is the favorite platform of developers and it now it covers a variety of devices – desktop, mobile, cloud and IoT.
The headline change in Ubuntu 15.04 is the introduction of the Systemd init system at boot-time.
This is the software that initializes (hence the name ‘init’) first when booting, and handles loading of the various modules and background processes that make much of a modern computer operating system do what it needs to.
Ubuntu previously used Upstart, its own custom-made Init system, at boot time.

Ubuntu Linux Kernel 3.19

While not based on the latest version of the Linux Kernel Ubuntu 15.04 ships with a modified version of  3.19.3 one. Expect a few updates to the most recent 3.19.x patch releases shortly after release.

Application Updates

You’ll also find updated versions many of Ubuntu’s default apps, including the latest Firefox web-browser and Thunderbird e-mail client, a new version of the Rhythmbox music player plus an entirely revamped Totem video player.

music-rhythmbox
  • LibreOffice 4.4
  • Firefox 37
  • Thunderbird 31.6
  • Shotwell 0.20.2
  • Nautilus 3.14.2
  • Evince 3.14.2
  • Rhythmbox 3.1
  • Totem 3.14.1
  • GNOME Terminal 3.14

Ubuntu 15.04 (Vivid Vervet) downloads

Ubuntu is distributed on two types of images described below.

Desktop image

The desktop image allows you to try Ubuntu without changing your computer at all, and at your option to install it permanently later. This type of image is what most people will want to use. You will need at least 384MiB of RAM to install from this image.

Server install image

The server install image allows you to install Ubuntu permanently on a computer for use as a server. It will not install a graphical user interface.

Get your .iso images downloaded from here….

Comments

Popular posts from this blog

How to lock any file or folder without any software.

  With this trick, you can create a secure password protected  folder  in Windows which no one except you can access. To use this trick, follow the instructions given below:-   1.  Open  Notepad . 2.   Copy and paste  the exact code given below:- cls @ECHO OFF title computer-tricks-corner.blogspot.com if  EXIST  "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto  UNLOCK if NOT EXIST MyFolder goto MDMyFolder :CONFIRM echo Are you sure to lock this folder? (Y/N) set/p "cho=>" if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N goto END echo  Invalid  choice. goto CONFIRM :LOCK ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" echo Folder locked goto End :UNLOCK echo Enter password to Unlock Your Secure Folder set/p "pass=...

How to install Bash on Windows 11

Microsoft’s Windows Subsystem for Linux 2 was released nearly 3 years ago. This brought the ability to run the Bash shell and run Linux binary executables that you’d be able to run on Ubuntu Linux. Microsoft has since only continued to improve its Windows Subsystem for Linux, and an update in a Windows 10 preview build back in mid-2020 made it easier to install Bash. That method carried over to Windows 11. To install Bash, open Windows Terminal as an admin. You can do this by right-clicking the Windows icon and selecting “Windows Terminal (Admin)” from the power user menu. (If you’re on Windows 10, you may see it listed as “Windows Powershell (Admin)” in the menu.) Run Windows Terminal as an admin In Windows Terminal, run this command: wsl --install The command to install WSL Windows will then begin downloading and installing Virtual Machine Platform, Windows Subsystem for Linux, WSL Kernel, and GUI App Support. It will also download Ubuntu, but will install it after a re...

The Best Free Tools for Encrypting your Data

The Internet world revolves around two important terms:  security  and  privacy . Data encryption is probably the best solution to get both of these necessities, as you can not only password protect your files, but you also have the option of masking and denying the fact that you've got something to conceal. Unfortunately, not everyone can afford to spend money on premium software, so I've decided to offer you a list with the best free encryption tools that you can find on the market. Each of the applications included in this collection is focused on a specific task, so no matter what your encryption needs are, you will most likely find something suitable for your purposes. In case you are completely new to this field, I will start by telling you that encryption is considered to be the most efficient method of keeping your data private. When a file is encrypted, the data inside it is scrambled and only someone with the right password (and the same encryption applica...