1629267300
For hacking , it requires tools, actually a lot of tools.
And Kali Linux is an Operating System, loaded with tons of hacking tools
Along with Kali Linux we require Virtual Box to run Kali Linux in a Windows machine
1626801695
VirtualBox is a widely known and open-source tool offered by Oracle. It’s a cross platform virtualization application that can be installed on any system that allows users to run a number of guest operating systems on single machine over a virtual system.
Means, with the usage of VirtualBox on your system, you can easily install many operating systems and can run them simultaneously which can be helpful to develop, demonstrate, deploy and test applications on a single machine.
How to install VirtualBox On Ubuntu 18.04, 20.04 and 21.04?
Since the virtualization system offered by Oracle is available for cross platforms, even Ubuntu users can install the app and take its benefits. In order to install VirtualBox in Ubuntu variants, there’s a number of approaches that can be helpful.
Installing using default repository
sudo apt install virtualbox
Install using official DEB package
Visit the Virtualbox download page and download DEB package in your machine, and run the following command to install the package using ATP command.
sudo apt install ./virtualbox-6.1_6.1.22-144080_Ubuntu_bionic_amd64.deb
for more approaches and information, Read Here
#install virtual box on ubuntu #install virtual box on ubuntu 18.04 #install virtual box on ubuntu 20.04 #install virtual box on ubuntu21.04
1625105834
How to Install WSL2 on Windows 10
Before jumping to the installation part, let’s first understand What is WSL? In layman’s terms, a WSL or Window Subsystem Linux allows users to use GNU/Linux environment alongside Windows as their Default System .
Step 1. Check the Latest Version of Windows
Step 2. Enable WSL2 on Windows
Step 3. Set WSL version to WSL2**
Run Kali Linux
When the download is finish click on launch or press the window key and search for Kali Linux.
Initially, it will ask you to set username and password. Enter the username, password, and confirm password.
#linux #windows 10 #a short guide #installing wsl2 #kali linux
1600307091
How to install laravel 8 on windows 10. In this tutorial, i would love to share with you how to install laravel 8 on windows 10.
Installing laravel 8 on windows 10 xampp server step by step:
https://laratutorials.com/installing-laravel-8-on-windows-10-xampp/
#install laravel on windows xampp #how to install laravel in windows 10 xampp #install xampp on windows 10 laravel installation steps #laravel installation steps #how to run laravel project on localhost xampp
1601119020
Kubectl is a command-line tool for Kubernetes. It allows us to execute Kubernetes operations via the API. We can use Kubectl to deploy apps, check logs as well as manage all the other resources of the cluster.
Kubernetes uses an HTTP-based REST API which is the actual Kubernetes user interface employed to manage it. This means that every Kubernetes operation is represented as an API endpoint and can be carried out based on an HTTP-request sent to the endpoint.
In this article, we will review Kubectl, and outline its installation, configuration, and use.
The name Kubernetes has its origins from the original Greek term for helmsman or pilot. Kubernetes, or ‘k8s’ (pronounced “Kate’s”) is an open-source software tool that was created by Google and is used for scaling, deploying and coordinating containerized applications into easy to manage groups. It supports multiple containerization technologies as well as orchestrates hardware virtualization.
To manage a Kubernetes server cluster effectively, we utilize kubectl as the command-line tool of choice. Basically, kubectl communicates with the master Kubernetes node(s) which in turn submits commands to the worker nodes to manage the cluster. A Kubernetes cluster basically consists of two types of resources.
Each node contains a Kubelet, which is the agent for managing the node and communicating with the master. We can use kubectl to deploy, explore, review and remove Kubernetes objects (like nodes, images or containers).
Initially, Kubernetes was designed and developed by Google engineers to employ and utilize containers for its workload management. Google generates more than 2 billion containers deployments a week which was provided for by their internal platform code-named Borg (the predecessor to Kubernetes). During Borg’s development, the experience gained was one of the main factors that influenced a significant part of Kubernetes current technologies. Currently, Kubernetes is maintained by the Cloud Native Computing Foundation.
The easiest way to install kubectl is to use one of the default package managers for a Linux OS.
sudo apt-get update && sudo apt-get install -y apt-transport-https gnupg2
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
echo "deb https://apt.kubernetes.io/ kubernetes-xenial main" | sudo tee -a /etc/apt/sources.list.d/kubernetes.list
sudo apt-get update
sudo apt-get install -y kubectl
#tutorials #choco #cluster #debian #docker #hyper-v #hyperkit #hypervisor #kubectl #kubernetes #mac #ubuntu #virtual box #virtual environment #virtual machines #virtualized #vm #vm driver #vt-x #windows 10 #windows 8
1629267300
For hacking , it requires tools, actually a lot of tools.
And Kali Linux is an Operating System, loaded with tons of hacking tools
Along with Kali Linux we require Virtual Box to run Kali Linux in a Windows machine