yanryan_'s profile picture. I'm the best you ever had (•̯͡.•̯͡)

find me on http://steamcommunity.com/id/10ztok

Prihatmanda, Ryan Akbar

@yanryan_

I'm the best you ever had (•̯͡.•̯͡) find me on http://steamcommunity.com/id/10ztok

Pinned

One day, Suzuki Vitara + 14BT Engine Aamiinn


Prihatmanda, Ryan Akbar reposted

Cybersecurity popular tools

cyber_razz's tweet image. Cybersecurity popular tools

Prihatmanda, Ryan Akbar reposted

Git Commands✅ Save it for future 🔖 1/n

BharukaShraddha's tweet image. Git Commands✅

Save it for future 🔖

1/n

Prihatmanda, Ryan Akbar reposted

🚨 1 COMMAND TO MAP A NETWORK (AUTHORIZED TESTING) 🧠 Advanced Nmap Recon + Grep Filtering + Banner Fingerprinting nmap -n -Pn -sS -sV -p80 --open --script=banner -T5 192.168.1.0/24 -oG - | grep 'open' | grep -v 'tcpwrapped' 🧠 Nmap recon + service fingerprinting + clean…

TheMsterDoctor1's tweet image. 🚨 1 COMMAND TO MAP A NETWORK (AUTHORIZED TESTING)

🧠 Advanced Nmap Recon + Grep Filtering + Banner Fingerprinting

nmap -n -Pn -sS -sV -p80 --open --script=banner -T5 192.168.1.0/24 -oG - | grep 'open' | grep -v 'tcpwrapped'

🧠 Nmap recon + service fingerprinting + clean…

Prihatmanda, Ryan Akbar reposted

Cybersecurity is not hacking movies 🎯 These are the REAL tools used by professionals 👇 🔴 Red Team – Att**k & Ex***itation 🔵 Blue Team – Defense & Monitoring 🟢 OSINT – Intelligence Gathering Save this 🔖 if you’re learning Cybersecurity.

_0b1d1's tweet image. Cybersecurity is not hacking movies 🎯
These are the REAL tools used by professionals 👇
🔴 Red Team – Att**k & Ex***itation
🔵 Blue Team – Defense & Monitoring
🟢 OSINT – Intelligence Gathering
Save this 🔖 if you’re learning Cybersecurity.

Prihatmanda, Ryan Akbar reposted

Most asked DevOps interview Q: How to make Docker containers lightweight ? (Real-world DevOps practice) Here’s how I keep my Docker images small & production-ready 👇 Why lightweight containers matter : - Faster container startup - Quicker image pulls & deployments - Lower…

devops_nk's tweet image. Most asked DevOps interview Q: How to make Docker containers lightweight ? (Real-world DevOps practice)

Here’s how I keep my Docker images small & production-ready 👇

Why lightweight containers matter :
- Faster container startup 
- Quicker image pulls & deployments 
- Lower…

Prihatmanda, Ryan Akbar reposted

🚨Dockerfile cheatsheet Save it✅ ▫️FROM Sets the base image. Example: start from Ubuntu, Node, Java, etc. ▫️RUN Runs commands at build time. Used to install packages or set up dependencies. ▫️COPY / ADD Copies files from your local system into the image. COPY is preferred.…

fromcodetocloud's tweet image. 🚨Dockerfile cheatsheet

Save it✅

▫️FROM
Sets the base image.
Example: start from Ubuntu, Node, Java, etc.

▫️RUN
Runs commands at build time.
Used to install packages or set up dependencies.

▫️COPY / ADD
Copies files from your local system into the image.
COPY is preferred.…

Prihatmanda, Ryan Akbar reposted

To all bapak-bapak 30++, Jangan tinggalkan tidur 8 jam, makan tinggi protein, berjemur setiap hari, zinc dan magnesium, minum air putih, angkat beban, vitamin D3, dan omega 3. Trust me, you won't regret it 🩶


Prihatmanda, Ryan Akbar reposted

Understanding HTTP status codes. Save this for later!

r0ktech's tweet image. Understanding HTTP status codes.

Save this for later!
r0ktech's tweet image. Understanding HTTP status codes.

Save this for later!
r0ktech's tweet image. Understanding HTTP status codes.

Save this for later!

Prihatmanda, Ryan Akbar reposted

Linux find commands saved me 40 hours during various troubleshooting sessions as a Devops engineer

livingdevops's tweet image. Linux find commands saved me 40 hours during various troubleshooting sessions as a Devops engineer

Prihatmanda, Ryan Akbar reposted

Networking basics for DevOps

cyber_razz's tweet image. Networking basics for DevOps

Prihatmanda, Ryan Akbar reposted

Linux Commands Cheat Sheet

elormkdaniel's tweet image. Linux Commands Cheat Sheet

Prihatmanda, Ryan Akbar reposted

PART 1 🔹 LINUX SHELL & BASH SCRIPTING CHEATSHEET

HackingTeam777's tweet image. PART 1 🔹 LINUX SHELL & BASH SCRIPTING CHEATSHEET

Prihatmanda, Ryan Akbar reposted

The DevOps cheat sheet I wish I had as a beginner. I compiled a 15-page DevOps/SRE Cheat Sheet as a daily reference. The stuff you end up googling 20x a week: - HTTP basics (req/resp, headers, status codes) - Git commands + clean commit habits - Linux essentials (permissions,…

AskYoshik's tweet image. The DevOps cheat sheet I wish I had as a beginner.

I compiled a 15-page DevOps/SRE Cheat Sheet as a daily reference. The stuff you end up googling 20x a week:

- HTTP basics (req/resp, headers, status codes)
- Git commands + clean commit habits
- Linux essentials (permissions,…

Prihatmanda, Ryan Akbar reposted

50 Linux commands for Cloud Engineers Thread🧵 Comment “Pdf” if you want it.

Officialwhyte22's tweet image. 50 Linux commands for Cloud Engineers
Thread🧵
Comment “Pdf” if you want it.

Prihatmanda, Ryan Akbar reposted

Kali Linux CheatSheet Thread 🧵

Officialwhyte22's tweet image. Kali Linux CheatSheet
Thread 🧵

Prihatmanda, Ryan Akbar reposted

Defensive Linux Security Tools

HackingTeam777's tweet image. Defensive Linux Security Tools

Prihatmanda, Ryan Akbar reposted

Learn DevOps by playing games 🎮 1. DevOps devops.games 2. Linuxoverthewire.org 3. DevOps Party Games devopspartygames.com 4. Git ohmygit.org 5. Python, JavaScript, Java tynker.com 6. 25+ languages codingame.com


Prihatmanda, Ryan Akbar reposted

top cybersecurity tools

wh1t3h4ts's tweet image. top cybersecurity tools

Prihatmanda, Ryan Akbar reposted

Reduced Docker image size from 2.1GB to 180MB. Deployments 8x faster. The original Dockerfile: - Started with ubuntu:latest - Installed everything via apt - Included dev dependencies - Copied entire project directory - Left build artifacts - No layer optimization The problems:…


Prihatmanda, Ryan Akbar reposted

nmap cheat sheet part 1

wh1t3h4ts's tweet image. nmap cheat sheet part 1

Loading...

Something went wrong.


Something went wrong.