Skip to content

Instantly share code, notes, and snippets.

View Mehrdad-Farshi's full-sized avatar

mehrdad Mehrdad-Farshi

View GitHub Profile
@Mehrdad-Farshi
Mehrdad-Farshi / readme.md
Last active January 12, 2025 11:29
oracle database on docker

setup oracle database using docker

follow instructions of this link to build your desired oracle database

After building your image use this docker-compose.yml

services:
  oracle:
    image: oracle/database:19.3.0-ee
    container_name: oracledb
    network_mode: host
@Mehrdad-Farshi
Mehrdad-Farshi / Dockerfile
Created December 16, 2024 09:57
fluentd Reading json payloads from kafka and insert them to Mariadb
FROM fluent/fluentd:v1.16.0-debian-1.0
# Switch to root user for installations
USER root
# Install required tools and dependencies
RUN apt-get update && apt-get install -y \
libaio1 build-essential ruby-dev libsnappy-dev default-libmysqlclient-dev && \
apt-get clean && rm -rf /var/lib/apt/lists/*
#Install required gem plugins
@Mehrdad-Farshi
Mehrdad-Farshi / README-Template.md
Created November 21, 2023 08:27 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Bash Shortcuts

visual cheetsheet

Moving

command description
ctrl + a Goto BEGINNING of command line