• Stars
    star
    1
  • Language
    Python
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is a simple python script and it's used for mp4 type video downloading from youtube. also, it's used inbuilt python module "pytube". Furthermore, I know we have so many apps and online websites to do the same thing so it's just an experiment to study how to do those things in python.

More Repositories

1

dns-lookup-bash-script

It's a bash script to show a complete DNS lookup of a domain and it might be useful for Linux system/support engineers who handled client support. I believe it helps for these guys to troubleshoot or easy way to find all the details in a single click.
Shell
11
star
2

AWS-Lambda-Cost-Optimization-with-Terraform

This is a terraform script for coast optimization using lambda. So, this script can set up a cron(schedule) to start and stop ec2 servers. So, if we need to work a server like an office time like 9:00 AM to 7:00 PM so we can save our time for the start and stop.
HCL
10
star
3

retention-based-cleanup-script

It's a bash script and it's used to clean files with retention period. So, it might be useful to clear large-scale backup storing servers to delete these files with a particular retention period. I just built the same script with 3 ways of working.
Shell
7
star
4

docker-deployment-from-playbook

It's just an ansible playbook and that the playbook installs docker and deploys a nodejs container through that playbook, all that plays are using with inbuilt ansible modules.
6
star
5

log-analyzer-pyscript

It's just a python script for analyzing our access log which log were we entered into the script then we can find most hitting IP address and corresponding location.
Python
5
star
6

terraform-sagemaker-notebook

It's just a terraform code for build a sagemaker notebook instance infrastructure to an AWS account. The code created a sagemaker notebook instance and needful things with a click. Maybe it's helpful to ML/DE Engineers.
HCL
5
star
7

nodejs-dockerfile

It's a sample Dockerfile. Also, it's creating a small size container that includes nodejs with a sample hello world. Maybe it's helpful for beginners.
JavaScript
4
star
8

rabbitmq-ubuntu

It's a simple bash script used for the installation of RabbitMQ and it's completely automated with a bash script
Shell
4
star
9

Terraform_installation

it's a sample bash script for compiling the latest terraform as of now Because if you have tried to install terraform via built-in repo it was old so that's why I just try to automate that latest installation.
Shell
4
star
10

terraform_vpc

Terraform is a tool for building infrastructure with various technologies including Amazon AWS, Microsoft Azure, Google Cloud, and vSphere.
HCL
3
star
11

backup-to-s3-pyscript

It's a simple python script to take backup of directories (compressing) then the same to move your mentioned S3 bucket with the help of AWS IAM User.
Python
3
star
12

backup-to-s3-bashscript

Here it's a bash script that needs to use this script simply create a directory backup and moved that compressed backup file to a configured S3 bucket with the help of bash script and AWS IAM User with S3 full access. I have added a new feature the script will be suitable for the ubuntu/RedHat repository and the script will install the dependencies as itself. So, let's roll down
Shell
3
star
13

SageMaker-Notebook-Instance-AutoShutDown

This is a terraform script and it includes a python script that we can use to shutdown sagemaker notebook instances using the lambda function with tags. Also, terraform creates a cloudwatch trigger for lambda, and which that time you can assign whenever you want.
HCL
3
star
14

CloudFormation-stack-deployment-through-Terraform

This is a combined infrastructure deployment using AWS CloudFormation and Terraform. Also, you guys have a doubt why used both at the same time. Because I just tried to deploy a CloudFormation stack through terraform. Hence, we can avoid automating AWS manual CloudFormation selection and related steps as well, and also, we can simply use the same in a CI/CD pipeline that isn't AWS CodePipeline. Furthermore, you can use that CloudFormation code directly through the AWS console so you can skip terraform that if you don't need it. In addition, I had provided both console and terraform steps in README so please read the same and do with good practice.
HCL
3
star
15

docker-build-and-push-through-ansible

