Apache Guacamole SSH Key Generation Apache Guacamole is a RDP/VNC/SSH Client for your web browser. SSH keys created by ssh-keygen contains an unsupported header: -----BEGIN OPENSSH PRIVATE KEY----- The existing discussions on the web don't show
Expo Adaptive App Icon Developing an Android app using Expo, you may find that your application icon doesn't scale correctly and appears cut off or not centered properly. You should start with a source icon that is
ServiceNow Service Portal - Custom Header Color in sub-production It's a good idea to set a separate color on non-production environments so you always know when you're in a production environment.
ServiceNow and Ctrl+S When editing ServiceNow Script records, like Script Includes or Client Scripts, you might have used the Ctrl+S shortcut to attempt to save your work, only to get your browsers "Save Webpage" popup.
Overriding a ServiceNow Angular Directive The requirement is to make a Service Portal Reference Field use the "CONTAINS" operator rather than "STARTSWITH" when searching for reference items within existing Catalog Items. There's a few examples of people trying
Cloudron Integrating Ghost with Talk (Coral Project) In order to accept comments on a Ghost blog, you need to use a separate service to manage the comments stream, such as Disqus, NoteBB or Facebook comments. Out of these, only NodeBB
ServiceNow Applying Global CSS to Notifications Notifications, probably our favorite thing in ServiceNow to configure, right? When it comes to applying styles into notifications, the notification content editor can apply font sizes and text colors, but the majority of
ServiceNow Multipart Upload from ServiceNow I recently created an integration to upload attachments from ServiceNow to a remote REST web service, that only accepts multipart file uploads. This all needed to happen from within a scoped application, so
ServiceNow Dynamic Form-Field (Jelly UI Macro) Sometimes there will be a requirement to show a dynamic "field" on a form. This could be used to show custom UI for the current user or for the record. From the technical
ServiceNow ServiceNow Back Button Enhancement Lots of developers I know have been frustrated by the Back button in ServiceNow redirecting them to unexpected places, sometimes going to the last page, and sometimes returning to a new record. This
ServiceNow Integrating ServiceNow with Microsoft Teams I was recently tasked to develop an integration with Microsoft Teams for pushing notifications of new, and scheduled changes plus high-priority incidents into a Microsoft Teams team. This is a rather trivial REST