Lakshmi Srinivas has Published 287 Articles

Configure exim4 smtp relay server

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 18-Oct-2019 13:32:42

7K+ Views

This article will guide you to configure Exim4 SMTP relay server which will allow you to relay emails for the know Domains names and IP address only. In general, this type of service is used to relay emails for notifications for the server health status reports, where the actual email ... Read More

How to set time timezone and synchronize system clock using timedatectl command

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 18-Oct-2019 13:28:52

2K+ Views

Do you know how to set Time, Timezone from Linux Command Line? If not, then the timedatectl command helps you to set time and Timezone and it comes as a part of systemd system and service manager. This article describes “How to Set Time, Timezone and Synchronize System Clock using ... Read More

nginx ssl certificate installation in linux

Lakshmi Srinivas

Lakshmi Srinivas

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

390 Views

This article will help you to generate self-signed SSL certificate in Linux which allows you to configure SSL certificates for Nginx which is used to wrap the normal traffic into protected traffic, encrypted traffic. Using this server can send the data to the client without the concerned that data can ... Read More

Build your first cube in ssas

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 18-Oct-2019 13:17:10

1K+ Views

IntroductionThe OLAP cube is a technique that holds the data in the optimized form and is also used to analyse the data with quick response. It is generally used for getting quick results from multiple dimensions and fact tables.OLAP Cube Creation1. First, create a data warehouse in Microsoft SQL Server ... Read More

How to install c c compiler and development tools in ubuntu

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 18-Oct-2019 13:06:21

824 Views

Many of the Linux engineers are required to do some general programming languages to automate their normal tasks This article explains how to install C and C++ compilers and it’s development tools (build-essential) and related packages such as make, libc-dev, dpkg-dev, etc in Linux.Before getting into installation part, It is ... Read More

How to get hardware information with dmidecode command on linux

Lakshmi Srinivas

Lakshmi Srinivas

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

497 Views

Every Linux user should know about basic configuration of Linux Hardware.There are so many tools which are currently available in the market to get hardware information in Linux. Dmidecode is a tool for dumping a computer’s DMI (Desktop Management Interface) table contents in a human-readable format. This table contains a ... Read More

How to convert html pages to pdf using wkhtml2pdf

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 18-Oct-2019 12:54:37

2K+ Views

This article will guide you to install a tool which can convert your HTML pages or HTML output to PDF format. This feature will also be helpful to write a code for generating Pdf’s, if we need to send them to a group of customers or clients and for sending ... Read More

How to configure samba on centos

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 18-Oct-2019 12:45:36

2K+ Views

This article will guide to configure samba server in CentOS 6.x with anonymous & secured samba folders. Samba is an Open Source/Free Software suite that provides seamless access to the file services to SMB/CIFS clients. Unlike other tools samba SMB/CIFS implementations will allow to share folders between Linux servers and ... Read More

How to set up openvpn on ubuntu 16 04

Lakshmi Srinivas

Lakshmi Srinivas

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

604 Views

In this article, we will learn how to configure OpenVPN server on Ubuntu Linux. Yes, we can do it using a VPN (Virtual Private network) which allows you to connect to work place from untrusted networks privately and securely. For instance, If you are in a hotel or a coffee ... Read More

Reset the root user password on rhel7 xcentos7 x

Lakshmi Srinivas

Lakshmi Srinivas

Updated on 18-Oct-2019 12:31:07

480 Views

This article will be helpful if we forget the root password on Centos 7.x or RHEL 7.x. In the previous version of RHEL, we can easily break the root password, as by default SE-Linux is enabled. Also note that, RHEL has brought many special new features.Resting the Root PasswordReboot/Restart the ... Read More

Advertisements