https://github.com/danieldin95/lightstars
Makes it easier for you to control virtual resource.
https://github.com/danieldin95/lightstars
cloud golang kvm libvirt linux web-manager
Last synced: 17 days ago
JSON representation
Makes it easier for you to control virtual resource.
- Host: GitHub
- URL: https://github.com/danieldin95/lightstars
- Owner: danieldin95
- License: gpl-3.0
- Created: 2019-03-01T08:14:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T05:38:19.000Z (over 1 year ago)
- Last Synced: 2025-05-07T03:44:58.024Z (17 days ago)
- Topics: cloud, golang, kvm, libvirt, linux, web-manager
- Language: JavaScript
- Homepage: http://www.lightstars.xyz
- Size: 12.2 MB
- Stars: 15
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LightStars
[](https://travis-ci.org/danieldin95/lightstar)
[](https://goreportcard.com/report/danieldin95/lightstar)
[](LICENSE)This software makes it easier for you to control virtual compute, network and storage resource.



# CentOS7
## Check Intel VT-x or AMD-V
lscpu | egrep '(vmx|svm)'
## Disable SELinux firstly
cat > /etc/sysconfig/selinux <