C and C++ goes to a bar. C spilled his beer all over C++’s shirt. Outraged, C++ shouted, “Good god, man! Have you no class?” Why do software developers confuse Christmas and Halloween? Because OCT 31 == DEC 25 There are 10 kinda of people in this world, those who understand binary, and …
Read More »Monthly Archives: February 2016
LifeProTips
Find cheat sheets of most programming languages at this website. The website has a fantastic collection of cheat sheets for lot of languages. Moreover the entire collection is properly organized. On top of that they are interactive so that one is able to find and browse through the collection with …
Read More »Trivia
What worked for me : RPi 2 : Enabling Samba share
Enabling samba share on RPi 2 – Ubuntu Mate posed some challenges. Below is what worked for me. Install Samba with UI sudo apt-get install samba samba-common python-glade2 system-config-samba Edit samba config file sudo nano /etc/samba/smb.conf Ensure domain is not set domain logons = yes domain master = yes Add …
Read More »What worked for me : RPi 2 : Ubuntu Mate : NTP issues
So I started with Rpi 2 and installed Ubuntu Mate. All worked well during the installation. But then I noticed. The time did not sync. Set at Nov 21 2015 when that particular build was created. I started my search at google and there were few instances reported for time sync …
Read More »