5 years bak, condition of IBM was not exactly in great condition around cloud. When IBM started Bluemix PaaS, Heroku like PaaS was more acceptable. It is practical fact, today with data sciences, big data, PaaS; IBM has lot of things to offer. Their major deficiencies was possibly understanding the need of the developers. IBM recently announced open source Grafeas project to help developers with … [Read more...]
Cloud Computing
Cloud computing is becoming more and more important. Here are articles on Cloud Computing,Cloud Server,SaaS,PaaS,IaaS and Cloud related technology.
Social Impact of Big Data : Part 2
In first part of Social Impact of Big Data, we discussed about the sources from which data are collected. In this article on second part of social impact of big data, we will discuss about the commercial usages and applications of big data and big data analysis. From that previous article, it is obvious matter that caution should be exercised when processing, storing or generally using data … [Read more...]
How to Manage Logfiles with Logrotate
In many guides on this website, we talked about log rotation. Logrotate is Linux utility for automatic rotation, compression, mailing log files etc jobs. Here is how to manage logfiles with logrotate. Many common programs automatically setup Logrotate. Like when we install Apache2, that adds a configuration file used by Logrotate to rotate all apache access and error logs/etc/logrotate.d/apache2. … [Read more...]
Fundamentals on Hovering Data Cloud
From the basic idea of communication between cars, the concept of Hovering Data Cloud system developed. This article is named Fundamentals on Hovering Data Cloud as the basic is being discussed for clarifying concept. The formation of congestion on highways has several causes. For one thing, there is no centrally controlling entity. As a result, every road user drives his personal driving … [Read more...]
How To Run Docker, Containers On IBM Bluemix
Those who are our regular readers, they learned to use Docker on local computer. Now, how to run Docker, containers on IBM Bluemix? IBM Bluemix is a Platform as a Service (PaaS). We normally to use Bluemix we use Cloud Foundry command line tools and tools for Bluemix (like we have shown in the example of installing WordPress on Bluemix). In this guide we have provided clear instructions, commands … [Read more...]
HP Will Not Sell Cheap Cloud Servers To Amazon Like Companies
Is not it sounding odd to read - Hewlett Packard Enterprise will not sell cheap cloud servers to Amazon like companies? Yes, that is what Hewlett Packard Enterprise said as deduction from two comments. Their president Antonio Neri said that HPE will discontinue selling custom designed commodity servers to customers which they call as Tier 1 service providers. Later they also said that to them Tier … [Read more...]
How To Install and Run iPython/Jupyter Notebook on IBM Bluemix
Basically this is old way of using tools around big data and data science. IBM upgraded and integrated tools like Apache Spark, Watson in to various free, freemium services which gives a web based IDE with tons of features, one of them is Data Science Experience. Here are the steps on how to install, run iPython/Jupyter Notebook on IBM Bluemix. This guide will help you to run Jupyter on IBM … [Read more...]
Social Impact of Big Data : Part 1
The topic Big Data is also socially controversial like the topics of Cloud, Mobile, and Social Media. Exactly the later, Big Data is one of the major trends in the IT industry. In our previous articles, however, the topic Big Data was only from a technical or economic point of view. Big Data has a high relevance in the general context of society. Big Data is a reflection of a long-running, … [Read more...]
Accessing Bluemix MySQL Database From External Server
In our previously published guide, we have shown the steps to install WordPress on IBM BlueMix. Of course we have shown basic example commands to check MySQL database from remote server. In this guide, we will discuss how you'll be accessing Bluemix MySQL database from external server with root access. On CLI you need MySQL Client to work on MySQL.Definitely you can use localhost like Mac, … [Read more...]
Install WordPress on IBM BlueMix : Easy Way Via Git
This is generic CloudFoundry free, IBM free way of installing WordPress. Most of the guides on web are far inferior and does not involve checking of MySQL connection. Here is how to install WordPress on IBM BlueMix in easy way via git. You need idea of using SSH, Git, MySQL via CLI to follow this guide. Install WordPress on IBM BlueMix : Easy Way Via Git Login to BlueMix … [Read more...]
Apache 2.4 Disk Cache : How To Use And Why Not To Use
When you are using Apache2 server, then you are well aware of the fact that Apache2 is intended to be powerful, enterprise grade web server. Apache 2.4 disk cache is powerful cache and is content aware. Many users while trying to use old directives face no caching - that is intended to escape errors on many servers which are not closely managed. As Apache 2.4 has undergone many changes like HTTP/2 … [Read more...]