버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...

https://github.com/dainok/unetlab-kernel/blob/master/patches/transparent-bridge.patch

UUID

UUID in your PNETLab box

http://<YOUT_PNETLAB_IP>/store/public/admin/users/offline

Image Added

UUID of your boxes registered in PNETLab Portal

온라인모드 활성화 하면 user.pnetlab.com 에 UUID가 기재됨

https://user.pnetlab.com/auth/multi_access/boxs

Image Added

UUID check code

https://github.com/pnetlab/pnetlab_main/blob/main/store/app/Helpers/Box/License.php#L86

코드 블럭
languagephp
    public static function get_uuid(){
        return exec("sudo dmidecode --string system-uuid");
    }