I use NMAP frequently and there are many times that I wish to have its functions on different environments. In this case I was interested in finding how many IP were available for capacity on a local network, knowing that all devices on my network have ICMP enabled.
Continue reading “PowerShell : Find-AvailableIP”
youtube-dl What A Great Tool Written In Python
I absolutely love music in every shape or form and YouTube is an endless source of new inspiration for me. Few months ago I wanted to transcribe some songs, but at that time I was travelling abroad and the internet connection wasn’t always available. Searching for a solution, I found this useful tool called youtube-dl.
Continue reading “youtube-dl What A Great Tool Written In Python”
Check if a mailbox exists with Python and smtplib
Every day we discover different tools that should make our life easier, enchanted by the promise of achieving the best result without any effort. If we can master that tool or technique we can solve many problems even without understanding or finding the root cause, right?
So often I’m guilty of making that assumption, because it not just lazyness it’s harder and it takes time and patience to break complicated puzzles into small simple pieces. Even more to put it all those parts back together to finally find answers to questions like: How? When? Why?
Continue reading “Check if a mailbox exists with Python and smtplib”
First Steps with Python : Setting Up The Environment
Python is a beautiful programming language and the main key for its success is because is so easy to learn. We strongly suggest to get familiar with Python choosing the approach that suit your pace of learning and programming such video-courses, books, tutorials, etc.
Programming it’s like any other technical ability that requires a lot of practice. You’ll need a very balanced mind set to master it like a martial art, where the best approach is keeping your enthusiasm and discipline at the same level and learn it day by day with a very simple and easy approach. Continue reading “First Steps with Python : Setting Up The Environment”