Karthikeya Boyini has Published 2383 Articles

How To Use Systemctl On CentOS 7.x or RHEL Linux 7

karthikeya Boyini

karthikeya Boyini

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

3K+ Views

In this article we will learn how to use ‘systemctl’ command, ‘systemctl’ is a new command which is available in the new version of Linux distributions which is used to control the system and services, we will explore some possible ways to use the ‘systemctl’ command in Linux.Checking Services StatusWe ... Read More

How to Use SFTP to Secure File Transfer with a Remote Server

karthikeya Boyini

karthikeya Boyini

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

2K+ Views

In this article, you can learn about – how to setup SFTP (Secured File Transfer Protocol) which will help us to transfer the files from local machine to remote server secure. FTP (File Transfer protocol) is a very popular method used to transfer files from one machine to another or ... Read More

How to use OpenSSH Multiplexer To Speed Up OpenSSH Connections on Linux

karthikeya Boyini

karthikeya Boyini

Updated on 20-Jan-2020 12:32:14

329 Views

This article will help us to understand the multiplex SSH sessions by setting up a master session, then having subsequent sessions by using multiplexer to speed up the SSH connection on Linux.MultiplexingMultiplexing is nothing but send more than or more over a single connection of SSH and can reuse the ... Read More

How to use Invoxia’s Voice Bridge to receive calls made to your Landline?

karthikeya Boyini

karthikeya Boyini

Updated on 20-Jan-2020 12:26:43

248 Views

We human beings are always encircled by electronic gadgets everywhere in today’s time. The invention of newer technologies escalates our obsession towards gadgets. In a nutshell, we are on the verge of developing an unquenchable thirst for gadgets.Speaking of gadgets, the first thing that comes to everyone’s mind might perhaps ... Read More

How to Use ‘cat’ and ‘tac’ Commands with Examples in Linux

karthikeya Boyini

karthikeya Boyini

Updated on 20-Jan-2020 12:22:24

1K+ Views

Cat command is a well known Unix utility that reads files sequentially. Writing them to conventional output. The name is derived from its function for concatenating and listing the documents. Tac (that is “cat” backwards) concatenates every record to traditional output much like the cat command. However in opposite: line-by ... Read More

How to Test your Broadband Speed from Linux Terminal

karthikeya Boyini

karthikeya Boyini

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

225 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

153 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

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

765 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

633 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

Advertisements