It's just an ansible playbook and that the playbook installs docker and build a nodejs image from a docker file and that docker file fetched from an another repository and after then that image push to your docker hub. I just do this for those who studied ansible and docker from scratch that kind of guy can helpful. It's just creating a docker image through ansible and then pushing that same to the Docker hub.
3
star
16

packer-ami

Packer is a tool for build a golden image also packer is lightweight. As of here, I have used to provision the image using an ansible script, and you guys use these additional options like a shell.
HCL
2
star
17

buildah-intro

Buildah is a tool for building OCI-compatible images through a lower-level Coreutils interface. Similar to Podman, Buildah doesn't depend on a daemon, such as Docker or CRI-O, and it doesn't require root privileges. Buildah provides a command-line tool that replicates all the commands found in a Dockerfile
Dockerfile
2
star
18

official-website

It's just HTML based static website for my own "yousafkhamza.tech (Domain purchased from Hostinger)", I downloaded a template from template flip and I Modified it as per my requirement and I hosted my website on GitHub for lifetime free so this repo is my website server.
HTML
2
star
19

terraform-alb

Terraform is a tool for building infrastructure with various technologies including Amazon AWS, Microsoft Azure, Google Cloud, and vSphere. Here is a simple document on how to use Terraform to build an AWS ALB Application load balancer.
HCL
2
star
20

ansible_infra_making_terraform

The ansible infrastructure is created through terraform (IAC). All the details are fetching through a bash script. So, you don't need to change anything manually all are working automatically but some values are appending with your answer. Also, the infrastructure includes one ansible master server (Constant Redhat Distributer), two ansible client servers (Choosable Redhat/Debian Distributer) please note that both client servers with the same distributor which you opt for. In addition, you can choose both master/client's Instance type would you be like also you can use the infrastructure where you want. Furthermore, Terraform installation is included in the script and It's working with your AWS cloud and your default VPC if anyone needs to connect VPC with the infrastructure please ping me via LinkedIn.
Shell
2
star
21

deploy-key

This is a simple localhost playbook and this playbook works with your AWS IAM user access/secret key. Furthermore, the playbook's actual working is like deploying the same SSH key to all or multiple regions. So, then whether we can use the same key which we used regions so no need to store multiple keys.
2
star
22

ipstack-containerization-with-nginx-lb

It's a sample IP location finding the website and that the website fetched the data from ipstack website. Aso, I have containerized this website and also, I included Nginx and Redis containers. Redis act as a cache and Nginx act as a load balancer server because we are using three ipstack containers for efficient working. Also, you can easily set up these containers in your environment because I wrote the above details as a docker-compose. Furthermore, the website is created using python and it's just a demonstration.
2
star
23

key-pair-rotation

It's an ansible playbook for SSH-Keypair rotation. I write a short brief when we use this: if a customer using a key for which he used all instances in a single key pair. But he needs to change his key periodically with all the instances used in AWS (Also, change the key fingerprint in AWS Console).
1
star
24

others

Own Use
Python
1
star
25

Notification-Ansible

It's a simple playbook for sent a notification through ansible-playbook with the help of Gmail or any email provider
1
star
26

yousafkhamza

The reason we struggle with insecurity is that we compare our behind-the-scenes with everyone else's highlight reel. - Steven Furtick
1
star
27

docker-compose-lamp-wordpress

It's just a sample compose file with WordPress. So, maybe WordPress developers who you guys need to install a WordPress container in one click. Also, it worked with a container so you need to install any other packages with your machine
1
star
28

instagram-profile-pic-downloader-pyscript

This is a python based script that is used to download Instagram profile pictures locally and it's generated an imgbb URL of that profile picture.
Python
1
star
29

wordpress-nginx

A simple wordpress site provision through ansible-playbook. Furthermore, the ansible playbook is installed in complete packages like the lamp. Also, you can create multiple WordPress sites with appending your decision. In addition, the playbook is basically designed for ubuntu 20.04, and it's using Nginx.
1
star