Blog

Issue Connect Android Device to Ubuntu 12.04

Posted: 10 years ago in  Unix


I and my friends got stuck a while. The issue is only reported with 12.04 LTS. Android is connected using MTP which is not supported via GVFS (virtual file system of GNOME system) in stock Ubuntu 12.04 LTS. In version 13.04 or above, GVFS is upgraded to support MTP. View more


Ubuntu-common commands

Posted: 10 years ago in  Unix


Ubuntu also has the GUI for normal usage just like Windows. However, its power is deeper inside the CLI-command line interface. At the first time I am with Ubuntu-Linux 12.04, I used GUI and tried to find applications to do same thing as on Windows. View more


Working with bitbucket: create RSA keys, init repository, commit and checkout

Posted: 10 years ago in  Unix Miscellaneous


Bitbucket has same features as Github, Launchpad. They provide revesion management for website/application developements. View more


Disable Wordpress update notification

Posted: 10 years ago in  PHP Wordpress


It is obviously that we want to keep our software/website up-to-date with cutting-edge technologies. The notification of new improvment is what developers give us. However, when you provide a package which combined from 3rd party components, it would be nice if those notifications turned off and replaced by your custom after-sale service :) View more


AndroVM-install Android on Windows/Ubuntu/MacOs with VirtualBox

Posted: 10 years ago in  Unix Windows Mac OS Miscellaneous


This article may be interesting with mobile application developers and people who doesn't have an android phone. The way is using the open-source project called AndroVM that port Android to run in x86 based PC. You can do most of things as on mobile/tablet Android. It is good choice for testing Android app (install via adb) or experience Android on a big screen (with Google Playstore, install apps, play games...). View more