Categories
Tech

How to remove Squeak and Scratch from Raspberry Pi: Raspbian Jessie and Wheezy Distro

Raspbian Jessie and Wheezy distribution includes Squeak and Scratch. While these can be helpful educational tools for students which provides a gentle introduction to programming, it doesn’t have much use for others. The following instructions will remove both Squeak and Scratch from your Raspberry Pi (Raspbian distribution). It saves 92.7 MB and 1.15 MB respectively […]

Categories
Tech

How to remove Wolfram Language and Mathematica from Raspberry Pi: Raspbian Jessie and Wheezy distro

Raspbian Jessie and Wheezy distribution includes Wolfram Language and Mathematica. While this can be helpful for students, it doesn’t have much use for others. The following instructions will remove both Wolfram and Mathematica from your Raspberry Pi (Raspbian distribution). It saves 658MB in Jessie. sudo apt-get remove wolfram-engine Reading package lists… Done Building dependency tree […]

Categories
Tech

Code: How to reboot TP-Link Router

TP-Link router may need to be occasionally rebooted as it sometimes hangs in my experience. Here is a script I developed long back to boot such errant server from command line: wget -qO- –user=admin –password=admin-password http://192.168.1.1/userRpm/SysRebootRpm.htm?Reboot=Reboot Notes: You will need wget installed on your system. You may need to change the IP Address and Password. […]

Categories
Tech

BitBucket vs. GitHub vs. ProjectLocker: Where would you setup your closed source project for free and why

Each of the Source Code repositories come with a free tier but each has their own restrictions BitBucket from Atlassian is free for small team up to 5 users or you can self-host for up to 10 members for one time fee of 10$. With the free plan in cloud, you can have unlimited public […]

Categories
Tech

Mini-Story: Deathly Silence of Linux (after rm -rf /*)

Silence of Linux (after rm -rf /* ) To be fair, rm -rf /* was taking way too long with several millions of files in deep hierarchy. So I ran Delete (Java based recursive File & Directory Delete Tool). Finally all data that could be deleted was deleted. I could’ve run shred, I could’ve run […]

Categories
Tech

What I learned and how I recovered from Partition Table corruption due to Power failure and fsck

Had an interesting experience. Our power blinked (rapid off and on) few times. Not only did SuKam UPS pass that through the power fluctuations but continued after power has stabilized. By the time I switched off the computer, the damage was done. It would only boot to Grub prompt. Used a SSD drive from another […]

Categories
Tech

How to install WordPress Network for Hosting Multiple Blogs Easily

WordPress Network was previously installed using WordPress Mu, which has since been discontinued. However since WordPress version 3, you can have more-or-less the same functionality using WordPress. A multisite network is your own version of WordPress.com where your users can create their own blog / sites on demand. You can restrict it so only you, […]

Categories
Tech

Single line command to install PHP5, MySQL, Apache2, XCache, PHP-Pear on Raspberry Pi

Installing LAMP on Raspberry Pi is very very simple. It takes a single line to execute on terminal / console.

Categories
Tech

How to auto-update CNote, Simple CLI Note Taking Application, to Google Drive Cloud

Super simple command line note taking tool for tracking breadcrumb trail during application development… CNote is a super-simple command line based Note taking application which we use to track changes, take notes before signing-off etc. during development. It can be used on all variants of Unix, Linux and Mac OS. It’s power lies in quickly […]

Categories
Tech

Barracuda's Copy and CudaDrive online storage services will be discontinued on 1 May 2016

Last August, LaCie announced its Wuala service was to close in November 2015, and now Barracuda has announced its Copy and CudaDrive services will close on 1 May 2016. Paying customers are no longer being charged, and all users have until that date to ensure they have copies of all their files in another location. […]