by Pericror | Jul 3, 2017 | Software Development
The terminal in your flavor of Linux comes with various useful commands to interact with your OS without a gui. In this post we will be providing a brief overview of practical & essential commands you can expect to use when working in a Linux environment. This...
by Pericror | May 25, 2017 | ServiceNow, Tips
At Knowledge17, we got to talk to ServiceNow product management regarding the big new features expected for the Jakarta release of ServiceNow Express. We’ve taken this information, and overlayed it with screenshots and resources found on the Enterprise version...
by Pericror | Apr 28, 2017 | Software Development
This short guide will show you how to clone your git repository on Github onto your Linux Machine. Setting up version control in your development environment is a crucial step to successful software development. 1. To access our remote GitHub repository locally, we...
by Pericror | Apr 28, 2017 | Software Development
This tutorial requires the following downloads: Oracle VM VirtualBox (available for download here: https://www.virtualbox.org/wiki/Downloads) A Linux .iso file (I use 64 bit Linux Mint, available here: https://www.linuxmint.com/download.php) It is useful for any...
by Pericror | Apr 19, 2017 | ServiceNow, Tips
New Record (Default) Values When creating new records, setting user reference fields or date time fields to current values are very common. The opened by and opened at fields are great examples of this. But what if you want to add this same logic to new fields you...