Skip to content
View fitandfine's full-sized avatar

Block or report fitandfine

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
fitandfine/README.md

πŸ‘‹ Hello, World!

I'm Anup, an Oracle Cloud Infrastructure Certified professional with long-term career goal of becoming a dependable DevOps engineer.

Welcome to my corner of GitHub!
I’m passionate about Cloud Infrastructure, Python, Linux, networking, server administration, and automation, and I’m continuously learning by building small but meaningful projects.
This is my documentation of learning.


πŸ“š Certifications and Badges:

Certificates and badges are uploaded here (Verification links will be provided if there be a need.)

🌱 What I'm Learning

  • Linux OS, shell scripting, and server management
  • Docker & containerization (currently experimenting with self-contained apps)
  • Networking tools, DNS diagnostics, and troubleshooting
  • Git/GitHub workflows for real-world projects
  • Oracle Cloud Infrastructure

πŸ› οΈ Some Projects & Experiments

Integrated a custom utility layer of 4 Bash and 2 Python scripts (managed via make.sh) for real-time service health checks, configuration monitoring (inotifywait), and log analysis.

  • Successfully performed blind host discovery on a restricted subnet (iPhone Hotspot) using Nmap
  • Implemented a secure Ed25519 SSH Key-Pair authentication workflow using ssh-keygen and ssh-copy-id.
  • Deployed and managed the Nginx web server, proactively resolving critical Port 80 conflicts (using fuser and systemctl).

Notes and scripts to set up my first Docker container.

  • Written in Python
  • Useful as a beginner self-study guide for Docker

Ideal for beginners learning Linux Bash scripting

  • Demonstrates key concepts: variables, loops, conditionals, functions, environment variables etc.
  • Provides ready-to-run practical scripts for automation.
  • Also contains study notes inside notes folder.

Python app that detects faces in real-time and applies automatic blurring for privacy protection in calls or streams.

  • GPU-accelerated with PyTorch + CUDA
  • Falls back to CPU gracefully
  • Potential application in privacy tools & compliance

JavaScript-based dictionary app that responds to double-click word lookups.

  • Handles punctuation gracefully
  • Great for quick learning & productivity

Inspect all major DNS record types: A, AAAA, CNAME, MX, NS, SOA, TXT, CAA.

  • Written in Python (Tkinter, dnspython, filedialog & messagebox)
  • Bulk domain inspection with live progress updates

⚑ Skills in Progress

  • Linux: file system, process management, permissions, and networking.
  • Bash scripting: automation of everyday tasks.
  • Docker: containerized workflows.
  • Networking & DNS: diagnostic tools (dig, nslookup, traceroute, tcpdump, etc.)
  • Python: With a focus on leveraging AI and automation for future projects.
  • Cloud: Learning to Deploy a real world project in Oracle Cloud.
  • Markdown & Documentation: clear and thorough project docs.

πŸ“ˆ Current Focus

  • Practicing server administration on Raspberry Pi
  • Simulating real-world tech support & DevOps scenarios
  • Building a habit of documenting everything I learn
  • Obtain professional certifications
  • Attempt to apply theory into small projects

🌍 Connect

  • πŸ’Ό Open to entry-level roles in Junior DevOps | Cloud Support | IT support | Linux administration.
  • βœ‰οΈ Reach me here on GitHub discussions or issues

⭐ If you find my projects helpful, feel free to star them or suggest improvements β€” I’m always eager to learn more!

Pinned Loading

  1. raspberrypi_homelab raspberrypi_homelab Public

    Raspberry pi Home Lab to practice Linux Server

    Shell 1

  2. linux-scripting-repo linux-scripting-repo Public

    For beginners to learn Linux Bash scripting from scratch

    Shell 1

  3. BP_Roster BP_Roster Public

    Containerized with docker! Allows Users To Create Rosters. sqlite3 database used, tkinter for gui. Initial credentials: admin|admin

    Python

  4. youtube_downloader youtube_downloader Public

    Downloads Any Youtube Video ( for demonstration purpose only )

    Python

  5. faceblur faceblur Public

    If i ever commit a crime, my go-to photography software ;) , just kidding!! It Detects and Blurs face in real time.

    Python

  6. DNS_health DNS_health Public

    Allows users to check the health and configuration of DNS

    Python