Lakshmi Srinivas has Published 315 Articles

Build your first cube in ssas

Lakshmi Srinivas

Lakshmi Srinivas

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

936 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

598 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

368 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

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

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

450 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

384 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

How to configure and setup postfix mail transfer agent on ubuntu

Lakshmi Srinivas

Lakshmi Srinivas

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

534 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

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

201 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

Advertisements