Tech bytes Ping and NMAP as REST API Author manish Date February 5, 2020 I came across this idea while working on problem statement, where requirement was to...
Tech bytes Python Dictionary – versatile data Structure Author manish Date February 4, 2020 Python is really simple and powerful when you have to handle complex data objects....
Tech bytes LDAP operations using Python Author manish Date January 29, 2020 Normal command line LDAP tools such as ldapsearch, ldapadd, ldapmodify etc are handy when...
Tech bytes SNMP polling using python Author manish Date January 22, 2020 To play with SNMP using python install easysnmp python module. SNMP v2 Let us...
Tech bytes Add static IPs on raspbian Author manish Date January 9, 2020 Most of the times you need raspberry pi remote access over static IP. Here...
Tech bytes Agentless predictive asset scan on networks Author manish Date December 13, 2019 This is an agent less solution to scan complete network and build an asset...
Tech bytes PySpark on python3 and Debian Author manish Date December 6, 2019 Install openjdk 8 To install openjdk 8 on debian 10, follow steps mentioned at...
Tech bytes Text to speech conversion in python Author manish Date October 19, 2019 Think of an real life scenario where you need text to speech conversion……ok, what...
Tech bytes Speech to text in python Author manish Date October 19, 2019 These days a number of apps use speech to text feature to interact with...
Tech bytes Web scraping with Python Author manish Date September 29, 2019 Web scraping is very powerful methodology to extract and track “things of interest” from...