Skip to content
View Keshari07's full-sized avatar
πŸ–₯️
work
πŸ–₯️
work

Block or report Keshari07

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Keshari07/README.md

Matrix SVG

Typing Animation

root@linux:~# system_status --online


Linux Terminal System Security

Hi I am Linux System Admin(HPCSA) πŸ‘‹

Linkedin Badge Hackerrank Website Badge

I'M have completed six months postgraduate diploma in High Performance Computing System Administration from ACTS C-DAC Pashan, Pune. I am looking forward to kick-start my career Skills:Linux, Python and HPC System, Bash scripting,VMware. Technologies and Tools Technologies: (High performance Computing) | Linux| Python | Cloud | AWS | DevOps | Docker | Kubernetes | Jenkins | Networking | Perl | Hadoop | Storage| VMware | . Tools: xCAT, Nagios, LVM, RAID, Lustre, Slurm.

My favorite tools and technologies βš™οΈ

Tools and technologies that I have worked with and am interested in

Linux
Linux
Bash
bash
kali
Kali
ubuntu
Ubuntu
arch
Arch
Debian
Debian
perl
Perl
icon
Python
GitHub
Github
Rest API
Docker
icon
Kubernetes
icon
AWS
Jenkins
Jenkins
icon
Nginx
Git
Git
GitLab
GitLab
HTML
HTML
css
CSS
bootstrap
Bootstrap
jquery
PostgreSQL
icon
Graphql
## πŸ–₯️ SYSTEM INITIALIZATION

╔══════════════════════════════════════════════════════════════╗ β•‘ HACKER SYSTEM INTERFACE β•‘ ╠══════════════════════════════════════════════════════════════╣ β•‘ USER : root β•‘ β•‘ HOST : linux-system β•‘ β•‘ STATUS : ONLINE β•‘ β•‘ NETWORK : CONNECTED β•‘ β•‘ FIREWALL : ACTIVE β•‘ β•‘ SECURITY : ENABLED β•‘ β•‘ MODE : HACKER β•‘ β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•


> ⚠️ **Educational / Defensive Mode:**
> This project demonstrates Linux, terminal, networking, system administration,
> automation, and cybersecurity concepts in a safe lab environment.

---

## ⚑ LIVE SYSTEM

