Posts

Showing posts from September, 2023

STEGANOGRAPHY IN WINDOWS

STTEGANOGRAPHY- First of all we should know whats exactly is the mean of steganography? So The word steganography is derived from the greek word steganos meaning "hidden or covered" . Steganography is the technique of hiding data within an ordinary non secret file or message to avoid detection. The Hidden data is then extracted at its destination, In this tutorial we'll hide a text file message data behind an image. We are supposing that our secret message file name is hacker.txt and the image file name is client.jpg. Its mean that we have to hide hacker file behind client  file. Now simply follow the steps.... 1)- open cmd if you don't know how to open cmd them simple (win+R->type cmd) 2)- I am supposed that both the file on desktop 3)- Now change directory to desktop using the cd desktop 4)- Now just main final main command ie.....                               copy /b imageFileName+textFileName finalFileName Example:         copy /b client.jpg+hacker.txt Amit

Simplest way to download YouTube Vides for free

Image
 Hey folks hi... Hope you all are doing well... In this post in this post I am gonna tell you the simplest way to download the YouTube videos with example.... just follow the steps... 1)- Copy the url of the video url from url bar if you are watching video on desktop or laptop. Example Suppose I wanna download the following video .... And Its URL is   https://www.youtube.com/watch?v=B_8xHxBA5NU  then I just need to change its url to the following one.  ssyoutube.com/watch?v=B_8xHxBA5NU Mean you just remove the https://www. ===> ss   and hit enter then following window will be opened  like this.... Now simply click on download buttin and the download witll be stated.... 2)-Now question for mobile users. How to find video url? 😑       So for mobile you can also download the youtube the videos with same same method but issue is that how you can find the url of the video url?  So and is very easy and I am explaining it with example... Suppose you wanna down the following video.... Now

The Computer Units

 Hey folks hi.... Hope you are doing well.... In this post I wanna tel about about a list of huge memory unit list. I am sure you;ll like it.... 1)-  1bit = a binary digit 2)- 4byte = 1 nibble 3)-  8bitt = 1 byte 4)- 1024 Byte = 1Kilobyte (KB) 5)- 1024 Kilobvte = 1 Megabyte (MB) 6)- 1024 Megabyte = 1 Gigabyte (GB) 7)- 1024 Gigabyte = 1 Terabyte (TB)  8)-   1024 Terabyte = 1 Petabyte (PB) (9)- 1024 Petabyte = 1 Exabyte (EB) (10)- 1024 Exabyte = 1 Zettabyte (ZB) (11)- 1024 Zettabyte = 1 Yottabyte (YB) (12)-   1024 Yottabyte = 1 Brontobyte  (BE) (13)-  1024 Brontonbyte = 1 Geopbyte (GP) (14)-  1024 GeopByte =  1 Saganbyte (SB) (15)- 1024 Saganbyte =  1 Pijabyt  (PB) (16)- 1024 Pijabyte = 1 Alphabyte (AB) (17)- 1024 Alphabye = 1 Kryatbyte (KB) (18)- 1 Kryatbyte = 1 Amosbyte (AB) (19)- 1 Amosbyte = 1 Pectrolbyte (PB) (20)- 1 Pecrtolbyte = 1Bolgerbyte (BB) (21)-  1 Bolgerbyte = 1 Sambobye (sb) (22)- 1 Sambobyte = 1 Quesabyte (QB) (24)- 1 Quesabyte = 1 Kinsabyte (KB) (25)-   1 Kinsabyte =

Some Facts About ChatGPT

Image
 Hello Folks hi.... Here I am gonna tellyou some fact about some facts about chatgpt. However most of us are fanilier with word chatGPT but stil some of us are nor us are unknown some facts about it. So here we go some facts about it.... (1)----> ChatGPT is a large language model (LLM) of the GPT# series-3 series, which has been trained using supervised fine -tuning and Reinforcement learning from Human Feedback(RLHL). It is largest learning language model in the human in the artificial intelligence(AI) with about 175 billion ML parameters. The training was completed in three phases, which also included supervised & unsupervised techniques . Some more facts about chatGPT The training dataset contains over 570 GB of text , The model was fine tuned using several GBs of database The number of attention heads is around 96 The training model has around 24 layers The training process used 1000NVIDIA V100 GPUs It is trained on Microsoft's Azure AI supercomputing technologies Pleas

Install Turbo C++ on MAC

Image
 Hey folks hi.... hope you all are doing well, In this post I am gonna tell you that how you instal turbo C/C++ in your mac laptop. its very petty simple just follow the steps,,,, 1)- You just need to DosBox and to to download the late version of dosBox version goto visit the link below....                                              https://www.dosbox.com/download.php?main=1 2)- The second step need to follow is ti download turbo compiler (TC). To download TC you can visit the link below....                                        https://www.mediafire.com/file/wvyrdi2x7adyqih/TC.zip/file 3)- Now in this step you just need to extract the TC.zip file and move out the folder named TC on the desktop. 4) Now open the DoxBox and executes the commands one by one as shown also in the pic below.... 1)- mount c ~ 2)- C: 3)- cd desktop /tc/bin 4))- tc Here I am also providing some image results it may be more helpful for you all. And still if are felling any issue you can contact me or comm

Convert Your Web Browser into NotePad

 Hey Folk hi..... Hope you all are doing well. In this post I'll tell you that how you can convert your any web browser like opera, chrome, safari etc into a notepad. toy just need to follow the steps given below.... 1)- Open your any browser link opera, chrome, safari etc 2)- Copy the following text text inn the address bar data:text/html, <html contenteditable> Now you will be able to use your blank area as a notepad. please like and subscribe if you you like this trick