[AWS] ConfigMaintaining compliance across our AWS resources is really mandatory when talking from compliance perspective of an organization…Nov 6, 2020Nov 6, 2020
Cut| Awk| SedWhen it comes to bash scripting, some of the most important tools which comes really handy are cut, sed and awk. I am just pulling some…Jul 8, 2020Jul 8, 2020
Fragmentation In NetworkingTo communicate processes in two different machines in different locations needs to follow the TCP/IP stack rules to successfully establish…Jun 28, 2020Jun 28, 2020
[Python]Merge & Watermark PDFWhen we search in web, we get a lot of resources where you are just upload you pdf files and get it merged together. What’s the fun in…Apr 14, 2020Apr 14, 2020
[Python] Creating DictionariesA dictionary is one of the data structures in Python that stores data as a key — value pair. Storing of the key’s are completely unordered…Apr 11, 2020Apr 11, 2020
[Python] Jpeg to Png ConvertorToday, we will discuss about how to convert jpg image to a png image. This sounds silly, while hearing for the first, but it is rather…Apr 10, 2020Apr 10, 2020
[Git] How to move data in repositoryWe will discuss how we can move a file to a folder inside our repository.Feb 5, 2020Feb 5, 2020
[Python][Paramiko] Simple class for ssh operationsParamiko is a wonderful module that can be used to perform ssh operations through python programs. Here I am introducing a simple python…Jan 15, 2020Jan 15, 2020
[Python][Ubuntu]Setting up a virtual environment — virtualenvwrapperUsing virtual environment, we can manage package installations for different projects that we work on, hence it will make sure that that…Jan 4, 2020Jan 4, 2020