Lakshmi Srinivas has Published 287 Articles

How to configure and setup postfix mail transfer agent on ubuntu

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 18-Oct-2019 12:28:42

676 Views

In this article, we will learn how to configure and install the most popular open source MTA (Mail Transfer Agent) Postfix, which can be used to route email delivery of the Linux Systems. Based on industry usage and estimates, most of the public mail servers are currently running on Postfix.Installing ... Read More

How to setup hostname in centos 7 x or rhel 7 x linux versions

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 18-Oct-2019 12:23:33

2K+ Views

In this article, we will learn how to change the host name on CentOS 7.x / RHEL 7.0, by default after installation on CentOS 7 or RHEL the default hostname will be localhost.localdomain. This hostname will be used for various services, unlike the older versions we will try to change ... Read More

Openssh security best practices

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 18-Oct-2019 12:21:18

341 Views

Secure Shell or SSH is a cryptographic (encrypted) network protocol operating at layer 7 of the OSI Model to allow remote login and other network services to operate securely over an unsecured network.OpenSSH is a premier connectivity tool for remote login with the SSH protocol. It encrypts all traffic to ... Read More

How to find a list of block devices information

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 18-Oct-2019 12:18:06

983 Views

lsblk command is used to display a list of information about all available block devices. However, it does not give a list of information about RAM disks. Examples of block devices are hard disk, flash drives, CD-ROM. This article explains about how to find a list of block devices in ... Read More

Linux nslookup commands to troubleshoot dns domain name server

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 18-Oct-2019 11:46:39

399 Views

nslookup is a network administration command-line tool available for many computer operating systems for querying Domain Name System (DNS) to obtain domain name or IP address mapping or for any other specific DNS record. This article explains about nslookup command in detail. Nslookup can be run in two modes, Interactive ... Read More

How to use openssl for generating ssl certificates private keys and csrs

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 18-Oct-2019 11:39:32

5K+ Views

OpenSSL is a CLI (Command Line Tool) which can be used to secure the server to generate public key infrastructure (PKI) and HTTPS. This article helps you as a quick reference to understand OpenSSL commands which are very useful in common, and for everyday scenarios especially for system administrators.Certificate Signing ... Read More

How to use date command in day to day practical usage

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 18-Oct-2019 11:37:34

279 Views

In this article, we will learn about the ‘date’ command in Linux and how to practically use the ‘date’ command in day-to-day usage with some practical examples. The ‘date’ command is used to print or to change the system date and time.General Syntax[root@localhost ~]# date [OPTION]... [+FORMAT] [root@localhost ~]# date ... Read More

How to make twitter bots in less than five minutes

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 18-Oct-2019 11:33:25

217 Views

Did you anytime notice about automatically answering questions posted on Twitter and you desire to make one for yourself? you can do it. We find, Twitter bots not only answering the questions, but it also shares its source. You can copy as well make your own little assistant.Twitter Bots DesignThe ... Read More

How to install guake drop down terminal terminal on ubuntu

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 18-Oct-2019 11:30:02

704 Views

Guake is a drop-down terminal for GNOME and any other desktop. It aims to provide a quick-access terminal, that show/hide on screen with a simple key pressing. Its style of window is based on an fps games, and one of its goals is being easy to reach. Guake is written ... Read More

How to secure apache with using lets encrypt an open source ssl provider

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 18-Oct-2019 11:23:23

202 Views

In this article, we will learn how to setup TLS/SSL certificates using the “Let’s Encrypt” on Ubuntu server with Apache as a web server, we shall also cover how to automate the certificate renewal using corn jobs.PrerequisitesTo complete this demo we needed to have the below requirementsAn Ubuntu server with ... Read More

Advertisements