[go: up one dir, main page]

Skip to content
View Spirizeon's full-sized avatar
🎯
learning kotlin
🎯
learning kotlin

Organizations

@Horizon-GDSCxIITM

Block or report Spirizeon

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
Spirizeon/README.md

OpBento

Pinned Loading

  1. vbox setup for arch linux (zen kernel) vbox setup for arch linux (zen kernel)
    1
    #!/bin/sh
    2
    sudo pacman -S virtualbox virtualbox-guest-iso
    3
    yay -S linux-zen-headers virtualbox-ext-oracle #skip zen-headers if you use generic kernel
    4
    sudo gpasswd -a $USER vboxusers
    5
    sudo modprobe vboxdrv
  2. adamantium adamantium Public

    🧠 Ai-powered Malware Analysis as a Service (Ai-MaaS), written in NextJS, FastAPI, Docker, Radare2

    TypeScript

  3. claxvim claxvim Public

    ✨ distributable IDE-grade neovim config written in Lua & Shell

    Lua 1

  4. kazama kazama Public

    🍬 wrapper for the Ollama API, written in Rust

    Rust 2

  5. streeshield streeshield Public

    🛡 cross internet tracer and deepfake detector for face-swapped media using CNNs, React, FastAPI

    JavaScript 1

  6. Arch Linux initial setup script Arch Linux initial setup script
    1
    #!/bin/bash
    2
    
                  
    3
    
                  
    4
    # Check if git is installed or not
    5
    if ! command -v git &> /dev/null; then