Skip to content
View kreusel's full-sized avatar

Highlights

  • Pro

Block or report kreusel

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

    JavaScript 1

  2. mount all partitions for arch recove... mount all partitions for arch recovery from live system
    1
    mount -t ext4 /dev/sdX1 /mnt
    2
    mount -t proc proc /mnt/proc
    3
    mount -t sysfs sys /mnt/sys
    4
    mount -o bind /dev /mnt/dev
    5
    mount -t devpts /dev/pts /mnt/dev/pts
  3. bocker2.0 bocker2.0 Public

    Shell