Skip to content
View Thodorhs's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report Thodorhs

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. Zelda_II Zelda_II Public

    zelda II - The Adventure of Link : Created using SDL2 and c++

    C++ 8

  2. Alpha_compiler Alpha_compiler Public

    A compiler for Alpha programming language (project for CS340 course in University Of Crete)

    C++ 4 1

  3. NBD setup (server-client) with Cento... NBD setup (server-client) with Centos 7.
    1
    # How to set up NBD : 
    2
    
    
    3
    - Check your kernel-version with : ```uname -r ```.
    4
    - Check if the module is enabled : ```cat /boot/config-”kernel-version” | grep NBD``` and check if NBD:
    5
    is compiled inside the kernel ```(Y)``` -- is compiled as a module ```(M)``` -- is not compiled ```(N)```.