8000 TapeWerm (Vincent Vermilya) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View TapeWerm's full-sized avatar

Organizations

@Portland-State-Open-Source

Block or report TapeWerm

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

    Minecraft Java and Bedrock Dedicated Server systemd units and scripts for backups, automatic updates, and posting logs to chat bots

    Shell 158 28

  2. curling-hub/curling-hub curling-hub/curling-hub Public

    TypeScript 1

  3. theCoosome/FRUPAL1220 theCoosome/FRUPAL1220 Public

    C++

  4. Bash Advice.md - I don't know everyt... Bash Advice.md - I don't know everything, but here's the best takeaways from me thus far
    1
    I don't know everything, but here's the best takeaways from me thus far
    2
    
                  
    3
    This is my altar to everything that can and will go wrong in bash
    4
    # Tips
    5
    - Alias frequent commands in your `.bashrc`. Do not echo in your `.bashrc`, it breaks SFTP and other programs. Try `/etc/motd` for welcome messages instead. ^_^
  5. Windows 11 Aftersetup.md Windows 11 Aftersetup.md
    1
    After [installing Windows](https://www.tomshardware.com/how-to/install-windows-11-without-microsoft-account):
    2
    # File Explorer
    3
    Click ... in the command bar and click Options.
    4
    * View > Advanced settings > Files and Folders > Show sync provider notifications - Off
    5
    # Notepad
  6. Ubuntu Server 24.04 Aftersetup.md Ubuntu Server 24.04 Aftersetup.md
    1
    After [installing Ubuntu Server](https://tutorials.ubuntu.com/tutorial/tutorial-install-ubuntu-server#0):
    2
    # Time Zone
    3
    ```bash
    4
    sudo timedatectl set-timezone America/Los_Angeles
    5
    ```
0