In our previous guides, we installed Percona MySQL 5.7 on Ubuntu 18.04, then installed Apache2 with Let's Encrypt and enabled HSTS, HTTP/2. Now, We Will Install PHP 7.2 on Ubuntu 18.04 LTS Running Apache2, Percona MySQL. That will create a typical LAMP server setup, enough to run PHP-MySQL web applications like WordPress. This tutorial can be used for cloud server, VPS, dedicated server. Dedicate … [Read more...]
Archives for May 2018
Arduino 14 Segment LED Display : Driver IC & Library
Among LED displays, it is TM1637 which is popular. When digits become more than 4, we need MAX 7219 IC, which is costly but commonly used. The cost makes 8 digit 7 Segment LED Display less commonly used. 14 Segment LED Display is almost exotic in programmable microcontroller world, because of less availability and higher cost of driver IC. Here is Information About Arduino 14 Segment LED Display … [Read more...]
WordPress Plugin to Include Jupyter Notebooks in Posts Pages
It is extremely difficult work to include Jupyter Notebooks within WordPress posts. Recently, One Clever WordPress Plugin to Include Jupyter Notebooks in Posts Pages Developed, Which May Help Many Who Publishes Data Science Related Blog Posts. We have not tested yet, partially because we are currently testing compatibility of various software with new release of Ubuntu LTS. You can see our Percona … [Read more...]
Breadboard Fuse Holder and Fuse For Arduino Projects
It Prudent to Use Fuse When Basic Matter Around Fuse is Known. Without Knowing Using Fuse Provides False Sense of Security. Here is Basic Details on Breadboard Fuse Holder and Fuse For Arduino Projects. It is practical to read our previous article on Types of Fuses, Fuseholders Used in DIY & Household to get an idea about what are the names of fuses. In this article, we will talk about … [Read more...]
How to Be More Proactive With Your Data
Increasingly data analytics being adapted by companies across multiple sectors because of it's ability to take inform decisions and plan, track goals of companies against current performance. But, how do these companies will know if their analytic practices are as effective as they could be? Before companies begin to use data to leverage advantage, they should make sure establishing a proper … [Read more...]
Install WordPress Themes, Plugins From GitHub With WP Pusher
It is really one trouble to install or update plugin as zip from Github. But Github is great for picking up custom modification to pluins which are not officially available in WordPress Repo. You Can Install WordPress Themes Plugins From GitHub With WP Pusher Plugin. The Free, F/OSS Version Works With Any Public Repository. They have a paid version, which is intended for private repo. WP Pusher … [Read more...]
How To Install Apache2 on Ubuntu 18.04 With Let’s Encrypt, HTTP/2, HSTS
As Ubuntu 16.04 LTS has been upgraded with new LTS version 18.04, we need to upgrade some of our older guides intended for relatively unused. In previous guide, we have shown steps to install Percona MySQL server on Ubuntu 18.04 LTS. Here is Detailed Guide on How To Install Apache2 on Ubuntu 18.04 With Let's Encrypt, HTTP/2, HSTS With Commands and Configurations For Most Secured Setup. Of course, … [Read more...]
Prototype Board : How To Use
In our one previously published article, we discussed about Prototype Boards. Prototype Board - How To Use is a Common Question. At least, that is what one commonly searched question on our website. The Answer Depends on Type of Prototype Board (like Adafruit has a breadboard looking prototype board), the Need, Components and Of Course the Circuit. It is not that soldering is the only way, we can … [Read more...]
Steps to Install Percona MySQL Server on Ubuntu 18.04 LTS
At the time of writing, Ubuntu 18.04 LTS is relatively newer. Those who are using Ubuntu 16.04 LTS, eventually will need to upgrade to Ubuntu 18.04 LTS. Here is the Tested Steps to Install Percona MySQL Server on Ubuntu 18.04 LTS For Cloud Server, VPS and Dedicated Server. If you are reading this guide many months after publication, you should check the URLs of the repository mentioned in our … [Read more...]
Install Bokeh Python Visualization Library in Jupyter Notebooks
Bokeh is an useful CLI tool for data visualization exactly like d3.js is useful tool. With Bokeh You Can Create Interactive Tables and Charts. Here is How to Install Bokeh Python Visualization Library in Jupyter Notebooks. In case, you do not have Jupyter Notebook installed, follow how to install Jupyter Notebook on Mac, GNU/Linux. If you are Windows 10 user, the same guide can be used if you use … [Read more...]
What Will Make Arduino To Read Data From Electronic Device?
It actually has no direct answer. What Will Make Arduino To Read Data From Electronic Device is Common Question, like one may want to read data from a BP instrument. We Hope We Will Clarify the Basic Theory and Practical Around What to Do. Unfortunately, understanding the total thing will need understand minimum theory, performing lot of web searches, test and adapt to proceed or quit. We may need … [Read more...]