Skip to content
View si458's full-sized avatar

Sponsors

@supersuade
@brianmillum
@robclay
@PTR-inc
@sysopdm
Private Sponsor
@risturiz
@marclaporte
@dinger1986
@InnovoMagicCube
@fernandogobah
@twofatmonkeys
Private Sponsor
Block or Report

Block or report si458

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Ylianst/MeshCentral Ylianst/MeshCentral Public

    A complete web-based remote monitoring and management web site. Once setup you can install agents and perform remote desktop session to devices on the local network or over the Internet.

    HTML 3.4k 495

  2. zpush zpush Public

    zpush Dockerfile

    Shell 2

  3. ubuntu_install_stuff ubuntu_install_stuff
    1
    #!/bin/bash
    2
    
                  
    3
    echo Starting ...
    4
    
                  
    5
    echo Setting Variables ...
  4. changeexe changeexe Public

    Change the icon and versioninfo of executable files

    JavaScript 7 1

  5. build script for pkg with icon and m... build script for pkg with icon and metainfo
    1
    if (process.argv[2] == undefined) process.exit(0);
    2
    if (process.argv[2] == "") process.exit(0);
    3
    const { pkg_fetch_version, node_version, pkg_cache_path, icon, version, description, company, name, copyright, file } = require(`./${process.argv[2]}.json`);
    4
    const ResEdit = require('resedit');
    5
    const path = require("path");
  6. HP Smart Storage Admin CLI (ssacli) ... HP Smart Storage Admin CLI (ssacli) installation and usage on Proxmox PVE (7.x)
    1
    # HP Smart Storage Admin CLI (`ssacli`) installation and usage on Proxmox PVE (7.x)
    2
    
                  
    3
    ## Why use HP Smart Storage Admin CLI?
    4
    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.
    5