Search:

Type: Posts; User: apices

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,365

    Mikey, It depends on the VM's network...

    Mikey,

    It depends on the VM's network settings. If you have your VM is set to bridge network then the VM is not protected. If it is set to NAT, you should be fine. I always like to double check,...
  2. Replies
    4
    Views
    27,090

    Cool.. I wrote a script to toggle it on or off ...

    Cool.. I wrote a script to toggle it on or off


    #!/bin/bash

    currentMode=$(cat /proc/sys/vm/laptop_mode)

    if [ $currentMode -eq 0 ]
    then
    echo "5" > /proc/sys/vm/laptop_mode
  3. Thanks, looks much better!

    Thanks, looks much better!
Results 1 to 3 of 3