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

Popular posts from this blog

How to open any file

Have you been searching for how to open different file formats?? You have come to the right place. Today I'll show how to open different file types using specific tools or apps. Whether you're a mobile or desktop user, there's something for you. We always use files, but what is a file?. A file is a data storage unit in a computer or machine that can be identified using a filename. There are so many file types ranging from .pdf, .mp3, .mp4 .png, .jpg, .svg, .docx, .xlsx, .zip, .rar,  ... etc. If you are a windows user, you certainly have the necessary tools to open most of the file types mentioned above, but as promised I'll give you tips on how to open any file either on mobile or desktop. So let's begin!! PDF  .Pdf files are used on a daily basis thanks to their reliability and flexibility.  For Desktop users: Right-click on the file and select open with Then choose any browser and you should be able to open the pdf file or you can download any pdf software reader ...

Best sites to get Remote jobs in 2022

Looking for a remote job in 2022 ??  You're at the right place.  Many factors have caused the increase in the demand for work from home, mainly due to the pandemic. In this article, we will have a list of the best sites to get remote jobs easily in 2022. So stay tuned because we'll go straight to the point. Remote work means  working from anywhere other than the office , which can be your home, cafe, or just a coworking space. Instead of coming to the office and interacting with team members face to face, remote workers use digital tools to handle tasks, complete projects and communicate with their team. According to oecd.org , the covid-19 crisis created a sudden need for businesses and their employees to start or increase working from home. By facilitating teleworking from home, information and communication technologies have been crucial in allowing economic activities to endure and enabling a significant portion of individuals to continue earning incomes. You have a ...