Skip to content
View unixjunk1e's full-sized avatar

Block or report unixjunk1e

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. grav-sites-enable.sh grav-sites-enable.sh
    1
    #!/usr/bin/env bash
    2
    # Useful for flipping on Grav admin plugins in shared hosting
    3
    # If the admin folder is not readable, a not-found error 
    4
    # results in the browser
    5
    exec 3>&2
  2. grav-sites-disable.sh grav-sites-disable.sh
    1
    #!/usr/bin/env bash
    2
    # Useful for flipping off Grav admin plugins in shared hosting
    3
    # If the admin folder is not readable, a not-found error 
    4
    # results in the browser
    5
    exec 3>&2
  3. upsidedown.pl upsidedown.pl
    1
    #!/usr/bin/env -S perl -w 
    2
    # upsidedown.pl - yet another script to print text upside down..
    3
    # free to use, free to share..
    4
    
                  
    5
    use strict;
  4. ffmpeg-html5-v2.sh ffmpeg-html5-v2.sh
    1
    #!/usr/bin/env bash
    2
    VER="0.2"
    3
    while getopts 'hi:o:t:' a
    4
    do
    5
            case $a in
  5. Perl example to fetch and show an RS... Perl example to fetch and show an RSS feed. HTML source code is passed through (decoded)
    1
    #!/usr/bin/perl -w 
    2
    # License: I defer to Perl's 
    3
    #  "This program is free software; you can redistribute it and/or modify it 
    4
    #   under the same terms as Perl itself." usage and license. 
    5
    #
  6. CVE-2023-48795-linux-bsd-infolist.txt CVE-2023-48795-linux-bsd-infolist.txt
    1
    ssh-CVE-2023-48795
    2
    
                  
    3
    NIST info
    4
        https://nvd.nist.gov/vuln/detail/CVE-2023-48795
    5