How to copy a file to the Internet to share it with others easily without using Pastebin.

This Linux command will copy the text file given, “myfile.txt” and send it to the sprunge.us website. This allows you to share a text file with others without too much fuss. curl -F ‘sprunge=<myfile.txt’ http://sprunge.uscurl -F ‘sprunge=<myfile.txt’ http://sprunge.us You may also install the PastebinCL utility on Fedora 19, this allows you to upload text to … Read more

MobaXterm application for Windows. A good Linux shell for the Windows operating system.

The MobaXterm application for Windows is a good way to practice Linux commands if you are stuck on a Windows only machine. This application is extensible with add ons such as the gcc compiler and Vim editor as well as many other add ons to make the application even more useful. This is good for practising programming … Read more

Thoughts on the new Ubuntu for the Nexus 7 and installing a different shell for Ubuntu.

I have just found out that the Nexus 7 tablet now has an Ubuntu distribution that is working on that tablet computer. The Unity desktop does not seem to be very stable on this device though; it would be better to develop a proper tablet touch oriented interface like the Windows 8 Metro interface; the … Read more