RRAKSHAKinrg458.hashnode.dev·Mar 23, 2023 · 9 min readHow Quantum Computers Break The InternetStore Now, Decrypt Later (SNDL) Nation states and individual actors intercept and store encrypted data like passwords and bank details. They cannot open the files but believe that within 10-20 years, they will have access to a quantum computer capa...00
RRAKSHAKinrg458.hashnode.dev·Mar 2, 2023 · 1 min read9 web3 alternatives of the most common web2 apps1. Video Streaming Web 2: Youtube Web3 :Livepeer 2. Music Web 2: Apple Music or Spotify Web 3 : AudiusProject 3. Email Web 2: Gmail and Yahoo Web 3: Dmailofficial 4. Web Browser Web 2: google chrome and Microsoft Web 3: Brave 5. Domain Names We...00
RRAKSHAKinrg458.hashnode.dev·Feb 23, 2023 · 4 min read12 destructive Linux terminal commands every Linux user must be aware of (don't run these):1. Recursive deletion This is one of the scariest commands. When you run this command, it deletes everything in the root directory forcibly and recursively. As a result, all of your directories and subdirectories will be deleted, and all of your data...00
RRAKSHAKinrg458.hashnode.dev·Feb 18, 2023 · 2 min readDay to Day Commandsvmstat used to obtain information about memory, system processes, paging, interrupts, block I/O, disk, and CPU scheduling. htop a process viewer and manager that is interactive Note:- sudo apt install htop iotop is an interactive I/O viewer. Get a ...00
RRAKSHAKinrg458.hashnode.dev·Feb 15, 2023 · 1 min readDay to Day Commandsfree use to get a detailed report on the system's memory usage. scp securely copy files or directories over ssh find locates files using user-defined criteria ncdu provides a useful and convenient way to view disk usage ip used to show or manipul...00