Start by seeing if the device is detected: $ lsusb Next find the full path of your usb to console cable. $ sudo dmesg | grep tty This will give you full device path. For example: /dev/ttySUSB Next install screen if you do not already have it on your system. $ sudo apt-get install screen […]
Articles Tagged: 7
Installing VMware Tools
This also use to be a huge pain, but now with CentOS 7 it is very easy. Just run: $ yum install epel-release $ yum install open-vm-tools