Posts

Showing posts from January, 2022

Install LibreOffice

Image
  How to Install LibreOffice    The default LibreOffice office suite reached the new major 6.2 released a few days ago. Here’s how you can install it in Ubuntu 18.04, Ubuntu 16.04, Linux Mint 18/19, and derivatives.According to  Libreoffice 6.2 release  note, the new release brings new icon themes and app icons, better KDE integration, reworked image handling, improvements to Excel 2003 XML import, continued GTK3/GNOME improvements, and more. How to Install LibreOffice 6.2 via Snap in Ubuntu: While LibreOffice PPA is not ready for the new release at the moment, you can install the snap package in Ubuntu 18.04 and/or Ubuntu 16.04 easily via following steps.Snap is containerized software package, designed to work securely within most Linux desktop. It bundles all its dependencies and auto-updates itself. To install LibreOffice 6.2 snap, simply open Ubuntu Software, search for and install the first ‘libreoffice’ package from Snappy store. Or open terminal (Ctrl+Alt...

Header on DSpace JSPUI interface

Image
  Customised header on DSpace JSPUI interface Prepare a header image and place in Dspace folder e.g.  cp header.png /opt/tomcat/webapps/jspui/image Hide Dspace brand heading Open header-default.jsp file using Terminal. Apply following commands, sudo su gedit  /opt/tomcat /webapps/jspui/layout/header-default.jsp Find following lines  </header> <main id="content" role="main"> <div class="container banner">     <div class="row">         <div class="col-md-9 brand">             <h1><fmt:message key="jsp.layout.header-default.brand.heading" /></h1>             <fmt:message key="jsp.layout.header-default.brand.description" />         </div>         <div class="col-md-3"><img clas...