Skip to content
View Programator2's full-sized avatar
😃
Happy
😃
Happy
  • Slovak University of Technology in Bratislava
  • Slovakia

Organizations

@Medusa-Team
Block or Report

Block or report Programator2

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

Pinned Loading

  1. This gist shows how to recover Windo... This gist shows how to recover Windows 10 boot problems after cloning a harddrive (error code 0xc000000e)
    1
    # Prerequisites
    2
    
                  
    3
    This guide applies to UEFI systems with GPT drives.
    4
    It was tested on Windows 10 April 2018 edition, but it should also work on Windows 8 and newer releases (maybe even 7).
    5
    
                  
  2. This gist is a tutorial on how to de... This gist is a tutorial on how to debug Linux kernel inside VirtualBox on Windows host system using another Linux virtual machine
    1
    # How to debug Linux kernel on Windows
    2
    
                  
    3
    This tutorial shows how to debug Linux kernel on a Windows operating system using another virtual machine with a Linux on it.
    4
    Virtual machines will be connected by a serial port provided by VirtualBox using a named pipe on a Windows host system.
    5
    
                  
  3. This script is useful if you have fi... This script is useful if you have files that were somehow splitted (DVR recorders do this) and you want to join them back into one file. Simply fill out string OUTPUT_FILENAME and tuple of INPUT_FILES with files you want to join and run the script.
    1
    OUTPUT_FILENAME = ''
    2
    INPUT_FILES = (
    3
        '',
    4
    )
    5
    
                  
  4. adventofcode adventofcode Public

    My solutions to Advent of Code using Python.

    Python 1

  5. Medusa-Team/linux-medusa Medusa-Team/linux-medusa Public

    A unique security module for the Linux operating system

    C 9 2

  6. Medusa-Team/Constable Medusa-Team/Constable Public

    Constable is the authorization server for security system Medusa Voyager that runs in user space

    C 3 3