Latest Posts

Ubuntu Multipass Installer for MacLinux

Multipass Installer for Mac/Linux

Ubuntu VM runs on Windows/Mac/Linux. Multipass can launch and run virtual machines and configure them with cloud-init like a public cloud. Prototype your cloud launches locally for free. It acts as a similar to Oracle Virtual Box or Docker engine 

Read More
ip calculator subnet

Simple IP calculator Subnet using korn shell script v1.0

In this post we are going to see how to write a script to find the subnet calculator, we are using korn shell to write. the interpreter we are going to use /bin/ksh, the korn shell supports MacOS, Linux and Unix flavours. This will be helpful for assign the ip address to the server ip planning.

Read More
shell_basics

Shell script basics

UNIX shell programs executes the user command. User can enter like a command directly or executes a set of commands from a file called as a script file or program. Shell scrips are not compiled, it is interpreted executes line by line.

Read More