Skip to content
View ajdalholm's full-sized avatar

Block or report ajdalholm

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. openwrt bootstrap openwrt bootstrap
    1
    echo "will install nano and create a .bash_profile and a .bashrc file"
    2
    opkg update && opkg install nano-full
    3
    touch ~/.bashrc
    4
    echo -e "export EDITOR='/usr/bin/nano'" > ~/.bashrc
    5
    touch ~/.bash_profile
  2. Win11Setup_Part1 Win11Setup_Part1 Public

    Quickly setup a new installation of Windows 11

    PowerShell