script

arduino learning

Learn about Arduino

Learn about Arduino Arduino acts as the brain of the system and processes the data from the sensor. Arduino is an open-source electronics platform based on easy-to-use hardware and software. Learn Arduino online Classes Here is the Arduino code to Light Sensitivty int PHOTORESISTOR=A1; int LED=3; void setup() { // put your setup code here, […]

Learn about Arduino Read More »

Dual boot system windows 10 and Linux

How to Dual boot system windows 10 and Linux(windows with centos 7 or Fedora)?

Dual boot system windows 10 and Linux Editing grub file in centos 7 While Dual booting your system with windows and centos 7, one common problem arises ie. menuentry of windows disappears . To retrieve the windows option do needful Edit – vim /etc/grub2.cfg This is real grub2.cfg you have to edit this file #

How to Dual boot system windows 10 and Linux(windows with centos 7 or Fedora)? Read More »