Lakshmi Srinivas has Published 315 Articles

How to find a list of block devices information

Lakshmi Srinivas

Lakshmi Srinivas

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

754 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

275 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

3K+ 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

223 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

79 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

468 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

111 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

How to install and configuration ftp server in centos 7

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 18-Oct-2019 11:19:58

1K+ Views

In this article, we will learn how to configure FTP server on CentOs 7 using ‘vsftpd’. ‘vsftpd’ (Very Secure File Transport Protocol Daemon) is a secure and very fast FTP server on Linux systems.Installing ‘vsftpd’Below is the command to install the ‘vsftpd’, we needed a root user to run the ... Read More

How to configure and secure the server setup on centos 7

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 18-Oct-2019 11:15:36

394 Views

In this article, we will learn some configuration steps that should be taken care for security purpose and usability, just after a new server is installed. This will help us in building a solid foundation.Avoiding the ‘root’ user LoginThe root is the administrator or the super user in the Linux ... Read More

How to install install mariadb 10 2 centos 7

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 18-Oct-2019 11:12:13

1K+ Views

In this article we shall learn about – how to install MariaDB 10.2 on Centos 7 / RHEL. This can be used as a guide for beginners or as a reference. Please note that, this can also be used as an alternative replacement of MySQL.Features of MariaDBMariaDB is an open-source ... Read More

Advertisements