Posts

Showing posts from October, 2013

VMware Fusion CentOS guest console resolution

Edit /etc/grub.conf and add vga=791 or vga=788 option to the end of the kernel line for your relevant kernel. vga options here

Command line restart of dsmcad service on OS X

From here To start the client acceptor daemon use the following command: sudo /sbin/SystemStarter start dsmcad To restart the client acceptor daemon use the following command: sudo /sbin/SystemStarter restart dsmcad To stop the client acceptor daemon use the following command: sudo /sbin/SystemStarter stop dsmcad