This article is an informative guide especially for those who are not used to data sciences but interested in developing an application with some AI or data analytics functions. Earlier we had shown how to easily use IBM Watson for text analysis (on Google Docs). This article more towards to help developing something like WordPress plugin to analyze post emotion using AI. IBM Watson Studio helps … [Read more...]
Installing LanguageTool (Grammer Checking Software) on Ubuntu Server
There are freemium tools like grammarly.com to check spelling issues. Although they often work as intended, their cost of service often high. Free versions do offer limited functions and force to use multiple software. On the whole earth, you'll find much open-source code which provides the framework for an online text-checking program. However, English syntax has never been successfully reduced … [Read more...]
How To Install WP CLI With apt get On Ubuntu Server?
In previous articles we discussed about WP CLI. We used to avoid involving WP CLI as most of the new users with cloud, dedicated server may get confused on SSH. Many avoid WP CLI for multi-step CLI works. A Debian installer makes the installation, setup work just easy. This article will guide how to install WP CLI with apt get on Ubuntu server. This guide is usable on server with already running … [Read more...]
5 Key Data Backup Media for the Home Users
Data backup is one of the most important know-how this era of smartphone, digital camera and computers data backup even to an average user. Medium is what will hold the data. There are different medium and techniques of backup. Each of the medium and techniques has pros and cons. In this article elaborating 5 key data backup media for the home users, we need to consider factors like cost, … [Read more...]
Set Up mod_security And fail2ban To Create Anti-Spam Filter
It is common for the blogs, forums to face malicious web traffic on regular basis. This malicious traffic not only harmful by simply wasting server resources, slowing down the site but also can lead to ban by third party Advertisement networks, such as Google AdSense. Here is How To Set Up mod_security And fail2ban To Create Anti-Spam Filter For Web Software Auch as WordPress, Forum Software on … [Read more...]
How to Install Flextype on Apache : Modern, Flat-File, PHP Powered CMS
Flextype CMS is a Flat-File CMS i.e. needs no database. It is written in PHP. Earlier we listed some flat-file CMS. In that list, on 20th you'll find Monstra CMS. That Monstra CMS now has been Flextype CMS. Octopress is not easy to easy to handle by many - it is actually static site generator. WordPress is perfect for running blogs like our this site. But involving MySQL is really serious matter … [Read more...]
Is It Complicated To Make Own Website?
These days, most businesses and services need to be accessible via the internet in order to be available for the customers and therefore, successful. Of course, we are talking about building bussiness websites, not just blog sites. If the client, actual or potential, cannot find a business when searching via Google or other engines, the absence of a website seems almost suspicious today. It … [Read more...]
Big Data and Privacy : Data Leakage
As because app developers increasing using SaaS type platforms for application deliveries, in our earlier article on Big Data Privacy and application development, we mainly discussed maintaining compliance for the app developers. It had a vendor specific part and resources. Here is another practical discussion around Big Data and Privacy. Developer own self is vulnerable to data theft. Why we … [Read more...]
What is Data Literacy And Why Data Literacy Matters
Like the phrase computer literacy is not limited to the limited ability to switch on, switch off a computer to simply use a program like Microsoft Word, the phrase data literacy has no well defined limit. What is Data Literacy? In simplest words, data literacy is the ability to understand and utilize data effectively in the context of data collection, data sharing and analysis. Data literacy is … [Read more...]
Analysis of Jenkins for DevOps : Part IV (END)
In Part III of the Series on Analysis of Jenkins for DevOps, We Have Discussed About Continuous Integration and Continuous Deployment. Automated deployment, and the more advanced form, continuous deployment or continuous delivery, can be seen as the culmination of the modern CI infrastructure. Remaining part of the series is evaluation, outlook and conclusion. Within Evaluation; we have … [Read more...]
Install Jupyter Notebook and TensorFlow On Ubuntu 18.04 Server
On our earlier guides, we installed PyTorch and TensorFlow on Ubuntu server. Those guides are important to understand how to install graphics driver and installing in basic way. We have separate guides on installing Jupyter Notebook. Here is How To Install Jupyter Notebook and TensorFlow On Ubuntu 18.04 Server. It is probably easy to install Anaconda for Python packages. We have separate guides to … [Read more...]