1
1
Fork 0

added start_vmware and flash

This commit is contained in:
david 2017-11-01 14:10:32 +01:00
parent c4d5f6963e
commit 61e951051c
2 changed files with 19 additions and 0 deletions

10
flash_scrolllock.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
# Flash the Scroll Lock LED
while [ true ]; do
xset led named 'Scroll Lock'
sleep 0.3
xset -led named 'Scroll Lock'
sleep 0.3
done

9
start_vmware.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
# Start local VMWare services and set permissions to vmnet0
sudo /etc/init.d/vmware start
sudo chgrp sudo /dev/vmnet0
sudo chmod g+rw /dev/vmnet0