Skip to content
View Yousha's full-sized avatar

Block or report Yousha

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. Shell script to update Linux kernel.... Shell script to update Linux kernel. (Traditionally)
    1
    #!/bin/sh
    2
    
                  
    3
    # Prepare.
    4
    set -o nounset  # Abort on unbound variable.
    5
    set -o pipefail # Non-POSIX - Don't hide errors within pipes.
  2. dbalite dbalite Public

    A lightweight DBAL(Database Abstraction Layer) library for PHP.

    PHP 1

  3. php-security-linter php-security-linter Public

    A PHP tool to lint PHP files for security issues based on CIS and OWASP best practices.

    PHP

  4. SlackBuilds SlackBuilds Public

    Slackware Linux SBO packages.

    Shell

  5. slacksecchk slacksecchk Public

    Audit Slackware Linux security against CIS/NSA/DISA STIG benchmarks.