1. Docker on Linux


Docker on Linux and Windows: Setting Up and Running Your First Container with Real-Life Use Case

Docker has revolutionized how we deploy and manage applications, offering a consistent environment across various platforms. By creating containers, Docker allows developers and sysadmins to package their applications with all the dependencies they need, ensuring they run smoothly regardless of the environment. Whether you’re on Linux or Windows, setting up Docker and understanding its core concepts will make your life easier. In this blog, we’ll not only go through the installation process on both Linux and Windows but also dive into a real-life use case—deploying a web application using Docker.

Read more

  1. Introduction to Shell Scripting


Introduction to Shell Scripting: Automating Daily Tasks (Bash and PowerShell Edition)

Alright, imagine this: you wake up, fire up your computer, and instead of wasting time organizing files or backing up data, you just hit a button, and boom—your computer does all that boring stuff for you. That’s the magic of shell scripting. It’s not just for Linux nerds; even Windows folks can automate tasks like a pro using PowerShell.

Read more

  1. Kali, linux Commands


Top 60 Linux Commands Cheat Sheet in one line


A. File and Directory Management Commands

  • ssh: Secure Shell, used for secure remote access to a system.
  • ls: List directory contents.
  • pwd: Print the current working directory.
  • cd: Change directory to a different folder.
  • touch: Create an empty file or update the modified timestamp of an existing file.
  • echo: Print a message or the value of a variable.
  • nano: A simple text editor.
  • vim: A more advanced text editor with many features.
  • cat: Print the contents of a file to the console.
  • shred: Securely delete a file by overwriting its contents.
  • mkdir: Create a new directory.
  • cp: Copy a file from one location to another.
  • mv: Move a file from one location to another, or rename a file.
  • rm: Remove a file.
  • rmdir: Remove a directory if it is empty.
  • ln: Create a link to a file or directory.
  • head: Display the first lines of a file.
  • tail: Display the last lines of a file.
  • cmp: Compare two files byte by byte.
  • diff: Display the differences between two files.
  • sort: Sort the lines of a file.
  • find: Search for files in a directory hierarchy.
  • chmod: Change the permissions of a file or directory.
  • chown: Change the owner of a file or directory.

B. System Management Commands

Read more

  1. Setting up hacking Environment…


Setting Up Your Hacking Environment: A Beginner’s Guide

If you’re curious about ethical hacking or just starting your journey into cybersecurity, the first step is creating a safe and functional environment for your experiments and learning. This guide will walk you through the process in a detailed and technical format, making it easy to understand—even for beginners (yes, you!).


1. Start with the Right Hardware

Before you get your hacker on, make sure your computer can handle the demands of hacking tools and virtual machines. A good hacking environment requires hardware that can support multiple virtual machines, networks, and complex tools. Here’s a more technical breakdown:

Read more

  1. cyber attack commands (Network Attacks)


note: its my personal research so there can be errors or more fast and powerful method available to do same attacks


packet sniffing : airodump-ng [monitor mode interface]

first enable monitor mode; then..

  • ifconfig wlan0 down

  • airmon-ng check kill ( to kill the manager)

  • iwconfig wlan0 mode monitor

  • ifconfig wlan0 up

  • iwconfig ( to check)


network preconnection attack.txt

note: need monitor mode on

  • airodump-ng wlan0 ( discover all wireless network and info around it)

sniff and discover 5Ghz networks

Read more

  1. Really useful AI & CEH tools


AI Tools for Creativity and Productivity

Text to Image:

  • Mind Journey: A tool that uses AI to transform textual descriptions into detailed, creative images. Ideal for visualizing abstract concepts or creative ideas.

Text to Music:

  • ChatGPT: An AI language model that can generate lyrics, suggest melodies, or help with music composition based on text input.
  • Uberduck AI: Specializes in converting text into music or vocal synthesis, offering various styles and voices.
  • Suno AI: A tool for generating music compositions from text prompts, helping artists create background scores or thematic music.

Text to Presentation:

Read more

  1. cybersec tips & tricks


Cybersecurity Tips and Tools for Beginners: Hackers Hate These Simple Tricks

So, you’ve stumbled into the world of cybersecurity, huh? Good choice! Whether you’re here to keep your personal data safe or dreaming of becoming the internet’s Batman, you’re in the right place. This blog is your crash course—no fluff, just actionable tips and beginner-friendly tools. Let’s jump in!


Step 1: Know Your Enemies (Yes, There Are Many)

Cyber threats come in all shapes and sizes, from sneaky scammers to sophisticated hacking groups. Here are the main culprits you’ll face:

Read more

  1. The Ultimate Guide to Elemental Reactions in Genshin Impact


Introduction: Understanding the Power of Elemental Reactions

Mastering elemental reactions is essential for any Genshin Impact player looking to maximize their damage potential. These reactions not only add depth to gameplay but also allow for creative team compositions that can handle even the toughest foes. In this guide, we’ll cover every elemental reaction, explain how to trigger them effectively, provide the formulas for their damage increases, and share insights on the best team combinations.

Read more

  1. My Awesome First Blog CI/CD Pipeline


Image Description

Welcome to My Blog!

Hello there, and welcome to my corner of the internet!

Whether you stumbled in during a late-night browsing session or deliberately tracked this blog down (major kudos to you for that), I’m thrilled you’re here. This is a space where curiosity meets creativity—a digital lab, journal, and playground all in one.


What’s This Blog About?

At its heart, this blog is about exploration—of ideas, technologies, hobbies, and everything in between. I’ll be sharing insights from my personal and professional journey, diving deep into the topics that light me up and (hopefully) inspire you too.

Read more

  1. To-Do List


  • google cs crtification
  • CTF (pico ctf solve)
  • advent of cyber 2024
  • reports on Network Security
  • reports on OpenVAS, Nessus

Read more