Saryia

How to check Services running in linux

How to Check Services Running in Linux

Run the command “systemctl list-units –type=service –state=running” or “service –status-all | grep ‘\[ + \]’” to check the running service on Linux.

Python Convert Dictionary to JSON-01

Python | Convert Dictionary to JSON

The “json.dumps()” function of the json module converts the value of the dictionary into JSON. The value is stored in “keys” and then converted into JSON.

How to Install RPM Packages on Ubuntu 22.04

How to Install RPM Packages on Ubuntu 22.04

To install the RPM Packages on Ubuntu 22.04, use the “alien” program with its “-i” option or convert the RPM file into a Debian file and then install it using “dpkg”.

How to Replace a Word in Google Docs

How to Replace a Word in Google Docs

Google Docs provides the “Find and replace” option from the “Edit” tab and shortcut key “CTRL+H” to replace a word in the entire document

How to Use Grammarly in Google Docs

How to Use Grammarly in Google Docs

Google Docs provides the “Grammarly” extension to use in existing documents via “Chrome web store”. It identifies errors as well as provides solutions.

How to SuperScript in Google Docs

How to SuperScript in Google Docs

In Google Docs, the “Superscript” feature is provided by the “Toolbar” and shortcut key “CTRL+dot”. It is mostly used in mathematical expressions.

Google Docs Offline Extension

Google Docs Offline Extension

Google Docs allows you to work offline by enabling the extension “Google Docs offline”. It prevents losing their important data and saves work offline.

How to Use APA Format in Google Docs

How to Use APA Format in Google Docs

Google Docs offers the built-in templates APA format from the home screen. Moreover, users can follow the standard rules of APA format in an empty document.

How to delete a table in Google Docs

How to delete a table in Google Docs

Google Docs offers the “Edit” and “Format” tabs from the menu bar to delete a table in Google Docs. It is possible by selecting the “Delete” option

How to Check for Plagiarism in Google Docs

How to Check for Plagiarism in Google Docs

Google Docs has the “Get add-ons” button to install the “PlagiarismCheck.org” extension to check “Plagiarism”. Also, you can download the “Plagiarism Report”.

Python Logical AND Operator | Explained

Python Logical AND Operator | Explained

The logical “and” operator returns the boolean value “True” when both of the operands are “True”. This operator checks multiple conditions at one time.

Memory Error in Python

Memory Error in Python

The causes and solutions of python memory errors are discussed and how python memory error occurs due to the use of 32-Bit python installation.

Read a Text File

How to Read a Text File in Python

The “read()” function, “read(n)” with parameter value, and “readline()” function is used to read a text file completely, specifically and line by line.

How to Organize Your Google Docs

How to Organize Your Google Docs?

You can organize Google Docs by creating folders with names and moving them with the “Move icon”. Also, the “New” button in “Google Drive” can create folders.

Access Google Drive Trash

How to Access Google Drive Trash

Google Drive trash is accessed by the “Trash” option from the “Drive” button in Google Docs. Users can select “Restore” and “Delete forever” in it.