Skip to content
View pseudokool's full-sized avatar

Block or report pseudokool

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

    Generates config files for SSH, for cloud platforms such as AWS, Azure, GCP, Linode etc.

    Python

  2. no7ify no7ify Public

    no7ify is a simple python email and sms notification script.

    Python

  3. A few useful Linux commands #quickref A few useful Linux commands #quickref
    1
    ## Copy
    2
    all files and folders from *Downloads* to *Archived*
    3
    ```
    4
    cp -a ~/Downloads/. ~/Archived/
    5
    ```
  4. Desktop (GUI) mode for Ubuntu 16.04 ... Desktop (GUI) mode for Ubuntu 16.04 on AWS EC2
    1
    # Ubuntu 16.04 on AWS EC2
    2
    
                  
    3
    This guide enables desktop mode in Ubuntu 16.04 (Xenial Xerus) running off an AWS EC2.
    4
    
                  
    5
    
                  
  5. aws-secgroup-helper aws-secgroup-helper Public

    CLI replacement to replace having to update ingress/egress rules in AWS security groups via the web console.

    Shell 1

  6. create-subdomain-on-aws-ec2.sh create-subdomain-on-aws-ec2.sh
    1
    # Create a subdomain on AWS EC2 (Apache2)
    2
    
                  
    3
    sudo mkdir -vp /var/www/vhosts/myapp.io/httpdocs
    4
    sudo chown -R ec2-user:apache /var/www/vhosts/myapp.io/httpdocs
    5
    mkdir -vp /var/www/vhosts/myapp.io/logs