Kategorie: Linux

Installing Telnet in Ubuntu 20.04

The guide below describes how to install Telnet on Ubuntu 20.04. We will do everything in a few simple steps.

We start our terminal and issue a command:

sudo apt install telnetd -y

Installation complete 🙂

To check whether the port is open or whether the connection to a given port is correct, we issue a command:

telnet serwerweb.pl 25

So let's start the command telenet iplubnazwastrony dany port

Trying 37.28.157.157...
Connected to serwerweb.pl.
Escape character is '^]'.
220 hd2.uphost.pro ESMTP Exim 4.93.0.4 Fri, 30 Apr 2021 11:36:15 +0200

As you can see in this case we are connected to the port page 25 where the Exim mail server is placed.

Linux

Udostępnij
Opublikowane przez
Linux

Recent posts

KeePass2 2.52 w Ubuntu 22.04

The guide below describes how to install KeePass on Ubuntu. Całość wykonamy za pomocą kilku poleceń

2 years temu

Installing Master PDF editor in Ubuntu 22.04

Master PDF Editor is a comprehensive PDF program, which includes many features. Oprócz tworzenia i edycji

2 years temu

iotop - memory monitoring

Iotop jest prostym narzędziem dla systemów Uniksowych umożliwiającym monitorowanie użycia dowolnego nośnika pamięci flash/hdd/ssd w

2 years temu

Run multiple commands in one cron job

You can separate two or more commands with semicolons (;), Semicolon (;): służy do oddzielania

2 years temu

Changing the exif data of a photo in the Linux terminal

Poniższy poradnik opisuje w jaki sposób za pomocą konsoli możemy dokonać edycji danych zdjęcia exif.

2 years temu

Installing Rocket.Chat Server on Rocky Linux 8

The following guide describes how to install Rocket.Chat on Rocky Linux 8 Całość bardzo prosto zainstalujemy

2 years temu