An LDAP integration allows your instance to use your existing LDAP server as the master source of user data. This article is a supplement to the ServiceNow documentation. For full documentation please see the ServiceNow Documentation Please note that it […]
Tag: Knowledge Base
How to add USB devices to a VirtualBox VM
Here’s how you enable USB support for for your VM. Just be sure that your system account is part vboxusers system group! You’ll get a list of connected USB devices. Take note of the vendorid and productid of the device […]
Start a VirtualBox VM on boot with Systemd
1. Add your user to vboxusers group. sudo usermod -a -G vboxusers $USER 2. Systemd template unit to start and stop VirtualBox VMs The systemd template unit to start and stop a VirtualBox VM when booting up and down a […]
Black Screen when running Kodi over Raspberry Pi 4
Apparently this applies to TVs too old to have CEC. You can fix this problem by adding these configuration in config.txt. gpu_mem=320force_turbo=0hdmi_ignore_edid=0xa5000080disable_overscan=1framebuffer_width=1920framebuffer_height=1080hdmi_force_hotplug=1hdmi_group=1hdmi_mode=16hdmi_ignore_cec=1 #comment this if yours has CECdtparam=audio=ondtoverlay=vc4-fkms-v3dmax_framebuffers=2
Add Alpha to Logo Features Back to GIMP 2.10
GIMP removed the popular and beloved “Alpha to Logo” features when it rolled out the brand-new GIMP 2.10 To add them back,unpack the zip, put in your Gimp 2.10 profile scripts folder:
How to Setup L2TP VPN Connection in Linux
L2TP (which stands for Layer 2 Tunneling Protocol) is a tunneling protocol designed to support virtual private networks (VPN connections) over the internet. It is implemented in most if not all modern operating systems including Linux and VPN-capable devices. The […]
How to prevent Elemenary OS from sleeping or suspending
Figured this out; the settings in System Settings->Power don’t seem to make any difference, at least on particular BIOS or motherboard or whatever. However, this command will fix the problem and prevent the machine from ever sleeping: sudo systemctl mask […]
Workarround to convert overlay objects into custom
1) Export Base + Overlay in .def format. 2) Delete Base objects in .def file. 3) Delete Base info from .def file. 4) Find and Replace all “90015\2\2\” with “90015\2\4\” from the .def file. 5) Delete all __o sufixes from […]
Automatically passed parameters into a Windows batch file
The following table outlines how you can modify the passed parameter. Parameter Description %1 The normal parameter. %~f1 Expands %1 to a fully qualified pathname. If you passed only a filename from the current directory, this parameter would also […]
Enabling case-insensitive searches with an AR System server 8.1 or 9.x with Oracle
Note: This is a guide provided by Support as a courtesy. There may be better or different ways to set Oracle to case-insensitive and it is up to the DBA Team to perform this Oracle task. Enabling case-insensitive searches with […]