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 …
Read more “How to Send Mail From Command Line Using SMTP Server in Linux.”
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 …
Read more “How to Send mail using Command line interface in Linux.”
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. …
Read more “How to Configure and maintain networking services in Linux.”
How to Identifying and managing Linux processes.
A process is a program in execution. A process is a running instance of a program. It provides the information about running application made up of data read from files and other programs or input from a system user. There are two types of Processes. Foreground processes – A user connected to the system to start …
Read more “How to Identifying and managing Linux processes.”
How to Maintain System Files in Linux.
In Linux user tasks is to prevent file systems become completely full because when a server runs out of space the result are changeable. We can create, remove & modify files that depending on how we can manage the root file system and it is divided into different partitions or volumes, those result will be more …