Skip to main content

3 STEPS to Install Kali Linux 2022 in VirtualBox

How to install kali Linux 2022 in VirtualBox Have you been looking for a way to install kali Linux 2022 in VirtualBox, but don't know how to go about it? Lucky for you, you're in the right place. If you're a lover of Pentesting and security, kali is mostly what you need. But to perform most labs you'll need to install kali on a virtual machine especially if you're using it for test purposes. In this article, I'll show you how to install kali Linux 2022 on VirtualBox in just 3 steps, so stay tuned. What is Kali? Kali Linux is a Debian-derived Linux distribution designed for digital forensics and penetration testing. So without further ado, let's get into our main topic To install Kali Linux on VirtualBox, you'll just need to follow these 3 steps; STEP 1: Download Kali Go to Kali's official site and download the setup by clicking here  as shown on the image below. STEP 2: Import Kali in VirtualBox Once downloaded, decompress the file in your desired lo...

Remove posts from any page in your blogger blog

remove posts from any page in blogger

Have you always looked for a way to remove or prevent new posts from appearing on other pages in your Blogger blog, but never found the straight-to-the-point answer to your problem??


It's really frustrating, right? 

remove posts from any page in your blogger blog

Don't worry I got your back, Today I will give you a quick and easy tip on how to remove those unwanted posts from your about, contact, or any other page. You'll also get the opportunity to see how you can tweak and customize your blog in blogger according to your needs.



We're going to use two methods, if the first doesn't work don't give up, try the next method.

Let's begin..

Method 1



  • Next, click on the page you want to edit, enter in edit mode



  • Next, Go to the select view tab represented by a pencil and click on HTML view,



  • Next, Copy the following line of code and paste it anywhere in the edit section



Finally, Go click on publish

Tada 👏😄, Now if you go to you're blog and click on those pages you'll see that those posts are no more. Happy right


Method 2: (You'll need to use google chrome!!!)

  1. Firstly, Open chrome and go to your blog's URL
  2. Next, go to the pages where you want to remove the posts from and right-click on the posts section
  3. Next, Right-click on the section where the posts are and select inspect
  4. Next look for the class id ( e.g FeaturedPost, PopularPosts) and copy somewhere 
  5. Then repeat steps 1 to 3 of method 1 above, then instead of copying the code above, type 

<style>

 .AnythingPost{

    display: none;

}

</style>

"replace ".AnythingPost" with dot the class id of the post section you got using the inspect tool " 

Finally, click publish. Now if you go to that page the posts will have disappeared


I hope you were satisfied, I told you everything you need is here.

If you liked the post, comment below, share this post, feel free to ask any question, and stay tuned for more

Thanks


Comments