Unix

SWAP and VPS

Posted: 10 years ago in  Unix Miscellaneous


Create SWAP area in Ubuntu is especially helpful with low-memory VPS. This tut in digitalocean is great, very clear and simple. 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


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