Skip to content
View TomCan's full-sized avatar

Organizations

@Intracto

Block or report TomCan

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. mod_request_limit mod_request_limit Public

    mod_request_limit (ModReqLimit for short) is an Apache 2.4 module to selectively rate-limit requests.

    C 1 1

  2. iodigital-com/SecretSanta iodigital-com/SecretSanta Public

    Secret santa is the #1 online gift exchange organizer. https://www.secretsantaorganizer.com

    PHP 125 62

  3. Intracto/combell-api Intracto/combell-api Public

    A client implementation of the Combell shared-hosting API

    PHP 6 4

  4. resize partition after hd expand.sh resize partition after hd expand.sh
    1
    # in case of VM and live update of harddisk size, first rescan scsi bus to refect changes
    2
    for DEV in `ls -1 /sys/class/scsi_device/`; do echo 1 > /sys/class/scsi_device/$DEV/device/rescan; done
    3
    
                  
    4
    # resize partitions, assumes /dev/sda2 is extended and /dev/sda5 is logical in /dev/sda2
    5
    parted /dev/sda
  5. AcmeClient AcmeClient Public

    PHP Acme Client library

    PHP 1 1