FOR-DAILY-UNIX-WORK-TERMINAL-USE-PART1


SUBMITTED BY: benk2x

DATE: Nov. 20, 2019, 5:27 p.m.

UPDATED: Nov. 21, 2022, 7:57 p.m.

FORMAT: Text only

SIZE: 1.0 kB

HITS: 677

  1. $$$ sudo apt-get install secure-delete
  2. sudo srm /home/aun/Documents/xueo/1.png
  3. sudo sfill /home
  4. smem
  5. cat /proc/swaps
  6. sudo sswap /dev/dm-3
  7. ---------------------------------------------------------
  8. shred /home/aun/Documents/xueo/1.png
  9. shred /dev/sda5
  10. shred -n 100 filename
  11. -----------------------------------------
  12. sudo aptitude install wipe
  13. wipe -r /tmp
  14. wipe /dev/sda1
  15. ------------------
  16. ### INSTALL ELECTRUM BITCOIN WALLET###
  17. Install dependencies:
  18. sudo apt-get install python3-setuptools python3-pyqt5 python3-pip
  19. Install Electrum:
  20. sudo python3 -m pip install https://download.electrum.org/3.2.3/Electrum-3.2.3.tar.gz#egg=electrum[fast]
  21. ----------------------------
  22. sudo apt update && sudo apt upgrade
  23. ####################
  24. lspci | grep USB
  25. lsusb
  26. dmesg | tail
  27. dd if=/home/user/Downloads/parabola-2015.11.11-dual.iso of=/dev/sdc
  28. dd if=sdcard.img of=/dev/sdc
  29. dd if=/dev/sdc of=sdcard.img
  30. dd if=/dev/zero of=/dev/sdc
  31. dd if=dev/sg0 of=sg0.img
  32. find /| grep "suchbegriff"

comments powered by Disqus