Skip to content
View tavy315's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report tavy315

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
tavy315/README.md

Hi there 👋

Octav Most used languages

Pinned

  1. tvmaze-api tvmaze-api Public

    Forked from rewrewby/tvmaze-API

    An easier way to interact with TVMaze's endpoints. Developed in PHP.

    PHP 2 1

  2. Enable GZip compression & Leverage b... Enable GZip compression & Leverage browser caching
    1
    AddDefaultCharset UTF-8
    2
    
                  
    3
    Options -Indexes
    4
    
                  
    5
    <IfModule mod_deflate.c>
  3. This script will loop over each user... This script will loop over each user name listing out their crontab
    1
    #!/bin/bash
    2
    for user in $(cut -f1 -d: /etc/passwd); do echo $user; crontab -u $user -l; done
  4. space2.bash space2.bash
    1
    #! /bin/bash
    2
    
                  
    3
    if [ "$1" == "" ]
    4
    then
    5
        echo -e -n "\E[36mUsage:\E[32m ./`basename $0` \E[33mdirectory \E[0m"