Karthikeya Boyini has Published 2193 Articles

How to Test your Broadband Speed from Linux Terminal

karthikeya Boyini

karthikeya Boyini

Updated on 20-Jan-2020 12:20:52

293 Views

To install speed test CLI command line, it should require Python ppi. Use the following command to install Python ppi .$ sudo apt-get install python-pipThe sample output should be like this –Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required:    libbs2b0 ... Read More

How to Tackle Language Learning

karthikeya Boyini

karthikeya Boyini

Updated on 20-Jan-2020 12:16:04

257 Views

There is a process involved in learning a language. And if it is a foreign language, then the learning process brings its own idiosyncrasies and difficult territories to tread with it. Wish we had some kind of language equipment that could help us learn a language. This would hide a ... Read More

How to Setup Virtual Hosts with Apache Web Server on Linux

karthikeya Boyini

karthikeya Boyini

Updated on 20-Jan-2020 12:12:56

21K+ Views

In this article, you will learn about how to set up Apache virtual hosts on an Ubuntu Linux. During this process, you will learn how to serve different sites to different users depending on the domain/site they are requesting.Apache Web ServerThe Apache web server is the most popular and powerful ... Read More

How to Setup SSL for MySQL Server and Client on Linux

karthikeya Boyini

karthikeya Boyini

Updated on 20-Jan-2020 12:04:59

1K+ Views

In this tutorial, I will be explaining about – how to set up a secure connection to MySQL server using an SSH connection for encryption so that data in the database will be in safe and which is impossible for hackers to steal the data. SSL is used to verify ... Read More

How To Setup SSH Access Without Password

karthikeya Boyini

karthikeya Boyini

Updated on 20-Jan-2020 11:53:18

834 Views

In this article, we will allow you to configure a password-less login for Linux system with SSH keys to connect to a remote Linux server without entering a password which will also increase the trust between two Linux servers for easy file transfer.SSH is an open source and trusted network ... Read More

How to Setup Own Fileserver using Pydio on Ubuntu

karthikeya Boyini

karthikeya Boyini

Updated on 20-Jan-2020 11:49:12

166 Views

In this article we will learn, how to host a file sharing server using Pydio which can run well without a powerful hardware. We will install community edition but if we go for enterprise license, it is free for teams smaller than 10 persons.Pydio is a utility which looks like ... Read More

How to Setup HAproxy Load Balance Server for Sharing Web Traffic

karthikeya Boyini

karthikeya Boyini

Updated on 20-Jan-2020 11:41:55

873 Views

This article is written to prepare high availability of a website. This can also be used by those who want their website to be available to their clients or users with high availability servers and to share between their servers. It is a free and open source application used as ... Read More

How to Setup and Configure Ruby on Rails with ‘RVM’ on Ubuntu 16.04

karthikeya Boyini

karthikeya Boyini

Updated on 20-Jan-2020 11:29:38

383 Views

In this article, we will learn how to setup and configure Ruby on Rails, which is the most popular stack application used by the developers which is generally used to create sites and web applications. The Ruby is a programming language where the programer’s use with the combination of Rails ... Read More

How To Setup and Configure Ruby on Rails with ‘rbenv’ on Ubuntu 16.04

karthikeya Boyini

karthikeya Boyini

Updated on 20-Jan-2020 11:25:05

438 Views

In this article, we will learn how to setup and configure Ruby on Rails which is the most popular stack application used by the developers which is used to create sites and web applications. The Ruby is a programming language where the programer’s use with the combination of Rails development ... Read More

How to Setup and Configure Postfix on Ubuntu 16.04

karthikeya Boyini

karthikeya Boyini

Updated on 20-Jan-2020 11:20:39

717 Views

In this article we will learn about how to set up Postfix on Ubuntu 16.04, Postfix is a very popular open-source MTA (Mail Transfer Agent) which can be used to relay the emails on Ubuntu Linux systems, most of the public mail servers over the real world use the postfix ... Read More

Advertisements