Read more Scripting How to Write String to a Text File in Python? A string is a primitive data structure that stores a sequence/collection of characters, alphabets, or words. In Python, users can manipulate strings..
Read more Scripting How to Create List of Lists in Python The list of lists is a data structure in Python that consists of a list containing other(nested) lists. It is a two-dimensional data structure, simi..
Read more Scripting How to Convert Python Dictionary to JSON A dictionary in Python is a collection/composition of key-value pairs. It is an unordered, mutable data type used to store and retrieve data effecti..
Read more how-tos Ubuntu How to Add User to Sudoers in Ubuntu In Linux, root user is the highly privileged user that can carry out any activity such as to add/delete a user account, install/remove an applicatio..
Read more CentOS how-tos Install Zoom on CentOS Zoom is one of the best and more secure video conferencing platforms. It enables you to organize one-on-one or team online conferences, webinars, ca..
Read more how-tos Ubuntu How to Find the IP Address of the DHCP Server in Linux In Linux, DHCP (Dynamic Host Configuration Protocol) has a key role, just like a system/network administrator. Its functionality refers to assigning..
Read more how-tos Ubuntu How to Mount Microsoft OneDrive on Ubuntu 22.04 Microsoft OneDrive is a cloud storage service provided by Microsoft. The OneDrive app can be installed on Ubuntu through the Microsoft repository. O..
Read more how-tos Ubuntu How to Install Jami on Ubuntu 22.04 Jami is a free and open-source software application that allows users to make voice and video calls, as well as exchange text messages and files. It..
Read more how-tos Ubuntu How to List Users in Ubuntu 22.04 To get the users list, the file “/etc/passwd” is accessed from the terminal using the cat, getent commands. The GUI can also be used to serve the purpose.