Skip to content

Instantly share code, notes, and snippets.

View limushi's full-sized avatar

Maxim Lianov limushi

View GitHub Profile
@arifsisman
arifsisman / beowulf-cluster.md
Last active April 29, 2024 11:51
Beowulf Cluster Setup

Beowulf Cluster Setup

1. Introduction

A Beowulf cluster is a computer cluster of similar computers networked into a small local area network with libraries and programs installed which allow processing to be shared among them. The result is a high-performance parallel computing cluster from the inexpensive personal computer hardware.

This project aims to create a Beowulf Cluster which computes bigram analysis on a news data set. 2 virtual worker nodes and 1 virtual master node used for the cluster, all operating with Ubuntu Server 16.04.

@fomvasss
fomvasss / Шпаргалка по Markdown.md
Created October 26, 2018 22:39
Шпаргалка по Markdown
@m4vr0x
m4vr0x / iptables.sh
Last active March 27, 2024 23:39
Proxmox iptables rules script
#!/bin/sh
# ---------
# VARIABLES
# ---------
## Proxmox bridge holding Public IP
PrxPubVBR="vmbr0"
## Proxmox bridge on VmWanNET (PFSense WAN side)
PrxVmWanVBR="vmbr1"
@AnatoliyNBulyga
AnatoliyNBulyga / git.txt
Last active December 7, 2023 14:07
GIT list (шпаргалка по git-github)
Инициализировать новый репозиторий:
1
git init rep-name
Клонировать репозиторий с удаленного сервера:
1
git clone git@bitbucket.org:afiskon/hs-textgen.git
Добавить в репозиторий файл:
1
git add file.txt
Удалить файл из репозитория:
@nokimaro
nokimaro / weather.md
Last active December 24, 2023 03:47
API для погоды