karthikeya Boyini

karthikeya Boyini

1,421 Articles Published

Articles by karthikeya Boyini

Page 106 of 143

How to Add Cron Jobs to A Specific User in a Linux System

karthikeya Boyini
karthikeya Boyini
Updated on 21-Jan-2020 3K+ Views

This article we will teach you to schedule a cron job to be executed at a specific time in a day.General Syntax of a Cron JobMIN    HOUR    Day of month    Month    Day of Week    Command 0-59   0-23       1-31          1-12       0-6       linux command or scriptTo see the list of cron jobs which exists on the machine, run the below command# crontab -u test1 -l no crontab for test1To Add the New Cron Job to Test1 User, run the below Command #crontab -u test1 ...

Read More

How Technology has Changed the Face Of Education

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

Assignments, projects, homework, exams, in my day, I don’t remember having a wizard or a complete encyclopedia that could give me all answers and suggestions in a second, or even correct my mistakes for meHow has technology changed education today? This has me wondering if I can still enroll in a college and study all over again just to get the feel of how easy it is today.Although I do realize how it isn’t easy per se, but I don’t find the kids today, determined by only what is taught in schools and books, alternative methods of teaching and learning ...

Read More

How Hover Camera Helps in Taking Drone Selfies

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

The word ‘Selfie’ has become as been one of the most hyped words in the last decade or so. Smartphone makers are leaning more and more towards enriching the selfie experience of their phones. After all, who needs another person to capture your favorite moments when you can do it on your own? In the last two years, the world has witnessed a huge variety of tools dedicated to enhance the selfie experience, such as a selfie stick, a dedicated flash, or a zooming lens; the list goes on.Would you believe me if I tell you all these accessories are ...

Read More

How does WhatsApp "End-End Encryption" Feature Keeps data Safe?

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

WhatsApp has emerged as a popular smart app and is even more admired due to its secured chatting feature. With different versions, it offers users an additional security level each time, thus ensuring the safe messaging experience, but the updated version of WhatsApp post 31st march 2016 brought a revolutionary change by introducing a strong security feature for its users known as “end-to-end encryption”, designed on Open Whisper System. This has added another layer of safety to its application and has made more well-liked.What is End-to-end Encryption?End to end encryption means no one except you and the recipient can see ...

Read More

How does Das Keyboard's Work?

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

What do you visualize when somebody coins the term ‘input device’? A keyboard, a mouse, a joystick or may be a touch screen. For the majority of the world’s population, keyboards have been the symbols of input devices. Whether you are a professional or a hard-core gamer, a keyboard would always be the primary input device for you.Keyboards have been around with us since the beginning of the typewriters and digital computers. The keyboards we see now have evolved across a plethora of inventions, innovations, and technological advancements. In the present world, we have smartphones, smartwatches, smart washing machines, smart ...

Read More

How Automation Testing Changed the Perspective?

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

Software Test Automation has surely changed the way software testing used to happen in the industry. Earlier, the tester is supposed to test what developer has developed – No questions asked. However, with the changing trend, testers have started taking the rope in their hand. Now, developers and testers are at par or we should say ahead and more responsible in project management. Now, the testers have to not only just check the functionality, but also need to check the performance and compatibility.Quality has become the center point now. The competition has moved from quantity to quality. But, even after ...

Read More

How an E-Commerce Store Decreases Your Business Capital

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

For those of you who have your own brick-and-mortar store (or are planning to open one), I have a quick and easy exercise. Let’s start with few questions:How much of your capital investment went towards rent?How about your internet service provider, Electricity and other utilities?For Staff and contractors?How much stock do you have on hand, and are you able to move them?Where do your customers reside?Keep your answers in mind. We’ll get to those shortly.Finally, do you want to make more money using less up-front capital, while spending less of your capital investment on expenses?To be sure, your answer is ...

Read More

Learn How to Use http stat to Find out Website's Performance

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

HTTP state is a Python3 script that visualizes web curl(1) statistics. This script is written in a single file without a dependency. This article explains about How to Use http stat to Find out a Website’s PerformanceInstalling httpstatThere are two ways to install httpstat on Ubuntu as shown below−Download the script directly.Through Python pip.Installing from ScriptTo install httpstat from direct script, use the following command−$wget https://raw.githubusercontent.com/reorx/httpstat/master/httpstat.pyThe sample output should be like this −--2016-12-19 11:27:18-- https://raw.githubusercontent.com/reorx/httpstat/master/httpstat.py Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.100.133 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.100.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 10577 (10K) [text/plain] Saving to: ‘httpstat.py’ httpstat.py ...

Read More

How to Protect Files and Directories from Deleting in Linux

karthikeya Boyini
karthikeya Boyini
Updated on 21-Jan-2020 1K+ Views

Are you working as a Linux Admin? Do you generally defend script documents or any important files? You might be aware that, Chattr (change Attribute) is a command line Linux utility that is used to set/unset exact attributes to a file in Linux process to comfortable unintended deletion or change of major files and folders, although you’re logged in as a root user.This article helps you to look after your records or folders that may support in disallowing an unauthorized user to delete your touchy contents.Protecting FileIn the below example abc.txt is the file nameProtecting a fileTo protect file, use ...

Read More

Learn How to Manage Various Logs using Logrotate in Linux

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

Logrotate is designed for administration of Ubuntu systems that generate giant numbers of log records. It allows automatic rotation, compression, removal, and mailing of log records. Each log file could also be handled every day, weekly, monthly, or when it grows. This article explains about -“Learn how to manage various log using logrotate in Linux”To install logrotate, use the following command –$ sudo apt-get install logrotateThe sample output should be like this –Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: libecap3 squid-common squid-langpack Use 'sudo apt ...

Read More
Showing 1051–1060 of 1,421 articles
« Prev 1 104 105 106 107 108 143 Next »
Advertisements