General

Gallery Widget

Install Oracle Java 8 on Ubuntu 16.04

Simply run the following three commands in your terminal: sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer You will be asked to accept the terms and conditions, and…

Continue reading
0 Comments

Add HTML signature to OTRS

OTRS provides basic text signatures, which really aren’t great. So here’s how to enable HTML signatures in OTRS: Edit the following file using Nano: sudo nano /opt/otrs/var/httpd/htdocs/js/Core.UI.RichTextEditor.js Search for **extraAllowedContent **by pressing…

Continue reading
0 Comments