Vanguard orros 10×42 binoculars review

Share

After my recent visit to Jim Corbett nation park, I realised what I missed in absence of binoculars. I started looking for good binoculars and short listed celestron and Nikon. But after reading reviews I found that budget binoculars from these brands were slightly fragile with loose parts. First and foremost, quick zoom test 🙂 […]

Add static IPs on raspbian

Share

Most of the times you need raspberry pi remote access over static IP. Here is quick note on how to add static IP on raspbian OS. Edit /etc/dhcpcd.conf as sudo and add following lines to add static IPs on ethernet and wifi interfaces of raspberry pi. Reboot system and you can now access raspberry on […]

PySpark on python3 and Debian

Share

Install openjdk 8 To install openjdk 8 on debian 10, follow steps mentioned at https://linuxize.com/post/install-java-on-debian-10/pyspark does not works well with newer versions of Java, so stick with openjdk or oracle java 8. Install PySpark Next install pyspark using python pip, I prefer python3 so installation goes with pip3 PySpark brings along required hadoop components Basic […]