Johnson

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.

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 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

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.