Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
dTub
Скачать

How To Use The DD Command in Linux

Linux

DD

Security

Автор: SecureRandom

Загружено: 26 дек. 2020 г.

Просмотров: 29 306 просмотров

Описание:

The dd command in Linux is a utility for copying and converting files and has many practical uses. In this video we go over a few of the most important ones.

Support the channel:
BTC - 3NzWDDH3n5PsBKqWJyAb7rvsGvJKxcAPFv
ETH - 0xB09212235c648a448F0E7eEB416ce5652362c772

Follow me:
SecureRandom on YouTube -
   / @securerandom5420  

SecureRandom on LBRY / Odysee -
https://odysee.com/@SecureRandom:1

----------------------------------------------------------------

Commands used in this video

Wipe a drive
dd if=/dev/urandom of=/dev/sdb bs=1M conv=noerror
for n in `seq 7`; do dd if=/dev/urandom of=/dev/sdb bs=1M conv=notrunc,noerror; done

Backing up and restoring an entire disk or a partition
dd if=/dev/sdb of=/dev/sdc bs=1M conv=noerror

Creating a compressed disk image
dd if=/dev/sdb | gzip -c {right angle bracket} /tmp/testdisk.img.gz
dd if=/dev/sdb | gzip -c - | ssh user@local dd of=image.gz
gzip -dc /tmp/testdisk.img.gz | dd of=/dev/sdb

Create a bootable USB Drive
dd if=~/Downloads/linuxmint-20-xfce-64bit.iso of=/dev/sdb bs=1M

File carving
dd if=/dev/shm/test.txt of=/dev/shm/test2.txt skip=5 bs=1
dd if=/dev/shm/test.txt of=/dev/shm/test2.txt skip=5 bs=1 count=8

How To Use The DD Command in Linux

Поделиться в:

Доступные форматы для скачивания:

Скачать видео mp4

  • Информация по загрузке:

Скачать аудио mp3

Похожие видео

Managing Kernel Parameters with Sysctl

Managing Kernel Parameters with Sysctl

Advanced Ncat Tutorial

Advanced Ncat Tutorial

Using zram and zswap in Linux

Using zram and zswap in Linux

Using Linux DD

Using Linux DD

Introduction to Nmap

Introduction to Nmap

Структура файлов и каталогов в Linux

Структура файлов и каталогов в Linux

Securing Applications with Apparmor

Securing Applications with Apparmor

Linux Command Line Tutorial For Beginners 2 - ls command in Linux

Linux Command Line Tutorial For Beginners 2 - ls command in Linux

Linux Crash Course - The find command

Linux Crash Course - The find command

SSH Dynamic Port Forwarding

SSH Dynamic Port Forwarding

© 2025 dtub. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]