```bash
$ whoami
root

$ hostname
linux-system

$ uptime
System online

$ systemctl is-system-running
running

$ ping -c 1 127.0.0.1
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time<1ms

$ echo "HACKER MODE"
HACKER MODE ACTIVATED

🟒 TERMINAL ANIMATION

β”Œβ”€β”€(rootγ‰Ώlinux)-[~]
└─# ./system-monitor.sh

[+] Booting system.................... OK
[+] Loading kernel.................... OK
[+] Checking memory................... OK
[+] Checking CPU...................... OK
[+] Checking storage................. OK
[+] Checking network................. OK
[+] Checking services................ OK
[+] Security modules................. OK

β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 100%

SYSTEM STATUS: ONLINE

🐧 LINUX ENVIRONMENT

# Operating System Information
uname -a

# Distribution information
cat /etc/os-release

# Kernel version
uname -r

# CPU information
lscpu

# Memory information
free -h

# Disk information
lsblk

# Network interfaces
ip addr

πŸ”₯ SYSTEM MONITOR

CPU     [β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘] 82%
MEMORY  [β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘] 68%
DISK    [β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘] 49%
NETWORK [β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘] 76%

Monitoring Commands

top
htop
free -h
df -h
du -sh *
uptime
vmstat
iostat

🌐 NETWORK STATUS

$ ip addr

1: lo:
    inet 127.0.0.1/8
    state UP

2: eth0:
    state UP
    network: CONNECTED

Network Tools

ip addr
ip route
ping google.com
traceroute google.com
ss -tuln
nslookup example.com
dig example.com
curl https://example.com

πŸ›‘οΈ SECURITY STATUS

╔════════════════════════════════════════════╗
β•‘             SECURITY MONITOR               β•‘
╠════════════════════════════════════════════╣
β•‘ Firewall             : ENABLED             β•‘
β•‘ SSH                   : PROTECTED           β•‘
β•‘ Updates               : CHECKED             β•‘
β•‘ Authentication       : ACTIVE              β•‘
β•‘ Network              : MONITORED           β•‘
β•‘ System Integrity     : NORMAL              β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

Defensive Security Commands

sudo ufw status
sudo systemctl status ssh
sudo journalctl -p warning
sudo last
sudo ss -tulpen

πŸ’» HACKER TERMINAL

β”Œβ”€β”€(userγ‰Ώlinux)-[~/system]
└─$ ./matrix.sh

Wake up...
The system is waiting.

Initializing terminal...
[OK]

Loading modules...
[OK]

Connecting to localhost...
[OK]

Access level:
USER

Environment:
LINUX

Status:
ONLINE

🟩 MATRIX MODE

01001000 01000001 01000011 01001011
01000101 01010010 00100000 01001101
01001111 01000100 01000101

> SYSTEM READY
> NETWORK READY
> TERMINAL READY
> ADMIN READY

βš™οΈ SYSTEM COMMAND CENTER

# Process list
ps aux

# Find a process
ps aux | grep process

# Kill your own process
kill <PID>

# Current directory
pwd

# List files
ls -lah

# Change directory
cd /var/log

# Read logs
sudo journalctl

# Check services
systemctl --type=service

πŸ“Š STORAGE MONITOR

$ df -h

Filesystem      Size  Used Avail Use%
/dev/sda1       100G   42G   58G  42%
# Show mounted filesystems
df -h

# Show block devices
lsblk

# Show directory size
du -sh /var/log

# Find large files
find /var -type f -size +100M

πŸš€ AUTOMATION MODE

#!/bin/bash

echo "[+] Starting system monitor..."

while true
do
    clear

    echo "=============================="
    echo "      SYSTEM MONITOR"
    echo "=============================="

    echo "Hostname: $(hostname)"
    echo "Kernel  : $(uname -r)"
    echo "Uptime  : $(uptime -p)"

    echo
    echo "Memory:"
    free -h

    echo
    echo "Disk:"
    df -h /

    sleep 5
done

πŸ”„ SYSTEM WORKFLOW

             β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
             β”‚     BOOT      β”‚
             β””β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜
                     ↓
             β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
             β”‚ KERNEL LOAD   β”‚
             β””β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜
                     ↓
             β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
             β”‚ NETWORK START β”‚
             β””β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜
                     ↓
             β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
             β”‚ SERVICES      β”‚
             β””β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜
                     ↓
             β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
             β”‚ SYSTEM ONLINE β”‚
             β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

🧰 TOOLS

Linux
Bash
Git
GitHub
SSH
Docker
Nginx
Apache
AWS
Python
C
C++
PostgreSQL

πŸ“¦ GIT COMMAND CENTER

git init
git status
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin <repository-url>
git push -u origin main

πŸ” SSH TERMINAL

# Connect to a Linux server
ssh user@server-ip

# Generate an SSH key
ssh-keygen -t ed25519

# Check SSH service
sudo systemctl status ssh

# Restart SSH service
sudo systemctl restart ssh

🌍 WEB SERVER

# Check Nginx
sudo systemctl status nginx

# Start Nginx
sudo systemctl start nginx

# Enable Nginx at boot
sudo systemctl enable nginx

# Test configuration
sudo nginx -t

🐳 CONTAINER MODE

docker --version
docker ps
docker images
docker pull ubuntu
docker run -it ubuntu

☁️ CLOUD MODE

             CLOUD SYSTEM
                  β”‚
       β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
       ↓          ↓          ↓
      AWS       Azure       GCP
       β”‚          β”‚          β”‚
       ↓          ↓          ↓
    Compute    Virtual      Cloud
    Storage    Machines    Services

🧠 LEARNING OBJECTIVES

  • Linux system administration
  • Bash scripting
  • Networking fundamentals
  • Git and GitHub
  • Web server management
  • Cloud fundamentals
  • Container technology
  • System monitoring
  • Defensive cybersecurity
  • Automation

πŸ“‘ SYSTEM LOG

[15:00:01] Kernel initialized
[15:00:02] Network interface detected
[15:00:03] DNS resolver started
[15:00:04] SSH service loaded
[15:00:05] Web server loaded
[15:00:06] Firewall enabled
[15:00:07] Monitoring started
[15:00:08] SYSTEM ONLINE

🎯 PROJECT GOALS

[βœ“] Linux Environment
[βœ“] Terminal Interface
[βœ“] System Monitoring
[βœ“] Network Monitoring
[βœ“] Automation
[βœ“] Git Integration
[βœ“] Server Management
[βœ“] Security Awareness
[βœ“] Cloud Learning
[βœ“] DevOps Practice

🟒 CURRENT STATUS

╔══════════════════════════════════════════╗
β•‘             SYSTEM STATUS                β•‘
╠══════════════════════════════════════════╣
β•‘                                          β•‘
β•‘       β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ•—   β–ˆβ–ˆβ•—                 β•‘
β•‘      β–ˆβ–ˆβ•”β•β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ•—  β–ˆβ–ˆβ•‘                 β•‘
β•‘      β–ˆβ–ˆβ•‘   β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β–ˆβ–ˆβ•— β–ˆβ–ˆβ•‘                 β•‘
β•‘      β–ˆβ–ˆβ•‘   β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β•šβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘                 β•‘
β•‘      β•šβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ•‘ β•šβ–ˆβ–ˆβ–ˆβ–ˆβ•‘                 β•‘
β•‘       β•šβ•β•β•β•β•β• β•šβ•β•  β•šβ•β•β•β•                 β•‘
β•‘                                          β•‘
β•‘       HACKER MODE: ACTIVE                β•‘
β•‘       SYSTEM: ONLINE                     β•‘
β•‘       NETWORK: CONNECTED                β•‘
β•‘       SECURITY: ENABLED                 β•‘
β•‘                                          β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

πŸ‘¨β€πŸ’» AUTHOR

root@linux:~# echo "Keep Learning"

LINUX β€’ SYSTEM β€’ NETWORK β€’ CLOUD β€’ DEVOPS

Code β†’ Learn β†’ Test β†’ Automate β†’ Monitor

⭐ Star this repository if you found it useful!


⚠️ DISCLAIMER

This repository is intended for education, Linux administration, system monitoring, networking practice, automation, and defensive cybersecurity learning.

Only use security-related techniques on systems and networks that you own or have explicit permission to test.


β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ
        SYSTEM CONNECTION ACTIVE
β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ

[ SYSTEM ONLINE ] [ TERMINAL READY ] [ END ]

Linux Logo

🐧 Linux Administration Project

Learn β€’ Practice β€’ Automate β€’ Deploy β€’ Manage Linux Systems

Linux Bash Git NGINX


πŸ“Œ About This Project

This repository is designed for learning and practicing Linux Administration, Linux Commands, Shell Scripting, Networking, Git, Web Servers, System Administration, and DevOps fundamentals.

The project contains practical examples that can be executed on Ubuntu, Debian, Fedora, Rocky Linux, AlmaLinux, Arch Linux, and other Linux distributions.


🐧 Linux

Linux Tux

Linux is an open-source operating system widely used for:

  • πŸ–₯️ Desktop computers
  • πŸ—„οΈ Servers
  • ☁️ Cloud computing
  • πŸ“¦ Containers
  • 🌐 Networking
  • πŸ” Security
  • πŸš€ DevOps
  • πŸ€– Embedded systems
  • πŸ§ͺ Research and HPC

✨ Features

  • 🐧 Linux fundamentals
  • πŸ’» Linux command-line practice
  • πŸ“ File and directory management
  • πŸ‘€ User and group administration
  • πŸ” File permissions
  • 🌐 Network configuration
  • πŸ“‘ SSH administration
  • πŸ“¦ Package management
  • βš™οΈ Process management
  • πŸ’Ύ Disk management
  • πŸ”₯ Firewall configuration
  • πŸ“ Bash scripting
  • 🌐 Apache and NGINX
  • πŸ”§ Git and GitHub
  • ☁️ Cloud deployment basics
  • 🐳 Docker fundamentals
  • πŸ“Š System monitoring

Linux

Coding Animation

πŸ’‘ Practice Linux every day and build your command-line skills.


πŸ› οΈ Technologies

Technology Purpose
🐧 Linux Operating System
🐚 Bash Shell Scripting
🌐 NGINX Web Server
πŸͺΆ Apache Web Server
πŸ”§ Git Version Control
πŸ™ GitHub Code Hosting
🐳 Docker Containerization
☁️ AWS Cloud Platform
πŸ”‘ SSH Remote Administration
πŸ“¦ APT Debian Package Manager
πŸ“¦ DNF Fedora/RHEL Package Manager

πŸ“‚ Project Structure

linux-project/
β”‚
β”œβ”€β”€ README.md
β”œβ”€β”€ commands/
β”‚   β”œβ”€β”€ basic.sh
β”‚   β”œβ”€β”€ files.sh
β”‚   β”œβ”€β”€ users.sh
β”‚   └── network.sh
β”‚
β”œβ”€β”€ scripts/
β”‚   β”œβ”€β”€ backup.sh
β”‚   β”œβ”€β”€ monitoring.sh
β”‚   └── cleanup.sh
β”‚
β”œβ”€β”€ nginx/
β”‚   └── nginx.conf
β”‚
β”œβ”€β”€ apache/
β”‚   └── apache.conf
β”‚
β”œβ”€β”€ networking/
β”‚   β”œβ”€β”€ ip-config.sh
β”‚   └── ssh-config.sh
β”‚
└── docs/
    └── linux-notes.md

πŸš€ Getting Started

1️⃣ Clone Repository

git clone https://github.com/your-username/linux-project.git

2️⃣ Enter Directory

cd linux-project

3️⃣ Check Files

ls -la

4️⃣ Check Linux Version

cat /etc/os-release

πŸ’» Basic Linux Commands

πŸ“ Directory Commands

pwd
ls
ls -la
cd /var
mkdir test
rmdir test

πŸ“„ File Commands

touch example.txt
cat example.txt
cp example.txt backup.txt
mv backup.txt document.txt
rm document.txt

πŸ”Ž Search Commands

find / -name "*.conf"
grep "root" /etc/passwd
which bash
whereis nginx

πŸ‘€ User Management

Create a user:

sudo useradd linuxuser

Set password:

sudo passwd linuxuser

Create a group:

sudo groupadd developers

Add user to group:

sudo usermod -aG developers linuxuser

Check current user:

whoami

πŸ” Linux Permissions

Check permissions:

ls -l

Change permissions:

chmod 755 script.sh

Change ownership:

sudo chown user:user example.txt

Example permission:

-rwxr-xr-x

Meaning:

Owner  = rwx
Group  = r-x
Others = r-x

🌐 Networking

Check IP address:

ip addr

Check routing:

ip route

Test connectivity:

ping 8.8.8.8

Check DNS:

nslookup google.com

Check listening ports:

ss -tulpn

πŸ”‘ SSH

Install SSH server on Ubuntu:

sudo apt update
sudo apt install openssh-server

Start SSH:

sudo systemctl enable --now ssh

Connect to another Linux system:

ssh username@192.168.1.100

πŸ“¦ Package Management

Ubuntu / Debian

sudo apt update
sudo apt upgrade
sudo apt install nginx

Remove package:

sudo apt remove nginx

Fedora / RHEL

sudo dnf update
sudo dnf install nginx

βš™οΈ System Management

Check system status:

systemctl status

Start a service:

sudo systemctl start nginx

Stop a service:

sudo systemctl stop nginx

Enable service at boot:

sudo systemctl enable nginx

πŸ“Š Process Management

Show processes:

ps aux

Interactive monitoring:

top

Better monitoring:

htop

Find process:

pgrep nginx

πŸ’Ύ Disk Management

Check disk usage:

df -h

Check directory size:

du -sh /var/log

List disks:

lsblk

Check mounted filesystems:

mount

🌐 NGINX Web Server

Install NGINX:

sudo apt update
sudo apt install nginx

Check status:

sudo systemctl status nginx

Open browser:

http://SERVER-IP

Test configuration:

sudo nginx -t

Restart NGINX:

sudo systemctl restart nginx

🐚 Bash Script Example

Create a script:

nano system-info.sh

Add:

#!/bin/bash

echo "=========================="
echo " Linux System Information "
echo "=========================="

echo "Hostname: $(hostname)"
echo "User: $(whoami)"
echo "Kernel: $(uname -r)"
echo "Uptime: $(uptime -p)"
echo "Date: $(date)"

Make executable:

chmod +x system-info.sh

Run:

./system-info.sh

πŸ”§ Git Workflow

Configure Git:

git config --global user.name "Your Name"
git config --global user.email "you@example.com"

Initialize repository:

git init

Check status:

git status

Add files:

git add .

Commit:

git commit -m "Initial Linux project"

Push:

git push origin main

☁️ Cloud & DevOps

This project can be extended to:

  • ☁️ AWS EC2
  • ☁️ AWS S3
  • ☁️ AWS RDS
  • 🐳 Docker
  • ☸️ Kubernetes
  • πŸ”„ CI/CD
  • πŸ”§ Jenkins
  • 🌐 NGINX
  • πŸ” SSH
  • πŸ“Š Prometheus
  • πŸ“ˆ Grafana

πŸ–ΌοΈ Linux Desktop

Ubuntu Logo Β Β  Fedora Logo


πŸ§ͺ Practice Tasks

Try completing these exercises:

  1. Create a Linux user.
  2. Create a new group.
  3. Configure file permissions.
  4. Find large files.
  5. Check running processes.
  6. Configure SSH.
  7. Install NGINX.
  8. Host an HTML page.
  9. Create a Bash script.
  10. Configure Git.
  11. Create a GitHub repository.
  12. Push Linux scripts to GitHub.
  13. Monitor CPU and memory.
  14. Check disk usage.
  15. Configure a basic firewall.

πŸ“š Learning Roadmap

Linux Basics
     ↓
File System
     ↓
Users & Permissions
     ↓
Networking
     ↓
SSH
     ↓
Bash Scripting
     ↓
Web Server
     ↓
Git & GitHub
     ↓
Docker
     ↓
Cloud
     ↓
DevOps

🎯 Learning Goals

By completing this project, you should be able to:

  • Understand Linux architecture.
  • Work confidently in the terminal.
  • Manage files and directories.
  • Create and manage users.
  • Configure permissions.
  • Troubleshoot basic networking.
  • Manage Linux services.
  • Write Bash scripts.
  • Configure SSH.
  • Deploy a basic web server.
  • Use Git and GitHub.
  • Understand basic DevOps workflows.

🀝 Contributing

Contributions are welcome!

git fork
git clone <repository-url>
git checkout -b feature/new-feature
git add .
git commit -m "Add new feature"
git push origin feature/new-feature

Then create a Pull Request.


⚠️ Important Note

Always test commands carefully, especially commands involving:

rm
fdisk
parted
mkfs
dd
chmod
chown
systemctl

Some commands can permanently modify files, disks, or system configuration.


⭐ Star this repository ⭐

🐧 Keep Learning Linux β€’ Keep Practicing β€’ Keep Building πŸš€


🐧Message

Linux Terminal Animation

🐧 Linux β€’ Open Source β€’ Automation β€’ DevOps πŸš€

-->

Here are some ideas to get you started:

  • πŸ”­ I’m currently working on ...
  • 🌱 I’m currently learning ...
  • πŸ‘― I’m looking to collaborate on ...
  • πŸ€” I’m looking for help with ...
  • πŸ’¬ Ask me about ...
  • πŸ“« How to reach me: ...
  • πŸ˜„ Pronouns: ...
  • ⚑ Fun fact: ...

Pinned Loading

  1. Frontend_Technologies Frontend_Technologies Public

    In IT companies, these technologies are often used together to create fully-featured web applications. HTML provides structure, CSS handles styling, JavaScript adds interactivity, MongoDB stores da…

    HTML 1

  2. ICON_Bar_html ICON_Bar_html Public

    HTML 1

  3. Keshari07 Keshari07 Public

    1

  4. arch-guide_linux arch-guide_linux Public

    Dockerfile

  5. DevOps_Project_1 DevOps_Project_1 Public

    HCL

  6. Docker-Kubernetes Docker-Kubernetes Public