Categories
Linux
Customize your terminal in 3 Steps
Everytime I run up with coding/pen-testing kind of videos in youtube, I see cool patterns or texts at the top of terminal. I had wondered how this is done? I did some browsing stuffs ...
In Linux, tips & tricks, Jul 15, 2021The Sudoers - Controlling privileages
Sudoers is a file in directory ‘/etc/sudoers’ in Linux or Mac OS. By editing this file, we can control the access granted to various clients.
In Linux, tips & tricks, Jul 29, 2020Make your terminal sessions interactive
Sometimes,working with the terminals black & white screen is little boring. Creating new interactive dialog/interactive boxes in our terminal will be little fun and interesting. H...
In Linux, tips & tricks, Jun 21, 2019tips & tricks
Customize your terminal in 3 Steps
Everytime I run up with coding/pen-testing kind of videos in youtube, I see cool patterns or texts at the top of terminal. I had wondered how this is done? I did some browsing stuffs ...
In Linux, tips & tricks, Jul 15, 2021The Sudoers - Controlling privileages
Sudoers is a file in directory ‘/etc/sudoers’ in Linux or Mac OS. By editing this file, we can control the access granted to various clients.
In Linux, tips & tricks, Jul 29, 2020Make your terminal sessions interactive
Sometimes,working with the terminals black & white screen is little boring. Creating new interactive dialog/interactive boxes in our terminal will be little fun and interesting. H...
In Linux, tips & tricks, Jun 21, 2019Docker
Cryptojacking Worm - in Docker Containers
A new cryptojacking worm, named Graboid, has been spread into more than 2,000 Docker hosts, according to the Unit 42 researchers from Palo Alto Networks. This is the first time such a...
In Docker, DevOps, Oct 24, 2019DevOps
Postman installation in Kali Linux
Postman is the Google chrome app for interacting with HTTP APIs. It give a user friendly interactive environment for creating request and reading responses.
In Kali, DevOps, May 24, 2020Cryptojacking Worm - in Docker Containers
A new cryptojacking worm, named Graboid, has been spread into more than 2,000 Docker hosts, according to the Unit 42 researchers from Palo Alto Networks. This is the first time such a...
In Docker, DevOps, Oct 24, 2019Amazon Aurora
Amazon Aurora is a MySQL-compatible relational database engine that combines the speed and availability of high-end commercial databases with the simplicity and cost-effectiveness of...
In AWS, DevOps, Aug 04, 2019Server less Computing
What is server less computing ?It is a cloud computing execution model in which cloud provider acts as the server, dynamically managing the allocation of machine resources. Pric...
In DevOps, Aug 03, 2019EDI
AWS
Amazon Aurora
Amazon Aurora is a MySQL-compatible relational database engine that combines the speed and availability of high-end commercial databases with the simplicity and cost-effectiveness of...
In AWS, DevOps, Aug 04, 2019Tips & Tricks
Undeletable & Unrenamable Folder
How To Create Undeletable And Unrenamable Folders ?
In Tips & Tricks, Aug 28, 2019Python
Pytest - A Guided Series - Part 1
Testing is a major inevitable part of Software development. As the technology and standard gets updated every now and then, testing for such complex codes demanded a framework to ensu...
In Python, Coding, Jan 23, 2023Debugging in Python - Logging module
Whenever we do programming, print statements are very helpful for debugging/conveying the code status to the user. Let’s say now our code is in production and all these print statemen...
In Python, Coding, Oct 15, 2022Pickle your Python Code
Pickling is one of the modules in python that helps us in serialization and de-serialization process.In this post, we are going to talk in detail about this module and glance on some ...
In Python, Coding, May 15, 2022Decorators in Python
Recently we came across this catchy concept in python and we thought it would be helpful on writing some basic stuffs about this. So lets dive in!!!
In Python, Sep 07, 2020My First bot - Telegram bot | python
Telegram bots are simply accounts operated by software – not people. They will be coded with AI intelligence, so that they can do anything like teach, play, search, broadcast, remind...
In Python, Sep 27, 2019Big Data
Big Data: What Does it Really Mean?
Every day in the U.S. some 7 billion shares of stock or other securities are traded on various financial exchanges, and fully two-thirds of these trades are executed by computers usin...
In Big Data, Nov 09, 2019Cloud
What the Heck is… The Cloud?
The cloud, or cloud computing, is not new but it remains a major buzzword in the business and technology world. I would assume that most people know by now what we mean when we say th...
In Cloud, Nov 09, 2019Kali
Using Wireshark - A kick start for beginners
Wireshark proved to be one of most powerful network package capturing and analysis tool. Download is pretty much easy and given the link here. Once you fire up Wireshark it’ll look li...
In Kali, Penetration, Jul 05, 2020Troubleshoot-Cannot run VLC as root
After fresh installation or upgrade of existing versions, Vlc might not open. On trying the best with terminal, if you have received traces like Cannot run vlc as root this post could...
In Kali, Jun 12, 2020Dmitry - Information Gathering Tool
Networking got bunch of advanced information gathering tools like nmap. But yet dmitry satisfies some criteria that forms foundation of information gathering.
In Kali, May 26, 2020Postman installation in Kali Linux
Postman is the Google chrome app for interacting with HTTP APIs. It give a user friendly interactive environment for creating request and reading responses.
In Kali, DevOps, May 24, 2020Chromium installation in Kali Linux
Chromium exists within the Kali repositories and can be installed using:
In Kali, Dec 10, 2019python
Django - Create your first project
Django is a high-level web application frame work with loads of features in it. Actually there are endless web frameworks out there in world !! Then why Django ?
In python, Jan 25, 2020Penetration
Using Wireshark - A kick start for beginners
Wireshark proved to be one of most powerful network package capturing and analysis tool. Download is pretty much easy and given the link here. Once you fire up Wireshark it’ll look li...
In Kali, Penetration, Jul 05, 2020windows
Top 7 CMD commands Windows 2021
Are you looking for CMD commands ? Here are some which could be helpful to you.In this article, I will share the top commands that I have come across 2021 in my regular usage.
In windows, tips&tricks, Jun 03, 2021tips&tricks
Top 7 CMD commands Windows 2021
Are you looking for CMD commands ? Here are some which could be helpful to you.In this article, I will share the top commands that I have come across 2021 in my regular usage.
In windows, tips&tricks, Jun 03, 2021Coding
Pytest - A Guided Series - Part 1
Testing is a major inevitable part of Software development. As the technology and standard gets updated every now and then, testing for such complex codes demanded a framework to ensu...
In Python, Coding, Jan 23, 2023Debugging in Python - Logging module
Whenever we do programming, print statements are very helpful for debugging/conveying the code status to the user. Let’s say now our code is in production and all these print statemen...
In Python, Coding, Oct 15, 2022Pickle your Python Code
Pickling is one of the modules in python that helps us in serialization and de-serialization process.In this post, we are going to talk in detail about this module and glance on some ...
In Python, Coding, May 15, 2022Automatic Code Documentation with Doxygen
Documenting your code is a form of art!A well documented code could save you in various scenarios. Even if a new member starts going through an already available code or the author(hi...
In Coding, Oct 12, 2021Featured
-
Pytest - A Guided Series - Part 1
In Python, Coding, -
Debugging in Python - Logging module
In Python, Coding, -
Pickle your Python Code
In Python, Coding, -
Automatic Code Documentation with Doxygen
In Coding, -
Decorators in Python
In Python, -
Dmitry - Information Gathering Tool
In Kali, -
Make your terminal sessions interactive
In Linux, tips & tricks,