Latest Articles
4 easy methods to check sudo access for user in Linux
How to check sudo access for a normal user? Is it possible to know if a user has sudo access using a script without password prompt?
Use Python Logging Like a PRO: Don't be a Rookie
Learn how to use python logging module with examples. Write to console, stdout, stderr, to log file or syslog. Create single or multiple handlers using …
How to use python if else in one line with examples
Learn how to use python if else statement in one line using ternary operator. You can also hack your way to use nested if else or if elif else in single line
The Only OpenSSL CheatSheet You Will Need!
In this tutorial we will cover different examples using openssl command, so in short let's get started with our openssl cheatsheet.
Python if else statement usage with examples
Learn about python if else statement, nested if statement with different examples using comparison and logical operators
