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...]
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.
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...]
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...]
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...]
Analysis of Jenkins for DevOps : Part III
Jenkins, as a continuous integration tool, allows project teams to focus on their work by automating the build process, artifact management and deployment process. This is so well implemented that the Jenkins are no longer indispensable to DevOps today. In part II of analysis of Jenkins for DevOps, we discussed about integration into the project cycle. This is the part III of the series. In This … [Read more...]