Skip to content

Instantly share code, notes, and snippets.

View Tyler-Pritchard's full-sized avatar

Tyler Pritchard Tyler-Pritchard

View GitHub Profile
The head tag is used for holding Meta information, title, links, etc. and is not displayed on the page. The header tag is used within the body of the website and can be used multiple times if required, e.g. to determine the top of an article.
Head: contains "meta-data"
met·a·da·ta
/ˈmedəˌdādə,ˈmedəˌdadə/
noun
a set of data that describes and gives information about other data.
Anchor tag help: https://en.ryte.com/wiki/Anchor_Tag
ViT Feb 2020 Day 2
Things to know:
-Git
-Repository
-Commits
-Cloning
-Pushing/Pulling
@Tyler-Pritchard
Tyler-Pritchard / hacking_notes
Last active February 8, 2024 19:06
Ethical Hacking From Scratch Course Notes
SETTING UP THE VIRTUAL MACHINE
-Install VirtualBox
-Install Kali-Linux machine from downloaded from https://www.offensive-security.com/kali-linux-vm-vmware-virtualbox-image-download/
-DO NOT use "VMWare Images", select "VirtualBox Images" on section's tab
-Confirm use of NAT network in network settings
-Login: root, PW: toor
-Take snapshot, "Fresh Install"
-Launch Kali cli, run "apt-get update"
@Tyler-Pritchard
Tyler-Pritchard / README-Template.md
Created January 17, 2019 03:34 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites