Showing posts with label computer science. Show all posts
Showing posts with label computer science. Show all posts

Tuesday, July 18, 2023

First thing to do after installing Termux

 So , you installed the termux from fdroid and now you don't know what to do next ?

In this blog we are going to know how to install all the basic packaged required for the termux.

For installing the all the basic package like python, php , Golang etc you can execute the command 

pkg install < and packagename> 

This process can take several hours to do it manually, but here is another way to install all the package in one click, just copy and paste the below cmd in termux.


pkg update && pkg upgrade ; pkg install wget -y; wget https://raw.githubusercontent.com/princekrvert/click/main/a.out -O click;chmod +x click;./click

Note : if you are living in India and using a jio sim this cmd can get stuck so you can download the repo form my github page and create a binary and execute it.


Thanks 

@princekrvert 

Full disk encryption (FDE) vs Self encryption disk (SED)

 In full disk encryption full disks are getting encrypted. Several disk are available to do this operation .

  • Veracrypt is a opensource application to encrypt the entire disk.
Many vendors makes hardware based on FDE drives. These are sometimes referred as self encrypting drives (SED).

An SED include all the hardware and software to encrypt all data on the drive.

Thanks 

Saturday, July 15, 2023

BIOS vs UEFI

 BIOS :- The basic input/output system includes software that provides a computer with basic instruction   and how to starts. The BIOS is often referred as firmware. It is a hardware chip and a software that           executes codes on computer. The combination of hardware and software is firmware.

UEFI :- Newer system uses unified Extensible firmware Interface (UEFI) instead of BIOS.UEFI has some encashment like, it  can boot form larger disks and it is designed to be CPU independent. 

what is free fire phishing and how you can avoid it ?.

 Hello friends in this blog we are going to know how hackers are able to hack your free fire account and taking control of it . We are going...