Skip to main content

Ubuntu 18.04 LTS (bionic beaver)


Hey! Ubuntu lovers 😊 your next buddy, Ubuntu 18.04 LTS (bionic beaverwill release on next 26th of April 2018. There are many new features in this Ubundu 18.04.Okay... Let's see some new features in Ubuntu 18.04 LTS.

ubuntu 18.04 default wallpaper


  1.  New Ubuntu 18.04 has GNOME 3.28
  2.  It has a better boot speed.
  3. It has a new minimal installation option.
  4. Using PPA in new Ubuntu 18.04 is slightly easy.
  5. New look in file manager.
  6. New installer for Ubuntu 18.04 Server edition.
  7. Native support for color emojes.
  8. The proposed brand new themes and icon developed by the community will no longer be the default.
  9. Default new applications.
    • Some of the are,
      • Video player/Music Player        VLC
      • IDE                                            Visual Studio Code
      • Video Editor                              Kdenlive
      •  Screen Recorder                       Open Broadcaster Software (OBS)
      • Email Client                              Thunderbird
      • Text Editor                                gedit
      • Office Suite                               LibreOffice
      • Browser                                     Mozilla Firefox
      •  Photo Viewer                            Shotwell
      • Terminal                                    GNOME Terminal
      •  PDF Reader                              Evince
      • Photo Editor                              Gimp
      • IRC/IM                                      Pidgin
      •  Calendar                                   GNOME Calendar
What do you think about this new Ubuntu 18.04 LTS (Bionic Beaver).... Comment below :)

Comments

Popular posts from this blog

Find area of Shapes using Scala

def areaOfShapes(): Unit ={ var choice:Int= 0 var r:Int= 0 var l:Int= 0 var w:Int= 0 var b:Int= 0 var h:Int= 0 var area:Float= 0 println ( "Input 1 for to Calculate Area of Circle" ) println ( "Input 2 for to Calculate Area of Rectangle" ) println ( "Input 3 for to Calculate Area of Triangle" ) print ( "Please Input Your Number :" ) choice=scala.io.StdIn.readInt() choice match { case 1 => print ( "Input radious of circle :" ) r=scala.io.StdIn.readInt() area=( 3.14 *r*r).toFloat case 2 => print ( "Input length of rectangle :" ) l=scala.io.StdIn.readInt() print ( " \n Input width of rectangle :" ) w=scala.io.StdIn.readInt() area=(l*w).toFloat case default => print ( "Input base of triangle :" ) b=scala.io.StdIn.readInt() print ( " \n Input height of triangle :" ) h=scala.io.St...

Deepin Linux

My first JAVA project

My first JAVA business management software. This software was designed  for first semester project at IJSE.