Tips and Tricks Documentation

Welcome to the Tips and Tricks Documentation repository! This is a comprehensive collection of technical documentation, guides, and how-tos for various technologies and systems.

📚 Table of Contents

About

This repository serves as a centralized knowledge base for technical documentation, configuration guides, and troubleshooting tips. All documentation is written in Markdown and automatically published to GitHub Pages using Jekyll.

Documentation Categories

🌐 Network

Network-related configuration guides and documentation for various networking hardware and software.

🐧 Linux

Linux system administration guides, tools, and configuration documentation.

Getting Started

Browsing Documentation

You can browse the documentation in two ways:

  1. GitHub Repository: Navigate through the folders and files directly on GitHub
  2. GitHub Pages Site: Visit the published documentation site (see GitHub Pages section)

Local Development

To run this documentation site locally:

# Clone the repository
git clone https://github.com/mkopnsrc/Tips-and-Tricks-Docs.git
cd Tips-and-Tricks-Docs

# Install Jekyll (if not already installed)
gem install bundler jekyll

# Serve the site locally
jekyll serve

# Visit http://localhost:4000 in your browser

Contributing

Contributions are welcome! If you have tips, tricks, or documentation to share:

  1. Fork this repository
  2. Create a new branch for your documentation (git checkout -b add-new-guide)
  3. Add your documentation in the appropriate category folder
  4. Use clear, descriptive filenames with .md extension
  5. Include relevant screenshots, code examples, and links
  6. Commit your changes (git commit -m 'Add guide for XYZ')
  7. Push to your branch (git push origin add-new-guide)
  8. Open a Pull Request

Documentation Guidelines

GitHub Pages

This repository is automatically deployed to GitHub Pages using Jekyll. The deployment is handled by a GitHub Actions workflow that:

The published site is available at: https://mkopnsrc.github.io/Tips-and-Tricks-Docs/

How It Works

The deployment uses the Jekyll GitHub Pages workflow which:

  1. Checks out the repository
  2. Configures GitHub Pages
  3. Builds the site with Jekyll
  4. Uploads the built site as an artifact
  5. Deploys to GitHub Pages environment

📝 License

This documentation repository is provided as-is for informational purposes.

🤝 Support

If you have questions or need help with any of the documentation:


Last Updated: 2025-10-16