Skip to content
View bouzou4's full-sized avatar

Block or report bouzou4

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

Hi there 👋

Pinned Loading

  1. GiantSpaceRobotVisualiser GiantSpaceRobotVisualiser Public

    Forked from cjkcjk01/GiantSpaceRobotVisualiser

    Gradle fork of traktor visualizer GiantSpaceRobotVisualiser by @cjkcjk01

    Processing

  2. NYC-Train-Routing-Tools NYC-Train-Routing-Tools Public

    Some tests for Breadth-First-Search and Maps in C++. Basically making my own basic data structures and stuff.

    C++

  3. Twooter Twooter Public

    Rough attempt at distributed fake Twitter using Go

    Go

  4. wsl-cheatsheet.md wsl-cheatsheet.md
    1
    # `WSL2` Cheatsheet
    2
    WSL2, or Windows Subsystem for Linux 2, allows you to run a full Linux kernel directly on Windows. This powerful feature unlocks a wide range of possibilities, making it possible to run a full-fledged Linux environment on your Windows machine without the need for a dual-boot or virtual machine setup.
    3
    
                  
    4
    ## Installation and Configuration
    5
    Before you can use WSL2, you'll need to install it and configure your system:
  5. This cheat sheet provides a quick ov... This cheat sheet provides a quick overview of tmux commands, enabling you to manage terminal sessions effectively and boost your productivity. tmux, short for terminal multiplexer, is a valuable tool for running and managing multiple terminal sessions within a single terminal window or remote shell. This guide covers session management, window management, pane management, and other miscellaneous commands to aid in effective tmux utilization.
    1
    # `tmux` Cheatsheet
    2
    This cheat sheet provides a quick overview of `tmux` commands, enabling you to manage terminal sessions effectively and boost your productivity. `tmux`, short for terminal multiplexer, is a valuable tool for running and managing multiple terminal sessions within a single terminal window or remote shell. This guide covers session management, window management, pane management, and other miscellaneous commands to aid in effective `tmux` utilization.
    3
    
                  
    4
    ## Session Management
    5
    A `tmux` session is an independent workspace that houses one or multiple windows. Users or shell scripts create sessions, and each session maintains its state independently. They are useful for organizing terminal activities, especially in remote shell scenarios where a dropped connection can disrupt your work. In such a case, `tmux` sessions remain alive, and you can reattach to them later.
  6. Home Server Setup Guide Home Server Setup Guide
    1
    # Home Server Setup Guide/Overview
    2
    
                  
    3
    [Adam Bouzourene](https://github.com/bouzou4)
    4
    
                  
    5
    This guide provides an overview of the setup process for an Ubuntu home server, including steps for setting up various services and tools to maximize functionality and ease of use.