How to Configure,Troubleshoot and Debug the network in linux.

In Linux we have multiple commands to configure, troubleshoot & debugging the network by using command line interface. We have facing multiple issues is system like issue in creating, modification, configuration & installation. The system administration have permission to troubleshoot & debug the problems. Network troubleshooting is a form of problem solving & used to identify, …

How to install & configure telnet networking services in Linux.

In Linux, the telnet is used to create a remote connection with a system over a TCP/IP network. It allows to communicate other systems by the terminal.Telnet is a client-server protocol that can be used to open a command line on a remote computer. Telnet is mostly used by program developers and anyone who has …

How to Send Mail From Command Line Using SMTP Server in Linux.

SSMTP is a program which allow to send email to a designed mailhost (mailhub). It accepts a mail stream on standard input with recipients on the command line.We can send mail using SSMTP program & failed messages are placed in dead.letter in the sender’s home directory. SSMTP delivers emails from a user’ system or a …

How to Send mail using Command line interface in Linux.

Linux mail command is a command-line utility that allows to send emails from the command line.We can send mail using semdmail or mailutils package.Sendmail is a email routing facility used for email transport over the Internet. It use SMTP (Simple Mail Transfer Protocol) for the mail-transfer and email delivery. Install the mailutils package. Update the …

How to Configure and maintain networking services in Linux.

System/Computer communicate to some other computer via a network. We can internally or externally exchange some information. Network can be small as some computers connected in home or office or can be large or complicated as in large University or the entire Internet. We can maintain a system’s network & task includes network configuration and troubleshooting. …