Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
Articles by karthikeya Boyini
Page 108 of 143
Make your Web Application more Usable!
To connect with your customers, the best medium in today’s era is through your website or web applications. A website attracts its users with the look and the feel it has, the comfort in accessing various sections and how fast you can get the required information from them.Usability testing helps in ensuring whether the website is usable or not, which includes the design, efficiency, and satisfaction in accessing the website. The main intention behind performing a usability test is to help the user in accessing web pages with comfort and ease. The users often show their comfort with the website ...
Read MoreLearn How to Write Acknowledgement Email Replies?
Modernization has resulted in a profound change in human civilizations. Earlier, people use to write letters to communicate, and the hard copies of those letters were delivered to the desired recipient in person.However, in the Digital Age, people use varied type of communication methods to get connected to the person with whom they want to communicate.Even if the email is an offshoot of letter writing, many people are yet to master the art of emailing.The difference between writing emails and letters is similar to that of driving a car with automatic gears, and manual gears. One need not learn how ...
Read MoreLearn How to Manage System Firewall using Iptables in Linux
Iptables and ip6tables are used to established, maintain, and check up on the tables of IPv4 and IPv6 packet filter ideas in the Linux kernel. Several distinct tables may be defined. Each table contains a quantity of constructed-in chains and may also contain person-outlined chains. Let us explore about how to manage a system firewall using Iptables in Linux.Installing IP tablesTo install IP tables, use the following command –$sudo apt-get install iptablesThe 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: ...
Read MoreHelpful Insights to Control the Cost of Your Project
Managing a project is not everybody’s cup of tea. There are many aspects of the projects which we need to plan and manage perfectly to achieve the desired success, whether it is the scope, schedule, cost or quality. It is also seen that many times, the project runs into trouble only because the Project Manager fails to monitor and control the project cost.So it is important to manage the project cost throughout the project with proper planning and controlling the project budget. To manage the project cost effectively, there are certain activities which we need to perform initially.Planning the Cost: ...
Read MoreHow to Enable Or Add Swap Space on Ubuntu 16.04
In this article, we will learn how to enable or add the swap partition on Ubuntu 16.04, actually, the swap will increase the chance of responsiveness of the servers by guarding the out of memory errors for the applications, by default Ubuntu will not enable the swap space. We will learn how to add or enable the swap file for Ubuntu 16.04 servers.Swap is the location or the file which can handle the temporary data which is not required immediately by RAM but will be used to increase the amount of information that the server can handle for its working ...
Read MoreHow to Deal with Threats and Opportunities
Isn’t it difficult to tackle certain situations when one wrong step can change the entire consequences? Yes, some situations make us dumbfound, and paralyze our decision-making capabilities whether that has a positive or negative impact on our project’s life. So, don’t you think that it is better to have some tools and techniques to deal with such threats and opportunities?Irrespective of the project’s duration and intricacy, risks are always there and in the case of long-term complex projects, the level of risks increases manifolds. So, to minimize the negative impact on our projects, we should have a concrete plan with ...
Read MoreHow to Create/Add a New Virtual Disk for an Existing Linux Virtual Machine
This article helps you to create and add a new virtual disk to an existing Linux virtual machine on VMware. Here are some steps for adding a new SCSI based virtual disk on a CentOS Linux virtual machine. We are assuming that you are already familiar with Linux system administration skills and having knowledge of vCenter Server or vSphere Client. For a full description of the utilities mentioned in this article, please refer to the manuals.SolutionTo add a new virtual disk for an existing Linux virtual machine, Log in as root on your Linux virtual machine. Run this below command ...
Read MoreHow to Create a RAID 0 Storage Array with 'mdadm' on Ubuntu 16.04
In this article, we will learn how to create a RAID 0 Array configuration using the ‘mdadm’ utility.The ‘mdadm’ is a utility which is used to create and manage storage arrays on Linux with RAID capability where the administrators are having a great flexibility in managing the individual storage devices and creating the logical storage with a high performance and redundancy.RAID 0 array will work by dividing the data into small chunks and strips that data across the available storage disks, which means that each and every storage disk will contain a portion of data and when retrieving the data ...
Read MoreHow to Configure Nagios Server for Monitoring Apache Server
In this article, we will be covering about the installation of Nagios 4, a very popular and open source monitoring tool on Centos 6.7. We shall cover some basic configuration steps which might be useful to monitor a host of resources via the web interface. Here, we shall also utilize the Nagios Remote Plugin Executor (NRPE) that is installed as an agent on remote hosts to monitor the local resources of Servers/clients.Nagios is useful for keeping an inventory of your servers, and making sure your critical services are up and running. Using a monitoring system, Nagios is an essential tool ...
Read MoreHow to Configure IT Automation Management Using Ansible
This article provides a basic understanding of Ansible technology along with steps to install it. Ansible is an open source IT automation software for configuring, managing and installing software’s on the clients or nodes without any downtime and agent installed on the nodes. It uses SSH to communicate with the clients.Currently, most of the IT Automation tools runs as an agent in remote host, but Ansible needs only an SSH connection, a user and a Python (2.4 or later).Environment Setup DetailsServer Operating System: Centos 6.7 IP Address: 192.168.87.140 Host-name: ansible.hanuman.com User: root Remote Nodes Node 1: 192.168.87.156 Node 2: 192.168.87.157Installing ...
Read More