Skip to content
View shawonis08's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Organizations

@HeadBlocks

Block or report shawonis08

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. This readme provides a step-by-step ... This readme provides a step-by-step guide for attaching an Oracle Block Volume to an instance and creating a partition, file system, and mounting the file system. It also includes instructions for updating the /etc/fstab file to automatically mount the disk when the system boots, rebooting the instance, and checking the file system. The guide also covers user permissions and provides references for further information.
    1
    # Oracle Attach BLOCK Volume to Instance
    2
    
                  
    3
    - Creating a partition with fdisk
    4
    - Creating an ext3 file system
    5
    - Mounting the file system
  2. This document describes how to back ... This document describes how to back up and restore a PostgreSQL database within a Docker container. The manual offers instructions for exporting and importing the database, as well as a link to a related Stack Overflow thread for further information.
    1
    # Backup/restore a dockerized postgresql database
    2
    
                  
    3
    - ## Export Database
    4
    
                  
    5
    ```console
  3. lean-ctx lean-ctx Public

    Forked from yvgude/lean-ctx

    LeanCTX — the Context OS for AI development. One local binary that compresses, remembers, routes, and verifies every token between your code and the model. 63 MCP tools, 10 read modes, up to 99% to…

    Rust

  4. Multiple versions of CUDA toolkit an... Multiple versions of CUDA toolkit and CUDNN installation guide for Linux
    1
     
    2
    ## Remove previous NVIDIA drivers if needed:
    3
    `sudo dpkg -P $(dpkg -l | grep nvidia-driver | awk '{print $2}')`
    4
    
                  
    5
    `sudo apt autoremove`