Skip to main content

Posts

How To Make Personal Diary And Notes On WhatsApp, Learn These Special Tips

  In today’s era, the use of smartphones is constantly increasing, WhatsApp is the most special app on smartphones and it has become a special part of people’s lives as well. It is being used for personal and office work. Constantly new updates have been coming on WhatsApp, but in this report, we have been giving you some special tips with the help of which you can make a personal diary or notes on WhatsApp. Let’s know. We do most of our work from our smartphone only. In such a situation, when we have to note some important things or make a list, we share it on phone notes or WhatsApp. Many times, from office to personal work, we also share on WhatsApp. We write our important thing or any message and send it to any of our family members or friends on WhatsApp. Doing this can sometimes result in frontal confusion, so today we are telling you the trick of such a big work of WhatsApp which you can use to save your important work or any document. You can also use your WhatsApp like a p...

TryHackMe: Learn Linux

[Task 1] Intro [Task 2] Methodology [Task 3] [Section 1: SSH] — Intro [Task 4] [Section 1: SSH] — Putty and ssh Download Putty here: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html Or using linux apt install putty 2. Login using Putty username: shiba1 Enter username, ip and click Open Click Accept Enter password “shiba1” 3. Login using command line in linux or windows ssh <username>@<ip> [Task 5] [Section 2: Running Commands] — Basic Command Execution echo hello [Task 6] [Section 2: Running Commands] — Manual Pages and Flags How would you output hello without a newline man echo echo -n hello [Task 7] [Section 3: Basic File Operations] — ls What flag outputs all entries ls -a 2. What flag outputs things in a “long list” format ls -l [Task 8] [Section 3: Basic File Operations] — cat What flag numbers all output lines? cat --help [T a sk 9] [Section 3: Basic File Operations] — touch touch b.txt ls [Task 10] [Section 3: Basic File Operations] — Running A Binary ...