Muthukumar Jeganathaneverydaynewlearning.hashnode.dev·Sep 10, 2024One LinersIP or Internet Protocol is nothing but number’s that will be assigned to any devices which are connected to Internet mainly used for communication. 4 types of IP. Pubic - External facing IP (Routers) Private - Internal facing IP (TV, Mobile, IoT...Oneliner
Temuneltemunel.hashnode.dev·Jun 27, 20248 Cool Python One-Liners That’ll Make You a Better Developerhttps://medium.com/@temunel/8-cool-python-one-liners-thatll-make-you-a-better-developer-0c0bfb391c2aOneliner
Temuneltemunel.hashnode.dev·Jun 26, 2024The Most Used Practical Python One Linershttps://medium.com/@temunel/the-most-used-practical-python-one-liners-81fb4006c187Python
Abid ullahabidullah786.hashnode.dev·Aug 5, 2023Node.js Key One-Liners to Elevate Your Coding SkillsThis blog is originally published on my Blog website, where you can find the full version with detailed insights and examples. Click the link below to read the complete article and explore more tech-related content!👉 Click Here Introduction Node.js...Node.js
Darwin Sanoymissionimpossiblecode.io·Nov 8, 2017Automated Collection of Diagnostic System Information From Systems You Don't OwnOver time I’ve found there are many reasons why I may be asked to debug systems I do not have convenient access to. It is painstaking to get lists of diagnostic information in circumstances such as these because it requires a lot of information relay...88 readsPowershell
Darwin Sanoymissionimpossiblecode.io·Aug 1, 2017The Universal PowerShell Core Installer (Install-PowerShell.sh)Since PowerShell Core was announced not quite a year ago, I have had a surprising number of reasons to migrate or refit existing PowerShell code to run on PowerShell Core. In some cases keeping future development compatible with both environments add...53 readsPowershell
Darwin Sanoymissionimpossiblecode.io·Mar 16, 2017Continue Your Automation To Run Once After Restarting a Headless Windows SystemThere are times when you cannot avoid having to reboot a system and continue with an automation task. When you hit one of these, you start down the road of finding the built-in ways that Windows allows you to stage a task to start when the system res...2.8K readsautomation
Darwin Sanoymissionimpossiblecode.io·Mar 1, 2017Oneliners For Procmon Debugging of AWS Cloud Formation AutomationI was working through some nasty Windows automation problems buried deep in a Cloud Formation template. Something appeared to be overwriting a certificate private key that we were placing on the system. The block of automation code that might contain...48 readsAWS
Darwin Sanoymissionimpossiblecode.io·Feb 19, 2016Fastest Way To Get Your Hands on the New Win32-OpenSSHIf you’re like me, you grow tired of having to install a seperate terminal utility on Windows to use ssh to connect to the vast array of devices and services that use it as a primary communications mechanism. Why can’t it just be done from the comman...41 readsautomation