Unix

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


MySQL: restoring database and MySQL Server GONE AWAY....what is the reason ???

Posted: 10 years ago in  Unix Database MySQL


This error is occurred when you try to restore big, very big database file. Hope the way I write here help you save a bit of time 8-) View more


VirtualHost-prettify url in local website development environment

Posted: 10 years ago in  Unix Apache


Common URL used in website development is localhost/website_folder_name that is very unfriendly. In addition, there is feature that requires input/host url in form of mywebsite.com instead of localhost/directory. Then, VirtualHost is a way to make a nice url on development environment. View more


Guest Login - is it a need in personal computer ?

Posted: 10 years ago in  Unix


Ubuntu comes with default guest account. It does not require password to login. It is possible to turn it off by following procedure View more


PostgreSQL and MySQL - automate the backup process with autopostgresqlbackup and automysqlbackup

Posted: 10 years ago in  Unix Database MySQL PostgreSQL


Database is a matter of system. Day by day, it grows up and become more important. Even when we do not change the running system, it is a good habit to backup regularly databases. It would help you ensure the Recover Time in SLA to client, just in case. View more