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 […]
Technology
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 […]
How To Install and Use Docker Compose on CentOS
Docker is a great tool for automating the deployment of Linux applications inside software containers, but to really take full advantage of its potential it’s best if each component of your application runs in its own container. For complex applications […]
How To Install and Use Docker on CentOS
Docker is an application that makes it simple and easy to run application processes in a container, which are like virtual machines, only more portable, more resource-friendly, and more dependent on the host operating system. Note: Docker requires a 64-bit […]
How to Install PostgreSQL on CentOS
PostgreSQL is scalable, reliable and accompanied by advanced optimization features. In most cases, people assume advanced optimization and data types are supported by only commercial databases like SQL Server and Oracle. Install PostgreSQL on CentOS using the standard repositories The […]
Setting up SSH Access on Synology storage and Create New Git Repository
Go to the Control Panel > Advanced Mode > Terminal & SNMP. Click the Enable SSH Service option under the Terminal tab. Change your default SSH port, if desired. NOTE: Synology restricts SSH/Telnet connections to members of the Administrators group […]
Common Virtualbox commands to manage VMs
Command to Create VirtualBox virtual machine Replace the DEMO with whatever name you want to give your Virtual machine. VBoxManage createvm –name DEMO –register To Set type Linux and version 64-bit VBoxManage modifyvm DEMO –ostype Linux_64 Set RAM VBoxManage modifyvm […]
How to change/customize Remedy AR System MidTier tab icon in the browser
How to change/customize Midtier tab icon in the browser? If you want to change the default icon of Midtier in the browser tab, follow this instructions: Go to the following path <midtier-folder\resources\standard\images> Look for the favicon.ico or bmcfavicon.ico (depending on version). […]
How To Expand virtual Disk in VirtualBox
When you create a virtual hard disk in VirtualBox, you specify a maximum disk size. If you want more space on your virtual machine’s hard disk later, you’ll have to enlarge the virtual hard disk and partition. Expand VirtualBox Drive […]