Skip to content

Instantly share code, notes, and snippets.

View tntclaus's full-sized avatar

Klaus Schwartz tntclaus

  • eRaga Infosystems
  • Russia, Moscow
View GitHub Profile
#!/bin/bash
DEVICE=$1
if [ -z "$DEVICE" ]
then
echo "Provide device path"
exit 0
fi
echo "Device: $DEVICE"
echo "fio -ioengine=libaio -sync=1 -direct=1 -name=test -bs=4k -iodepth=1 -rw=write -runtime=60"
@tntclaus
tntclaus / PVE-HP-ssacli-smart-storage-admin.md
Created March 18, 2023 09:37 — forked from mrpeardotnet/PVE-HP-ssacli-smart-storage-admin.md
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

@tntclaus
tntclaus / generateAndroidDrawables.sh
Last active November 1, 2023 18:24
Simple Android drawable image resource generator script with specified DP with ImageMagic or Inkscape
#!/bin/sh
# Example usage:
# ./generateAndroidDrawables.sh my_image.png 140 /absolute/path/to/android/res/drawables
#
# Will generate 140dp android drawables for 6 DPI on out/my_image.png/ directory.
# Be sure your original image has sustainable resolution for xxxhdpi drawable,
# which is 140 x 4 PX in case of this example.
#
# Requires ImageMagic
# SVG conversion recommended to be done with Inkscape: