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...]
How to Automatically Redirect Subdirectory to Domain (Apache 2.4)
In professional shared hosting, many a times user directory is redirected towards a subdomain. They usually acheive it via some scripting langugage like Perl, PHP with or without MySQL like database. However, we can use just Apache module mod_rewrite's dynamic mass virtual hosts feature to acheive near same result. Here is how to automatically redirect subdirectory to domain with Apache … [Read more...]
Apache Free Software Solutions for Data Streaming
Today's businesses benefit most when they can respond to events in real time - as they happen. Real-time data analysis is an important part of businesses. Here is a Discussion on Apache Free Software Solutions for Data Streaming. Different data stream processing solution is suitable for different purposes. Real-time data analytics increaingly becomin important. Data-derived insights are useful, … [Read more...]
The New Dimension of SaaS : Artificial Intelligence as-a-service (AIaaS)
Different vendor platforms offer a number of ways of delivery of machine learning and AI based services like in the way of SaaS. How artificial intelligence, machine learning is disrupting the traditional SaaS market is completely different topic - in this article we are comparing SaaS like easy delivery of various tools as products of artificial intelligence, machine learning. Difference … [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...]
Developing Privacy Compliant Big Data Apps on IBM Cloud
The topic of big data is frequently discussed these days even among the laymen. While many of the peoples do not yet know the exact meaning of big data, those who know what big data is are all connected to data analytics on a large scale. Data protection often gets out of sight during these considerations. A key theme of this work is to make the reader aware of how big data affects privacy and … [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...]
How To Install TensorFlow on Ubuntu 18.04 Server (Nvidia GPU)
Our previous guide was on installing PyTorch. Then, why TensorFlow needed a separate guide? Is not running few commands would install TensorFlow on that setup? There are practical differences when current version of Ubuntu server considered, some way would invite crush of server out of slightly buggy packages. With symlinking somehow works and most human forget what exactly done to someway fix. … [Read more...]