Generating RSA key using Linux or Ubuntu

For linux or ubuntu user who is lazy to login to remote by typing password or plainly to improve security measure. You may generate a RSA key type to authenticate the login process. Generating the RSA key is the very first step.

(more…)

rsync using ssh which is using customed port

Rsync is a common command that users and administrator alike uses it to synchronize files. The closest function that Microsoft uses is xcopy .

(more…)

Connect to SSH using customed port from UBuntu Terminal

Scope and conditions :

  1. SSH service is running on remote server.
  2. SSH is binded to IP address 10.10.10.10.
  3. SSH service is running on Port 9394 or customed port (SSH default port 22).
  4. There is no firewall on your computer or your network. (more…)

How to install Ruby on Rails using Ubuntu

  1. Upon starting the Ubuntu OS, Open Terminal.
    Ubuntu Terminal (more…)