This is a quick way to download files from different URLs in parallel. List all URLs in a file urls.txt https://example.com/file1.zip https://example.com/file2.zip https://example.com/file3.zip https://example.com/file4.zip One-liner download using w...
IP 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...
https://medium.com/@temunel/8-cool-python-one-liners-thatll-make-you-a-better-developer-0c0bfb391c2a
https://medium.com/@temunel/the-most-used-practical-python-one-liners-81fb4006c187
This 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...
Over 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...
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...
There 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...
I 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...
If 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...