Posts

Kali Linux Installation in VM Box.

Image
Hello Reader..!! Good Day..!! let's dive into topic, let's see the installation procedure for windows. go to this site for Downloading the kali OS for VM box--->  Kali For VM's , select 64 bit and Download. Now Go to this site for download the VM box--->   VM Box   After that install the VM box in your windows machine. now, again in that download page you will notice an extension pack, so download that, once you downloaded the file will show like open with VM box, so install that in your vm box. Now, to install kali, please proceed the below steps 1. At first select "add" button in the vm box, and then navigate to the downloaded kali linux that you have downloaded. 2. then just select and it will add to the vm box, now select and start, the default password is "kali" and username is also "kali

Kubernetes Part - II

Microservices.... In functionality having an separate service application will be more flexible and those services were loosely coupled, then we can able to easily deploy the application into production. and also if you want to change or an bug fix in a separate service you can able to fix and deploy it on server, because they are independent applications. also each microservices has own it's DB, and if you are deploying an monolithic application you need to build and deploy the whole code into server and it takes some time, but in microservices has separate service/application so easily build and deploy in few mins, also each service can run with different languages, like business layer is written on spring and roue services were write at angular, like that we can write different languages. How to convert an Monolithic to Microservice Application....?     At first you need to break your monolithic application into major services, like consider you have 10 services that currently r

Kubernetes Part -1

Hey all this is an Kubernetes series and this is the part - 1, let's learn together...!! Before going to our main topic, first we will see about some basic architecture about the applications how they are building, developing, deploying and so on... Application Architecture     what is that..?          A way or a method to build the block of application services.     Types     1. Monolithic Architecture     2. Microservices Architecture  A. Monolithic Architecture      This is an classic architecture to build an application services into an single/grouped way, and if that application having n number of services like CURD operations those will be run in an single application and also deployed in a single application, so it contains all layers like, business layer, DB, and so on.. and also the application will be tightly coupled. B. Microservices Architecture     This is the latest way that widely used architecture, and this is also called as "Service Oriented Architecture"

Walk into Linux....😄

Linux Basics…. Hey there.!!, Good Day.!!, in this page you will get some Linux basic commands for day-to-day activities. About Linux.!!! Linux is a case sensitive one, so whatever command that your are going to give please make sure whether it’s in upper or lower case.   - - - - - - - - - - - - - - - G E N E R A L S - - - - - - - - - - - - - - - - /        This slash indicates the root of the file system; it means the root      directory contains system files and user profile. /root This the basic directory for all users profile. /boot   This boot directory contains kernel image for the linux to kick start the system, in later part we will see about kernel image. In simple words the kernel is a core for the operating system in a computer. /etc     This etc directory contains linux configuration files. Basically, it contains system configuration files. /mnt This is storage mounts in your system. /media This is USB Drives, CD Drives, SSD Detachable Drive