-
Notifications
You must be signed in to change notification settings - Fork 0
Command Notes
Thiago Bomfim edited this page Mar 25, 2021
·
11 revisions
lsb_release -rs
sudo apt-get remove your-aplication --auto-remove
7z x your_iso.iso
axel -n 10 file_url
zip -r output_file.zip folder1
scp username@example.com:/backup/file.zip /local/dir
scp file.zip username@example.com:/remote/dir
umount /dev/sdb*
mkfs.vfat /dev/sdb –I
sudo dd if=ubuntu-20.04.1-live-server-amd64.iso of=/dev/sda bs=1M status=progress