Skip to content
View csamsel's full-sized avatar

Sponsoring

@armbian

Organizations

@flowgrind @RWTH-i5-IDSG @ValtechMobility

Block or report csamsel

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 Loading

  1. steve-community/steve steve-community/steve Public

    SteVe - OCPP server implementation in Java

    Java 782 382

  2. flowgrind/flowgrind flowgrind/flowgrind Public

    Advanced TCP traffic generator for Linux, FreeBSD, and Mac OS X

    C 143 37

  3. Revert Ubiquiti NanoStation Loco M2 ... Revert Ubiquiti NanoStation Loco M2 XW/XM to not signed
    1
    Need the following tools: binwalk, squashfs-tools
    2
    
                  
    3
    The tutorial will probably work with similar devices, but i havent tested it.
    4
    Adjust the firmware files.
    5
    
                  
  4. Switch HPE HBA H240 from raid mode t... Switch HPE HBA H240 from raid mode to hba mode.
    1
    # So you want switch your HPE H240 controller to HBA mode for use with ESXi or UnRaid?
    2
    
                  
    3
    # online you'll find the follow command for HP controllers, like the P420i.
    4
    ssacli controller slot=0 modify hbamode=on 
    5
    
                  
  5. Increase btrfs gpt partition after e... Increase btrfs gpt partition after enlarging the virtual drive
    1
    oxygen-system-vm ~ # fdisk -l /dev/sda
    2
    GPT PMBR size mismatch (41943039 != 62914559) will be corrected by w(rite).
    3
    Disk /dev/sda: 30 GiB, 32212254720 bytes, 62914560 sectors
    4
    Units: sectors of 1 * 512 = 512 bytes
    5
    Sector size (logical/physical): 512 bytes / 512 bytes
  6. activate power management on sas drives activate power management on sas drives
    1
    # disable background scan (might prevent standby)
    2
    sdparm --quiet --clear=EN_BMS --save /dev/disk/by-id/scsi-?????????????????
    3
    # enable standby (powers down drive motor)
    4
    sdparm --flexible --quiet --save -p po --set=STANDBY=1 /dev/disk/by-id/scsi-?????????????????
    5
    # set standby to 30min