# lightstar **Repository Path**: Timithy/lightstar ## Basic Information - **Project Name**: lightstar - **Description**: Makes it easier for you to control compute resource. - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-02-26 - **Last Updated**: 2021-02-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LightStar [![Build Status](https://travis-ci.org/danieldin95/lightstar.svg?branch=master)](https://travis-ci.org/danieldin95/lightstar) [![Go Report Card](https://goreportcard.com/badge/github.com/danieldin95/lightstar)](https://goreportcard.com/report/danieldin95/lightstar) [![GPL 3.0 License](https://img.shields.io/badge/License-GPL%203.0-blue.svg)](LICENSE) This software makes it easier for you to control compute resource. # CentOS7 ## Check Intel VT-x or AMD-V lscpu | egrep '(vmx|svm)' ## Disable SElinux firstly cat > /etc/sysconfig/selinux <