After Twelfth grade, in standard countries degrees really matters least for the intelligent and hard working persons in the field of applied science. Several times it has been proved that traditional education mostly good for nothing and humans with no traditional education became the best possible on the niche - Thomas Edison and Steve Jobs are two good examples. And in this era of information … [Read more...]
Computer and Internet
Computer and Internet is catchall section of core computing categories including Cloud Computing, Digital Photography, Virtualization, Networking, Protocols and Others' which are not otherwise more subcategorized. Here also you will get unique articles and news on computer hardware, Software, Networking and Protocols.
Arduino UNO Prototype Shield Tutorial
Normally we use breadboard for prototyping and various types of prototyping boards to make an Arduino project permanent. In such case, usually we do not use the Arduino development board but we use the components to build Arduino. However, not all project needs so much effort. For some, making only the non-Arduino part of circuit permanent works fine. In this Arduino UNO prototype shield tutorial … [Read more...]
Optionsbleed (CVE-2017-9798) : Apache Web Server Memory Leak Bug
Possibly most of the users are already aware, yet we may have our readers who are yet not aware of Optionsbleed. Optionsbleed (CVE-2017-9798) is a minor bug of Apache Web Server which may reveal password like data. Users are advised to update to patch. The bug was identified by a freelance journalist H. Böck in 2014 but has only received importance these days and in a dedicated update it has been … [Read more...]
Cheap China Laser Cutters For Cardboard, Plywood for DIY Works
Definitely you have noticed that suddenly humans across the whole earth are cutting, engraving cardboard, plywood to build things like Google Cardboard VR, IBM Cardboard Robot aka TJBot. Here is a guide on cheap China laser cutters for cutting cardboard, plywood for DIY works explaining cardboards, plywood, cutter & cheap CNC. DIY micro 3 axis CNC milling machine kit costs exactly double of … [Read more...]
What is IP camera? How IP camera Works?
Using various forms of security and surveillance devices becoming cheaper to afford for home by virtually anyone. It is common to ask questions like what is IP camera, how IP camera works. IP camera has its own IP address and connects to the network via Ethernet, WLAN, DSL, ISDN, UMTS, 4G. The basic matter of the devices is to know who will provide the networking service. If any ISP sells the … [Read more...]
What is ads.txt? How to Implement ads.txt as Publisher?
If you never heard about ads.txt it would sound odd. If you somehow heard but not yet fully aware, then it is normal to ask - What is ads.txt? How to Implement ads.txt as Publisher? ads.txt is work-in-progress which is a specification for transparency in advertising. In this article, we are covering what an ordinary publisher should know without much technical things behind, how to implement it … [Read more...]
List of Python Libraries For Data Science & Machine Learning
Knowing basics around Python is a need for development in Data Science. In our previous guides we talked about installing Jupyter and working with Jupyter. This article is not exactly related to Jupyter Notebook but is very important for the developers around big data and data science. Here is List of Python Libraries For Data Science & Machine Learning. List of Python Libraries … [Read more...]
Arduino Programming Language Tutorial
Sorry to inform you - Arduino Programming Language really does not exit but newbies search for it. Our this guide on Arduino programming language tutorial explains where from that "language" originated. Also why we talk about writing codes in C++, C language. Please understand that .ino file, functions like digitalWrite() hides the real programming language. Most of us possibly need to use … [Read more...]
How to Install Apache BigTop on Ubuntu 16.04
Possibly Apache BigTop is confusing to many of the new users for the simple fact - peoples know about Hadoop without many parts and tools. Apache Ambari is another tool which confuses the new users. Apache BigTop is a Big Data management distribution. On official website, there will be good information to clarify any doubt. Here are the SSH commands showing how to install Apache BigTop on Ubuntu … [Read more...]
Arduino Door Bell With Push Button With 3 LED
It is easy project but difference with other projects is several - after pushing the push button the sound automatically stops after a time (which happens with normal door bells), three LEDs used for rhythmic lighting with the music and very less number of components used. Only limitations are sound will not be very loud with buzzer and it is slightly difficult for the beginners to change the … [Read more...]
Jupyter Notebook Tutorial : Part 2
In Part 2 of our Jupyter Notebook Tutorial series, we will learn installing packages in Jupyter, importing data, plotting inline etc works. Our Part 1 of Jupyter Notebook Tutorial was on how to install on localhost or server - on Mac OS X or GNU/Linux. For quick recapitulation to unused with Python, normally on terminal, if you run : [crayon-6a37b0dec44d2715945169/] then it will start Python … [Read more...]