karthikeya Boyini

karthikeya Boyini

1,421 Articles Published

Articles by karthikeya Boyini

Page 107 of 143

Know what Ad Size is Optimum for your Website?

karthikeya Boyini
karthikeya Boyini
Updated on 21-Jan-2020 239 Views

Google advises its Adsense Publishers to switch ad formats as more number of Adwords advertisers tend to target these ad sizes. Hence, more competition will be there among the advertisers and it will lead to higher eCPMs, thus translating it into increased earning to the owners of the website.As per the statistics, the best performing banner size is 300×250 medium rectangle and 336×280 large rectangle. That’s not all, in addition to standard IAB units, the Adsense program does support the custom sized ads which may be bigger than large rectangular ads. But, the big question is – will they perform ...

Read More

Install VLC Media Player in Ubuntu

karthikeya Boyini
karthikeya Boyini
Updated on 20-Jan-2020 241 Views

VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia records as good as DVDs, Audio CDs, VCDs, and various streaming protocols.This article explains about – “How to install VLC Media Player in Ubuntu”To install VLC Media Player, open the terminal and run the following command –$ sudo add-apt-repository ppa:videolan/stable-dailyThe sample output should be like this –This PPA contains daily builds from the latest VLC maintenance branch.This PPA is used for test building new and upcoming point releases of VLC that can get into Ubuntu through stable release updates (SRU) or security updates. You ...

Read More

Install and Configure Elasticsearch in Ubuntu -14.04

karthikeya Boyini
karthikeya Boyini
Updated on 20-Jan-2020 326 Views

Elasticsearch is an open source search engine that uses Apache Lucene as its engine and released under an Apache license. Elastic search provides a platform for distributed search and analysis of data in real time. Elasticsearch is the most popular for its ease of use, powerful features. Using elastic search you can easily search, explore and analyze your data with an HTTP web interface.FeaturesSome of the general features of Elasticsearch are as follows:Elasticsearch is scalable up to hundreds of servers and petabytes of structured and unstructured data.Elasticsearch can be used as a replacement of MongoDB and RavenDB document store.Elasticsearch is ...

Read More

HP ALM/QC – A Testing Tool to look for!

karthikeya Boyini
karthikeya Boyini
Updated on 20-Jan-2020 4K+ Views

HP ALM is an Application Lifecycle Management software by Hewlett Pawkward. It is a test management tool which covers almost everything which is a part of Test Management Process. The tool has gracefully upgraded itself within the due course of time. It has covered a long journey from being a Test Director to HP ALM, today. It is currently the best tool to cover most of the testing activities and provides a report on almost everything.Over time, this tool has been renamed multiple times, from “Test Director” to Quality Center (QC) and now to HP ALM (for Application Lifecycle Management). ...

Read More

How YouTube helps you Earn Money?

karthikeya Boyini
karthikeya Boyini
Updated on 20-Jan-2020 371 Views

In 2005, the first video was uploaded on the YouTube, “me at the zoo” and now ten years later we find nearing to 100 hours of content is uploaded to Google‘s Video-sharing service each minute and each month nearing to six billion of videos are watched each month. That’s equal to an hour for each person on the planet.Partner ProgramYouTube provides a Partner program which can help you monetize your video’s on YouTube. Once you gain acceptance into the program, you can upload a video, which you have created, then enable advertising for your video and you need to wait ...

Read More

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

karthikeya Boyini
karthikeya Boyini
Updated on 20-Jan-2020 4K+ 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 can verify the status of the services using this command. Below is the command to check the service.# systemctl status httpd httpd.service - The Apache HTTP Server Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled) Active: active (running) since Thu 2016-06-02 06:48:58 EDT; 27s ago    Docs: man:httpd(8)    man:apachectl(8) Main ...

Read More

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

karthikeya Boyini
karthikeya Boyini
Updated on 20-Jan-2020 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 from remote servers.SFTP stands for Secure File Transfer protocol, is a separate protocol, which uses SSH to secure the connection and makes the file transfer which traverses the file system on both remote server & local machine.How to Connect using SFTPSFTP uses the SSH protocol to connect and establish a ...

Read More

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

karthikeya Boyini
karthikeya Boyini
Updated on 20-Jan-2020 512 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 existing TCP/IP connection for multiple concurrent SSH connection. This will reduce the load of creating new TCP connections on the server.Advantages of Multiplexer on SSH Connection.It uses the existing *inx socket to connect.IT uses existing TCP/IP connection no more new TCP/IP.No more key exchanges.No need of authentications.Configuring MultiplexingIf the config ...

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 436 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 be a phone. Whether, it may be a landline phone, a feature phone or even a Smartphone, these devices have been one of the basic human necessities of the current era. As a result, we end up having a lot of these devices.How to Mobilize LandlinesSometimes, it becomes a painful ...

Read More

How to Use 'cat' and 'tac' Commands with Examples in Linux

karthikeya Boyini
karthikeya Boyini
Updated on 20-Jan-2020 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 means of-line, printing the last line first. This article explains about “How to use ‘cat’ and ‘tac’ commands with examples”.The basic example of cat command should be like this –$ cat text.txtThe above command is to read files and display them to stdout, meaning to display the content of files ...

Read More
Showing 1061–1070 of 1,421 articles
« Prev 1 105 106 107 108 109 143 Next »
Advertisements