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 on Trending Technologies
Technical articles with clear explanations and examples
How to Add Video to your Facebook Comment?
How many times we are out of words and think just a simple caption or picture could say it all. Just when we were getting used to using these images instead of words we became greedier and now we wished for videos, that would suit perfectly to our situation.Well, the good news is recently Facebook has launched a new feature which allows users to upload a video as a comment.Previously this feature could only be enjoyed by 10 partners Anvato, Brightcove, Fullscreen, Grabyo, Kaltura, Now This, SocialFlow, SpreadFast, Vimond and Whipchip.Now, this feature can be enjoyed by Facebook’s iOS and ...
Read MoreHow To Fix and Protect The Linux Server Against the Dirty COW Vulnerability on CentOS 5/6/7 or RHEL 5/6/7
In this article, we will learn about how to fix the Dirty Cow Linux Vulnerability CentOS/Red Hat, Dirty Cow Linux Vulnerability was escalated on Oct 19, 2016, as it is a privilege escalation vulnerability in the Linux OS on kernel level was disclosed with the name Dirty COW as the Dirty Cow will create a condition that kernel handles COW (Copy-on-Write) which exists for a long time since as the most of the servers are at risk. Actually, this is called as CVE-2016-5195 on Redhat. This may affect the kernels which are shipped Red Hat Enterprises Linux 5, 6, 7.The ...
Read MoreHow to Generate and Configure a Self-Signed TSL/SSL Certificate for Nginx on Ubuntu 16.04
In this article, we will learn how to generate and configure a self-signed SSL/TSL certificates for Nginx on Ubuntu 16.04. TSL is transport layer security with predecessor SSL (Secure Sockets Layer) which is used to protect the normal traffic in encrypted packets, where the traffic transfers from server to the client and will not be intercepted by the outside intruders. The certificate will also help the users to verify the identity of the sites they visited are correct.Self-signed certificates can be used if we don’t have any proper domain name associated with the site or the server instances.PrerequisitesIn accomplishing this ...
Read MoreHow to Get Funds for Your Startup
Lack of money must never be an obstacle to your entrepreneurial dream. Starting a business is like going to college, the investors are like scholarship sponsors. As scholarship comes in different forms, it might be provided by different groups in the form of business investments.It is a rare incident where entrepreneurs have the necessary capital which they require to start the business since most startups require financial assistance at some point of time to succeed.Recently, Indian prime minister Mr.Narendra Modi recently rolled out the red carpet for Indian Startups. He promised to offer tax breaks, freedom from inspector raj and ...
Read MoreHow To Configure and Setup Ghost on Ubuntu 16.04
In this article, we will learn how to setup and Configure Ghost on Ubuntu 16.04. Ghost os a light-weight and open-source blogging programs which can be used easily and can be customizable, also have many more themes to use.Pre-RequisitesIn this setup, we need the following –Ubuntu 16.04 installed server machine.A non-root user with Sudo permissions on the machine.Nginx web server installed on the server.Ghost Installation on Ubuntu 16.04We will install the ghost using the Ghosts official repository which is hosted on GitHub.First, we will get the latest version of the Ghost using the bellow command.$ wget https://ghost.org/zip/ghost-latest.zip Output: --2017-05-18 ...
Read MoreOpportunities in Digital India
Discussion and debate around the topic “Digital” and “Digital India” has increased in the past few years after the initiation of Digital India program by Government of India. GOI’s aim of bringing digital in governance, among people has increased in the recent years, where most of the government organization and services are migrated towards digital format. As a result of migration towards the digital life or digital India, opportunities for techies have increased. It has also influenced in the creation of large number of Startup communities in India.In this article, we are going to see the opportunities for the young ...
Read MoreHow to Increase Page Views on Your Blog
The art of writing quality content is a virtue that many fail to possess. Despite writing genuine content and publishing it on blogs regularly and religiously, an area of concern that seems to be plaguing bloggers is that of HTTP traffic. Honestly speaking, getting huge HTTP traffic is not a child’s play. Building a blog is easy but building a blog with significant traffic is challenging.In this article, I would like to share my wealth of experience as a blogger and without any further ado, let us dig into the top 5 techniques that increase your blog’s traffic –Ask Influencers ...
Read MoreHow to Prevent Twitter Accounts from being Hacked
It has been more than a decade since the world had its first glance at social networking. With emerging technologies and with our fast growing adoption towards technology, Social Networking is being integrated into our lifestyle at an astounding rate. Whether sharing your most ecstatic moments or letting all your anger out. everything has been enriched, enhanced and revamped by the social networking giant called Twitter.Since its birth in July 2006, Twitter has raised the bars in the field of of conveying emotions and messages in the world of internet and social networking. It has grown, it has evolved and ...
Read MoreHow to change the size of the Console using PowerShell?
You can change the size of the PowerShell Console with GUI and CLI both.With GUI −With CLI −To change the Width of the console,$host.UI.RawUI.WindowSize.Width = 150To change the Height of the console,$host.UI.RawUI.WindowSize.Height = 60
Read MoreHow to change the Foreground color or Font color of the console using PowerShell?
Font color is termed as the Foreground color in the PowerShell. To change the font color you can use the console GUI property “Screen Text”. There are various 16 colors available and you can change RGB properties as well.CommandTo change the color with the script, use the below command.$Host.UI.RawUI.ForegroundColor = "Yellow"OutputYou can see the immediate change in the Foreground color.
Read More