Posts

Docker Notes

Image
1. Pull a Docker Container with/without tags. By default, Docker will pull the :latest image. Pull The busybox image from here: hub.docker.com docker pull busybox // same thing as latest docker pull busybox:latest docker pull busybox:1.24 2. Run a docker container docker run -i -t busybox:1.24 // pops an interactive shell docker run -it busybox:1.24 // same thing, switch -it combined docker run -name hello_world busybox:latest echo hello // runs it for a second 3. List Running Containers docker ps -OR- docker container list 4. Running a Container with Port docker run -it -p 8080:8080 tomcat:8.0 - OR - docker run -d -it -p 8080:8080 tomcat:8.0 //detached mode // runs in background docker logs 33929010101010101 // get logs for -d 5. Save changes to Container docker ps -a (copy short Container ID) docker commit 4b6df73fb04a amanda/debian:1.00 sha256:5e38921b9a8ff1980a31d711a008db522f9f24feeda167b6a75501ccb9d925bd docker images 6. DockerFiles A Dock...

Shawnee Lookout and Miami Trails Ohio

Image
Favorite Photo - Miami University Trail by Dewitt Cabin I traveled to Cincinatti on May 30-31 2021. My right foot has been hurting since 5 days ago. It hurts to walk, but not when running. Its poetic INjustice since the last time I was at Miami, I left with a car hitting me and on crutches in 2016. I was a student at Miami for 1 semester and thats all I could take of it lol. I remember Miami having extremely nice trails. When you breathe the air, its different . Its SO clean! I parked at DeWitt because its free and I don't want another $70 parking ticket from Miami. All the paths I ran on were undiscovered by past me. The one trail I wanted to go on, I couldn't find in time. After 5 miles, I couldn't walk/run no more. Shawnee Overlook was my main attraction. I completed all the trails. Below is a ranking: Little Turtle Trail (Best Run) 2.0 Miles Miami Fort Trail (Best View) 1.4 Miles Blue Jacket Trail (Open Fields) 1.25 Miles Miami doesn't have a trai...

Castlewood State Park Missouri

Image

OSINT Geolocation Training

Image
Challenge #1 Hard Location: Merchant and Trade North Carolina Learnings: Just because a building is missing in Google Maps and Earth, doesn't mean its not there in real life. Maps can have a few months lag time before being updated again. In this example, the blue skyscraper is missing from both. View -> Sun to enable Sun on Google Earth Double Click Clock object if buildings look flat Pictured provided by TheCyberMentor: post here Show/Hide Challenge #2 Easy Location: New York Learnings: Hold down CTRL to change viewing angle in Google Earth. Those small towers are called pencil towers Pictured provided by Christiaan Triebert: post here Show/Hide