Tutorials on Linux, Programming & Technology

How to Upgrade to Ubuntu 22.04

How to Upgrade to Ubuntu 22.04

Firstly, you need to install the update manager and configure its release-upgrade file. After that, use the “sudo do-release-upgrade” command to upgrade.

How to Add a Border in Google Docs

How to Add a Border in Google Docs

Google Docs provides the “Format” button and “Insert” button to add a border. The borders can also be customized as per the user’s requirements.

How to Create a Folder in Google Docs?

How to Create a Folder in Google Docs?

In Google Docs, the “Folder” button is used to create a folder via the “Move” icon. Moreover, the “New” button in Google Drive creates a folder as well.

How to Alphabetize in Google Docs

How to Alphabetize in Google Docs

The “Doc Tools” extension is used to alphabetize text. It generates the sorted list in alphabetical order. The order could be ascending/descending.

How to Convert Int to Binary in Python

How to Convert Int to Binary in Python

In Python, the “bin()” function, “format()” function, “f-string()” function, and “str.format()” method can be used to convert an integer to binary.

One Line for Loop in Python

One Line for Loop in Python

In Python, one line for a loop is used to perform multiple operations in a single line. The one-line for loop operations reduces the space and amount of code.

How to Delete a Google Docs File

How to Delete a Google Docs File

Google Docs provides the “Move to trash” option from the “File” tab and the “Remove” option to delete the current or existing document in Google Docs.

How do I Double Space in Google Docs

How do I Double Space in Google Docs

The “Toolbar” and “Menu bar” are utilized to select the “Double” option for inserting the double spaces between the text lines of Google Docs.

Install Git in Ubuntu 22.04

Install Git in Ubuntu 22.04

To install Git on Ubuntu 22.04, use the command “sudo apt install git”. If you add the PPA repository, you will get the latest version of Git.

How to install GCC on Ubuntu 22.04

How to Install GCC on Ubuntu 22.04

GCC can be installed on Ubuntu 22.04 using “sudo apt install gcc” or “sudo apt install build-essential”. For GCC-12, you can use “sudo apt install gcc-12”.

How to install Plex on Ubuntu 22.04

How to Install Plex on Ubuntu 22.04

Use “sudo snap install plexmediaserver” to install Plex via a snap or use the “sudo apt install plexmediaserver” command after adding the Plex repository.

How to Use Dark Mode in Google Docs

How to Use Dark Mode in Google Docs

The built-in extensions “Google Docs Dark Mode” from the Web Store and “Google Flags” are employed to enable the dark mode in Google Docs.

How to Subscript in Google Docs

How to Subscript in Google Docs

Google Docs provides the “Subscript” feature and “Special characters” from the “Menu” bar to apply the subscript to text.

How to Strikethrough Text in Google Docs

How to Strikethrough Text in Google Docs

In Google Docs, the text is strikethrough by selecting the “Strikethrough” option from the “Format” tab, or the “ALT+SHIFT+5” shortcut key can also be used.

How to Compile a C++ file in Linux

How to Compile a C++ file in Linux

In Linux, the “GCC” and “G++” compilers can be used to compile a C++ program using the name of the file to be compiled with the “lstdc++” option in “GCC”.