SECURE DELETE FILES LINUX
#Solvetic_eng video-tutorial to SECURE DELETE FILES LINUX. βΆοΈ πππ πππ’π¨π§ πππ‘π¨π« π https://www.youtube.com/playlist?list=PLOkioV3BTLXg_-zT9QBYRSd9s7ASoz-os
Do you need to Securely Delete Files Linux? In this video we show you more than one command to delete files safely Linux and thus be able to remove files without putting your computer at risk. With the different commands and tools that we show you, you will be able to safely delete files from Linux and remove everything that you do not need on your systems.
πΉCOMMANDSπΉ
sudo apt install wipe
wipe -rfcq -Q # ./nombre_archivo
shred -uvz -n # (archivo)
sudo apt install secure-delete
srm -vz (archivo)
ls -l /ruta_archivo | awk '{print $5}'
dd status=progress bs=(tamaΓ±o archivo) count=1 if=/dev/zero of=/ruta_archivo
rm /ruta_archivo
sudo apt install bleachbit
β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬
γ CHAPTERS γ
00:00 Introduction
00:16 Securely delete files Linux from Recycle Bin
00:54 Securely delete files Linux using Wipe
02:07 Securely delete files Linux using Shred
02:51 Securely delete files Linux using Secure delete
03:41 Securely delete files Linux using DD
05:24 Securely Erase Files Linux using Bleachbit
β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬
π₯ SUBSCRIBE: https://www.youtube.com/channel/UCkVkmxeHaBk77kAWEzopCBw?sub_confirmation=1
β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬
π Thousands more FREE tutorials Web (Spanish Language) π‘: https://www.solvetic.com
β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬
Solvetic is the main YouTube channel for creating video solutions on computer and tech topics problems and different categories such us: Gaming, Windows, Mac, Linux, Android, iPhone, Photoshop, Web browsers, Office, Internet, Programs, Applications, Security, Programming etc.
We explain it to you in the most simple and professional way to learn new things and make solving problems related to computing and technology an easy job.