Posts Tagged 'Unix'

Change default user shell

Example of how to use chsh command to change current user shell to bash:

chsh -s /bin/bash

Git clone from remote repositorium with ssh and non default port

just a reminder, suppose your ssh port is 3022: (sometimes I swap the way to specify the port in those two commands)

git clone ssh://user@domain.com:3022/~/Projects/my_project

ssh user@domain.com -p 3022


(when connecting through ssh the non default port goes as param, the default port is 22)


Last Regedor’s twitts

  • @rubenfonseca cool, I just bought it! :) 1 day ago
  • tried Rails3 and ruby 1.9.2 and it's awesome, but too many gems are still incompatible. I' ll wait a little longer to get really into it. 2 days ago

Last Regedor's bookmarks