Posted On March 31, 2019

Ideas for Open Source SAN using local storage

kimconnect 0 comments
blog.KimConnect.com >> Linux >> Ideas for Open Source SAN using local storage
Use a server with local drives
Set up Raid 0
Install “SheepDog on Centos/Ubuntu’s KVM” (future with VMware and Xen) plus “Corosync”
Install ESX
Use unattended.sourceforge.net to install Windows images
Thin Client: “thinstation” or “ltsp” that supports ICA/RDP

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Useful Linux Command Aliases

# Create an alias command lsn to display files with numerical representation of schmod permissions…

Ubuntu: Install VMWare WorkStation

Easy. Run these three commands: wget -O ~/vmware.bin sudo apt install build-essentialsudo bash ~/vmware.bin Output:…

Useful Ubuntu Settings for VNC

# Disable screensaver Ubuntu (Gnome) gsettings set org.gnome.desktop.screensaver lock-enabled false # Purge screensaver and update…