Create GPT partitions with gdisk in Linux

Launch it on target disk:

lsblk
gdisk /dec/sdb
Options that can be entered:
p - print partition table
n - create new partition, we can create up to 128 partition
first sector: 2048
last sector: +1G
w - write and quit
q - quit without saving