In this post we will be seeing how we can install Java on our EC2 instance.
DevOps Introduction and Lifecycle
In this post we will be seeing We will be seeing What is DevOps? Role of operations before DevOps? What is the need of DevOps? or Why DevOps is important? and DevOps Lifecycle.
First Chef Cookbook recipe using AWS and chef Server
In this post we will be seeing how to write chef recipe using AWS and chef server. Chef is a configuration management tools that is used to manage the configurations on servers, I won't be explaining in depth what is Chef in this tutorial, but you can go through this for more insights.
What is DevOps?
In this post I will be introducing you with the DevOps culture, We will be seeing What is DevOps?, Role of Operations before DevOps?, What is the need of DevOps or Why DevOps is important. DevOps is such culture or model or practice or approach, whatever you may call but not a programming language or technology.
Set transparency level using Python Imaging Library/Pillow
Image processing can be allowed using The Python Imaging Library or PIL. Unfortunately PIL's last release was in 2009 and then it stopped getting updated. Luckily there were some Python techies who came along and forked PIL and named their project as Pillow. This project Pillow is the enhanced replacement of PIL which also supports … Continue reading Set transparency level using Python Imaging Library/Pillow
DSP Icebreaker – FFT and its interpretation. Windowing
In the first tutorial we saw how to draw a signal of given frequency. In this tutorial we will see how to observe the spectrum of a signal. We know to draw a sinusoidal signal we need two information : frequency of the signal and sampling frequency. Also Nyquist rule has to be respected. But … Continue reading DSP Icebreaker – FFT and its interpretation. Windowing
DSP Icebreaker – Adding white noise to signals, the proper way.
This article is in addition to the last article where we saw how to plot a sinusoidal wave using python. In this article we will see how can we add noise to signals. And later we will see the power of filters by removing our added noise. Noise is a unwanted disturbance in the signal. … Continue reading DSP Icebreaker – Adding white noise to signals, the proper way.
Boot-up with U-Boot
This section of writing will take care of a brief walk through on and answer to question " How u-boot takes up from it's bootm/bootz execution to Linux Kernel handover.
You must be logged in to post a comment.