Skip to content
View Tutkovics's full-sized avatar
  • Budapest University of Technology and Economics
Block or Report

Block or report Tutkovics

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
Tutkovics/README.md
  • 👋 Hi, I’m @Tutkovics, working as a Cloud / DevOps Engineer.
  • 👀 I’m interested in Kubernetes and Linux overall.
  • 🌱 I’m currently learning Go.
  • 📫 You can reach me in LinkedIn.

Pinned

  1. configuration configuration Public

    Install apps and configure new systems

    Shell

  2. Scaling_MSc Scaling_MSc Public

    TeX

  3. Scaling_MSc_results Scaling_MSc_results Public

    Results of measurements

  4. BGP Cheatsheet to configure Quagga a... BGP Cheatsheet to configure Quagga and Cisco routers. Contains: import- end export route-map, valley-free routing, prefer customer rule, prefix filter, AS path prepending.
    1
    !! Basic !!
    2
    configure terminal                              ! Change to configure mode
    3
    interface IFNAME                                ! Configure interface
    4
      ip address A.B.C.D/M                          ! Add address to interface
    5
      no shutdown                                   ! Cisco activate interface
  5. Create and manage VMs from command-l... Create and manage VMs from command-line.
    1
    #### Main Functions ####
    2
    # control vm
    3
    vboxmanage list vms
    4
    vboxmanage showvminfo $VM
    5
    vboxmanage startvm $VM --type headless
  6. benchmarking benchmarking Public

    Benchmarks over Kubernetes

    Python