Skip to content
View Rafisto's full-sized avatar
🎸
training guitar :p
🎸
training guitar :p

Highlights

  • Pro

Organizations

@ALO-PWr-Elektronika @WMS-DEV

Block or report Rafisto

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
Rafisto/README.md

Welcome to my GitHub profile! 👋

watching_count

Currently work at:

  • [VIII 2023 - now] Wroclaw Networking and Supercomputing Center. My tasks include kubernetes cluster administration and web service programming. See my gitlab account.
  • [XI 2022 - now] Academic High School of Wrocław University of Technology - I teach classes in electronics, which include these basic topics.

A proud member of:

  • [X 2023 - now] WMS DEV (DevOps) - Proxmox and kubernetes maniac, gitlab enjoyer
  • [X 2023 - now] White Hats PWr (Pentester Course) - various CTF exercises (see #contributions)

kubectl describe Rafisto 🎸

I share my passions with others. Within the limits of my abilities, I try to instill in people the desire for action and self-development. I resolve conflicts with the help of Stoic philosophy and the teachings of Immanuel Kant.

I am interested in different cultures, which I absorb by reading travel books and making online friends. As a result, I consistently expand my knowledge of the world. I enjoy traveling and immersing myself in the history and cultural values of the countries I visit.

In the long term, I intend to focus on the development of scientific and soft skills. In addition, I am going to do anything possible to remain an open-minded person, ready for knowledge and curious about the world.

Contributions

Various websites:

Pinned Loading

  1. uni uni Public

    Notes on Algorythmic Computer Science - Wroclaw University of Science and Technology - Informatyka Algorytmiczna - Politechnika Wrocławska

    TeX 25 1

  2. rice rice Public

    I use arch btw

    Shell

  3. school school Public

    School notes

    Python 3 1

  4. ALO-PWr-Elektronika/Classes ALO-PWr-Elektronika/Classes Public

    Class Materials

    Python 1

  5. pxe-boot pxe-boot
    1
    ### How to easily setup PXE boot for cluster provisioning
    2
    
    
    3
    This guide will show you how to setup a PXE boot server to provision a cluster of machines.
    4
    For the sake of this guide, we will be using system agnostic docker containers to simulate the DHCP and the PXE boot server.
    5
    
    
  6. ENVs for `docker` and `docker compose` ENVs for `docker` and `docker compose`
    1
    ## On the fly ENVs for Docker containers.
    2
    
    
    3
    Define environment variables, which are then used within the container during runtime.
    4
    The `innerscript.sh` script echoes the values of these variables. 
    5
    When running the container, environment variables can be overridden using the `--env` flag.