Latest Articles
10+ basic examples to learn Python RegEx from scratch
The re module in python regex contain different functions search, match, sub, subn, split, compile which can be used to match a pattern in the provided string.
5 practical examples to list running processes in Linux
How to list processes by user and name in Linux? How to check if process is running by pid? How to check process status? which command is used to kill a …
Unlock the Power of Python Enumerate for Efficient Looping
The Python enumerate() built-in function takes an iterable object as the input, and returns tuples consisting of a count plus a value.
5 simple examples to learn python string.split()
Python split string using string.split() function. Split strings using for loop in one liner. python split string by space. python split string by comma
Useful OpenSSL command to view Certificate Content
Use openssl to view certificate content for different kinds of certificate. how to read x509 certificate. view certificate details
