Posts

Showing posts with the label ubuntu

Setup Docker on Ubuntu

Image
Unleash the power of containerization on your Ubuntu machine! Docker revolutionizes how you develop, deploy, and run applications, and setting it up on Ubuntu is surprisingly simple. Whether you're a seasoned developer or a curious hobbyist, this guide will walk you through the process, empowering you to craft isolated, portable, and efficient software environments. Buckle up, and let's dive into the exciting world of Docker on Ubuntu! Get Started Setup 1. Uninstall old versions sudo apt-get remove docker docker-engine docker.io containerd runc -y Copy 2. Update the apt package index and install packages to allow apt to use a repository over HTTPS sudo apt-get update sudo apt-get install ca-certificates curl gnupg lsb-release -y Copy 3. Add Docker’s official GPG key sudo mkdir -p /etc/apt/keyrings curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg Copy 4. Use...

Find and Fix Log4J-2 Vulnerability Using Snyk - Ubuntu 20.04 (Linux)

Image
In this article, we are going to find and fix log4j-2 vulnerability using snyk and hands-on demo on how to scan and fix the project on Ubuntu 20.04(Linux).   Disclaimer:   The articles provided on HackWithV is purely for informational and educational purpose only, and for those who are willing and curious to know & learn about Cyber Security, Ethical Hacking,  Software Development and  IT Operations. Anytime the word "Hacking" that is used on this site shall be regarded as Ethical Hacking. Table of Content What is Log4J ?   Jump to Log4J2 Vulnerability   Jump to Hands-On   Jump to Synk   Jump to Requirements   Jump to Setup Sample Project   Jump to Install Snyk   Jump to Scan the Project    Jump to Monitor the Project    Jump to   ...

Snyk - Ubuntu 20.04 (Linux)

Image
In this article, we are going to learn about Snyk, features, and hands-on demo on how to install, usage and uninstall on Ubuntu 20.04(Linux).   Disclaimer:   The articles provided on HackWithV is purely for informational and educational purpose only, and for those who are willing and curious to know & learn about Cyber Security, Ethical Hacking,  Software Development and  IT Operations. Anytime the word "Hacking" that is used on this site shall be regarded as Ethical Hacking. Table of Content What is Snyk ?   Jump to Features   Jump to Hands-On   Jump to Requirements   Jump to Download   Jump to Install   Jump to Usage   Jump to Uninstall    Jump to Cheat Sheet    Jump to    What is Snyk ?  Snyk is a developer se...

Docker - Ubuntu 20.04 (Linux)

Image
In this article, we are going to learn about Docker, features, and hands-on demo on how to install, usage and uninstall on Ubuntu 20.04(Linux).   Disclaimer:   The articles provided on HackWithV is purely for informational and educational purpose only, and for those who are willing and curious to know & learn about Cyber Security, Ethical Hacking,  Software Development and  IT Operations. Anytime the word "Hacking" that is used on this site shall be regarded as Ethical Hacking. Table of Content What is Docker ?   Jump to Features   Jump to Hands-On   Jump to Requirements   Jump to Download   Jump to Install   Jump to Usage   Jump to Uninstall    Jump to    What...

VirtualBox on Ubuntu 20.04 - Linux

Image
In this article, we are going to learn about VirtualBox, features, and hands-on demo on how to install, usage and uninstall on Ubuntu 20.04(Linux).   Disclaimer:   The articles provided on HackWithV is purely for informational and educational purpose only, and for those who are willing and curious to know & learn about Cyber Security, Ethical Hacking,  Software Development and  IT Operations. Anytime the word "Hacking" that is used on this site shall be regarded as Ethical Hacking. Table of Content What is VirtualBox ?   Jump to Features   Jump to Hands-On   Jump to Requirements   Jump to Download   Jump to Install   Jump to Usage   Jump to Uninstall    Jump to    What is VirtualBox ? VirtualBox is a software that virtualizes the x...