Johnson

pkill Linux Command Explained

pkill Linux Command | Explained

The “pkill” command kills the execution of currently active processes in linux such as “-f” (full process name), “-o” (oldest process), “-n”(newest process).

What Command Used to Create an Empty File

How to Create an Empty File Linux?

In the terminal, the “touch”, “echo”, “nano”, and “printf” commands are used to create an empty file specifying the file name.

How to Check WSL Version

How to Check WSL Version?

To check the current version of WSL, the “wsl –list –verbose” or “wsl -l -v” command is utilized in the Windows Command Prompt.

Fix ssh connection refused port

Fix: ssh connection refused port 22

The “ssh connection refused port 22” error can be resolved by installing “OpenSSH” packages or checking the active status of SSH services or port numbers.

How to Install G++ on Ubuntu

How to Install G++ on Ubuntu?

On Ubuntu, the G++ compiler can be installed using the command “sudo apt install g++” or ”sudo apt install build-essential” package.

What Port Does SSH Use

What Port Does SSH Use?

In Linux systems, SSH uses Port 22 that can visualize through the “getent” command, “systemctl” command, and “sshd_config” file

How to Check the PHP Version

How to Check the PHP Version?

In Linux, the “php –version” or the “php -i” commands are used to check the installed version of PHP. You can also search for specific PHP versions.

How to Cite Chicago Style on Google Docs?

How to Cite Chicago Style on Google Docs?

Google Docs enables users to cite the “Chicago” style by pressing the “Citations” option from the “Tools” tab. It requires some information for citations.

tr Command in Linux With Examples

tr Command in Linux With Examples

The “tr” command is utilized to transform strings from standard input and display the output after performing operations(deleting, replacing characters, etc.).

How to Make a Calendar in Google Docs

How to Make a Calendar in Google Docs?

Google Docs provides the “Table” option from the “Insert” tab to make a calendar in the document. It is beneficial to schedule tasks in the upcoming days.

How to Make Org Chart in Google Docs

How to Make Org Chart in Google Docs?

Google Docs assists the “Drawing” window from the “Insert” tab to make an “Org Chart”. This chart visualizes the hierarchy of organizational members.

How to Insert a Line in Google Docs

How to Insert a Line in Google Docs?

Google Docs provides the “Horizontal line” and “Drawing” windows to insert a line in a document. In the window, you can add multiple lines in any direction.

How to Create an Invoice on Google Docs

How to Create an Invoice on Google Docs?

Google Docs provides built-in templates from the “Template gallery” to create an invoice in the document having “Company Name”, “Address”, and “Product Name”.

2023 Google Docs Calendar Templates

2023 Google Docs Calendar Templates

2023 Google Docs Calendar Templates can be accessed and modified in documents through a third-party website. After inserting templates, users can modify them.

How to Install XAMPP On Ubuntu

How to Install XAMPP On Ubuntu?

First, download the XAMPP installer from its official website. Then, make it executable and run the installer to start the installation of XAMPP.

netcat Linux Command Explained

netcat Linux Command | Explained

In Linux, the netcat command is utilized to monitor the data across multiple devices within the network. This post has briefly explained the netcat command

How to Save a Google Docs on Desktop

How to Save Google Docs on Desktop?

To save Google Docs on a desktop, hit the “Download” option from the “File” tab of an existing document and choose the download location as Desktop

How to Cite a Website in Google Docs__

How to Cite a Website in Google Docs?

In Google Docs, a website can be cited via the “Citations” option from the “Tools” tab. Then, type the “URL” of the specified website for making a citation.

How to Print Labels in Google Docs

How to Print Labels in Google Docs?

Google Docs provides the “Print” option and shortcut key “CTRL+P” to print labels through the “Create & Print Labels” third-party extension.

How to Make a Timeline in Google Docs

How to Make a Timeline in Google Docs

Google Docs offers the “Drawing” window from the “Insert ” tab to make a timeline in a document. It is useful to schedule tasks with respect to time.

How to Add Bullet Points in Google Docs

How to Add Bullet Points in Google Docs?

Google Docs provides the “Bullets & numbering” option, the “Bulleted list” icon, and the “CTRL+SHIFT+8” key to add bullet points to the selected document.

Convert Google Docs to HTML

Convert | Google Docs to HTML

Google Docs provides the “Web Page (.html, zipped)” option from “Download” to convert files into HTML format. It can be opened in any browser.

How to Show Ruler on Google Docs_

How to Show Ruler on Google Docs?

In Google Docs, show the ruler by pressing the “Show ruler” option from the “View” tab. By pressing it, you can visualize the margin at the top of the document.

Python Set add() Explained

set.add() Function in Python

Python provides a built-in function named “set.add()” that adds a new element to a set. The set.add() function accepts exactly one argument.