How To

Setup Git server in Debian VPS

Posted: 9 years ago in  Unix Miscellaneous


In article Working with bitbucket, I wrote a short guide how to create, upload and working with Bitbucket. They provide service to manage private repository with zero cost. It is greate with only limit of users working in one repository, that is 5 persons. The question is....can we make our own repositories on our server ? View more


Setup Ubuntu Server to send email with own domain

Posted: 10 years ago in  Unix Miscellaneous


To add "email notification" to an appplication/website, usually, the first thing is setup of sendmail on Ubuntu server. It is absolutly simple. Here is few steps to do: 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


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


Wordpress-custom authentication (LDAP, Crowd, OpenID, Restful Service, Gmail, Facebook or social network...)

Posted: 10 years ago in  PHP Wordpress


Wordpress has its own authentication and authorization, of course :-) However, we also have own strong, reliable authentication system, or we may call SSO software. It would be greate if staffs can use one credentials from SSO system to login multi service such as email, CRM, Project Management system...etc, including wordpress. View more