PinnedMastering RHEL9: A comprehensive guide from beginners to advanced usersBecome proficient linux administratorMay 5, 2024May 5, 2024
PinnedChildren are wisestThis is in continuation of my last article named “ connecting things" https://link.medium.com/AeU8z6qap9 . That article describes the…Nov 29, 2020Nov 29, 2020
Creating iterable objects in pythonIn python, many data structures like lists, sets, etc are iterable objects, meaning you can iterate over them to fetch their items . For…Dec 3, 2024Dec 3, 2024
How Generator works in python3.Python offers numerous fascinating ways to store , analyze and process data through various data structures. Data structures like list…Nov 28, 2024Nov 28, 2024
How does iterator works in python3.Python is full of many incredible features. One of its most fascinating and powerful aspects is the concept of iterables and iterators…Nov 26, 2024Nov 26, 2024
what’s in __main__ in pythonYou may heard of main() in languages other than python. In languages like C and Java, main() is mandatory function that acts as an entry…Nov 24, 2024Nov 24, 2024
Can you handle syntax error in pythonPython use interpreter to parse its lines of code. Before executing the program, it parses lines of code and raises error if any syntax…Oct 15, 2024Oct 15, 2024
Pattern Matching in LinuxTo provide robust pattern matching, shell supports two capabilities: wild card characters and few metacharacters.Jul 5, 2024Jul 5, 2024
Regular expressions in Linuxthere are certain sets of characters that are consumed and interpreted by commands to perform the complex task. They are regular…Jul 5, 2024Jul 5, 2024
Configuration of systemd in RHEL9In my previous article https://geetanjalimehra.medium.com/systemd-in-rhel9-d939f0b55e1b, an overview of systemd , its components and…May 19, 2024May 19, 2024