{Openstack, Linux, Opensource, Freedom, Technology}

Creating a Kali Linux Image for Openstack

Install required softwares Get the Image Unarchive Concatenate all the VMDK files to single QCOW2 Upload to Glance Kali Linux is a Debian-derived Linux distribution designed for digital forensics and penetration testing. It is maintained and funded by Offensive Security Ltd. Mati Aharoni, Devon Kearns and Raphaël Hertzog are the core developers. Now a days lots of people using it for Security assessment. Here we will see how to create a QCOW2 image of Kali for Openstack. [Read More]

Live Migration failure Cannot get interface MTU on ‘qbrXXXXXXXX-XX’

Some times, when you are doing a live migration , it will ended up with the following error in the nova-compute.log of hypervisor. The reason for this as follows. The Interface was removed by the user, but LIBVIRT doesnt acknowledged about this. But nova did. So, when nova initiates a live migration, libvirt is looking for this interface, which actually doesnt exists. virsh domiflist Interface Type Source Model MAC tap29b1bcde-c7 bridge qbr29b1bcde-c7 virtio fa:16:3e:79:06:2a tap887baa4b-2e bridge qbr887baa4b-2e virtio fa:16:3e:d8:e9:db At the same time [Read More]

EXT4 Filesystem Size

What is an EXT4 The ext4 file system is a scalable extension of the ext3 file system. It can support files and file systems up to 16 terabytes in size. It also supports an unlimited number of sub-directories (the ext3 file system only supports up to 32,000), though once the link count exceeds 65,000 it resets to 1 and is no longer increased. Ext4 uses extents (as opposed to the traditional block mapping scheme used by ext2 and ext3), which improves performance when using large files and reduces metadata overhead for large files. [Read More]

Grep command to find your files

Preface grep command syntax redirect output using pipe Regex patterns using -E Preface One of the most useful and versatile commands in a Linux terminal environment is the “grep” command. The name “grep” stands for “global regular expression print”. This means that grep can be used to see if the input it receives matches a specified pattern. This seemingly trivial program is extremely powerful when used correctly. Its ability to sort input based on complex rules makes it a popular link in many command chains. [Read More]

How to Check Meltdown CPU Vulnerability in Linux

Meltdown is a chip-level security vulnerability that breaks the most fundamental isolation between user programs and the operating system. It allows a program to access the operating system kernel’s and other programs’ private memory areas, and possibly steal sensitive data, such as passwords, crypto-keys and other secrets. spectre-meltdown-checker is a simple shell script to check if your Linux system is vulnerable against the 3 “speculative execution” CVEs (Common Vulnerabilities and Exposures) that were made public early this year. [Read More]

How to use Head Command

Preface Head basic usage n number of lines Specific number of bytes only Preface There are several commands and programs provided by Linux for viewing the contents of file. Working with files is one of the daunting task, most of the computer users be it newbie, regular user, advanced user, developer, admin, etc performs. Working with files effectively and efficiently is an art. Today, in this article we will be discussing the most popular command called head. [Read More]

An ISP Journey to Public Cloud

Transformation from Baremetal to Virtualization A change is inevitable OK, What will be our prototype Here is the Leader Openstack Mirantis Release Design Rainfall What about Cost Aftermath Transformation from Baremetal to Virtualization In 2012, when we think about Virtualization, people are not ready to accept the changes. They were not believing in Virtualization because of following reasons. Virtual ? Security ? Data Integrity ? Availability ? Management ? [Read More]

Openstack

What is Openstack OpenStack is a free and open-source software platform for cloud computing, mostly deployed as infrastructure-as-a-service (IaaS), whereby virtual servers and other resources are made available to customers. The software platform consists of interrelated components that control diverse, multi-vendor hardware pools of processing, storage, and networking resources throughout a data center. Users either manage it through a web-based dashboard, through command-line tools, or through RESTful web services. Evolution In July 2010, Rackspace Hosting and NASA jointly launched an open-source cloud-software initiative known as OpenStack. [Read More]