Skip to content
View igorraphael's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@gxz-software

Block or report igorraphael

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 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. create boot pen drive linux create boot pen drive linux
    1
    1) First use df for filesystem.
    2
    2) Format with mkfs.vfat /dev/sdc1 ( it's example '/dev/sdc1' )
    3
    3) Copy iso with dd if=path_your_iso of=/dev/sdc1 status=progress && sync
    4
    4) Umount.