Skip to content

Instantly share code, notes, and snippets.

View poshan-p's full-sized avatar

Poshan Peeroo poshan-p

View GitHub Profile
@poshan-p
poshan-p / nfs
Last active January 29, 2026 08:15
#!/bin/bash
# Ensure script is run as root
if [ "$EUID" -ne 0 ]; then
echo "Please run as root (use sudo)"
exit
fi
echo "--- CentOS 7 NFS Setup Script ---"
echo "1. Configure as NFS SERVER"
@poshan-p
poshan-p / example
Last active October 13, 2025 20:11
# Example usage:
# Setup dns, httpd and mail server
wget https://gist.githubusercontent.com/poshan-p/babab534321ca0a42d175c1d13776eac/raw/731de9735ca778bb8e1c44c9103319ee9ea682ce/network_lab_test_setup.sh -O network_lab_test_setup.sh \
&& . network_lab_test_setup.sh \
--interface enp0s3 \
--domain cs.mu \
--ip 192.168.0.153 \
--subnet 192.168.0.0/24 \
--hid 153 \
--reverse 0.168.192.in-addr.arpa
@poshan-p
poshan-p / CookBook.md
Last active September 23, 2023 15:47
CookBook

CookBook

CookBook is a cooking app that I developed as a learning student. It offers a wide variety of recipes, including both classic and modern dishes, as well as the ability to browse recipes by category, ingredient, or difficulty level. The app also allows users to customize recipes to their liking and plan meals.

I started developing CookBook because I love to cook and I wanted to create an app that would make cooking easier and more enjoyable for everyone. I also wanted to use this opportunity to learn more about Android app development.

CookBook has been a challenging but rewarding project. I have learned a lot about Android app development and I am proud of the app that I have created. I hope that CookBook will help people to enjoy cooking more and to learn new recipes.

Features