Skip to content

Instantly share code, notes, and snippets.

View Ne00n's full-sized avatar

Ne00n

  • Location Location Location
View GitHub Profile
@fr3qu3ncy
fr3qu3ncy / scprime.service
Created January 17, 2022 17:25
ScPrime run spd as a daemon with systemd service on Linux
# This is a SystemD unit file for the ScPrime daemon
# To configure:
# - Update the user and group that the service will run as (User & Group below)
# - Ensure that the spd and spc binaries are in /var/opt/scprime/latest-version/ and is named spd
# (or edit the ExecStart and ExecStop lines below to reflect the name and location of your binary)
# - Ensure that you've set SCPRIME_WALLET_PASSWORD to your wallet password)
#
# To use:
# - Place this file in /etc/systemd/system/ or wherever your SystemD unit files are stored
# - Run systemctl daemon-reload
@mrpeardotnet
mrpeardotnet / PVE-HP-ssacli-smart-storage-admin.md
Created November 25, 2019 22:10
HP Smart Storage Admin CLI (ssacli) installation and usage on Proxmox PVE (6.x)

HP Smart Storage Admin CLI (ssacli) installation and usage on Proxmox PVE (6.x)

Why use HP Smart Storage Admin CLI?

You can use ssacli (smart storage administrator command line interface) tool to manage any of supported HP Smart Array Controllers in your Proxmox host without need to reboot your server to access Smart Storage Administrator in BIOS. That means no host downtime when managing your storage.

CLI is not as convenient as GUI interface provided by BIOS or desktop utilities, but still allows you to fully manage your controller, physical disks and logical drives on the fly with no Proxmox host downtime.

ssacli replaces older hpssacli, but shares the same syntax and adds support for newer servers and controllers.

Installation

@chriswayg
chriswayg / Ubuntu_Debian_Cloud_images_in_Proxmox.md
Last active July 25, 2024 13:34
Ubuntu and Debian Cloud images in Proxmox