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 […]
Tag: System Administration
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 […]
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 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 […]
BMC Remedy AR System Server – 9.x – AREA Configuration with TLS, Import SSL certificate
Does Remedy support TLS protocol? Remedy works with TLS protocol since the time it has become serverj. Thus now Remedy can work with SSL or TLS. How to create keystore and import the certificate to configure Remedy with SSL/TLS?General Steps:1. […]
Install and run Xscreensaver over elementary OS
Select and install: xscreensaver, xscreensaver-data, xscreensaver-data-extra, xscreensaver-gl, and xscreensaver-gl-extra sudo apt-get install xscreensaver -y sudo apt-get install xscreensaver-data xscreensaver-data-extra -y sudo apt-get install xscreensaver-gl xscreensaver-gl-extra -y Configure xscreensaver as a startup application: mkdir -p ~/.config/autostart echo “[Desktop Entry] Type=Application Exec=xscreensaver […]
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 […]
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 […]
Application autostart on Synology NAS boot
To get an application to automatically start when you boot your Synology NAS: SSH into your synology & login as admin or root $ cd /volume1/application Create “application.conf” file using the following code # only start this service […]