Fiddlehead Ferns

Yes, you can get these in US! You just have to pay more. Unless you are local to the region where these are grown in US, you will need to order from online sellers. I ordered mine from Earthy Delights. Since these are perishables, only overnight shipping is provided. Be smart and order more than a lb in order to make it a worthwhile deal. For the ones I ordered, I am yet to savor …

Read moreFiddlehead Ferns

Try my version of fried chicken

Made up the recipe myself. Turned out to be quite tasty. About a 1lb of Chicken Breast cut into small pieces Batter – Wheat flour (3 Tbsp), 3 egss, Salt, Paprika, Milk (1 cup). Whip everything until somewhat thick. If too runny add more flour. Mix batter and chicken pieces, until chicken is thoroughly coated. Fry them for 10-12 minutes @375 deg F in deep fryer. Serve with Sauce of your liking. I used Frank’s …

Read moreTry my version of fried chicken

MediaTomb breaking after Ubuntu upgrade

Yesterday, upgraded Ubuntu Server from 14.10 to 15.04, and somehow it broke MediaTomb. After upgrade, my uPnP server was not showing up in consuming devices. I looked at the logs, and found that MediaTomb was binding to localhost cat /var/log/mediatomb 2015-06-07 12:31:46    INFO: Loading configuration from: /etc/mediatomb/config.xml2015-06-07 12:31:46    INFO: Checking configuration…2015-06-07 12:31:46    INFO: Setting filesystem import charset to UTF-82015-06-07 12:31:46    INFO: Setting metadata import charset to UTF-82015-06-07 12:31:46    INFO: Setting playlist charset to UTF-82015-06-07 12:31:46 …

Read moreMediaTomb breaking after Ubuntu upgrade

Configuring VNC on Ubuntu Server

I recently configured VNC on my home server. This enables me to log on to the server and work in a GUI environment. I am using GNOME basic. Server – Assumed Ubuntu Server 14.04 Pre-reqs – Install GNOME basic desktop sudo apt-get install –no-install-recommends ubuntu-desktop Install gnome-panel sudo apt-get install gnome-panel Install VNC Server. I used TightVNC Server sudo apt-get install tightvncserver Set up VNC initial configuration vncserver Stop the VNC session vncserver -kill :1 …

Read moreConfiguring VNC on Ubuntu Server