Roman’s Home

Articles about development in Drupal

Site development

Using git for branches:

git branch
git checkout
...
git checkout master
git merge

Drupal modules:

  • ctools
  • strongarm
  • context
  • panels
  • boxes
  • features
  • drush

June 25, 2010 Posted by | Uncategorized | | Leave a Comment

vi commands

After about 3 years of resistance i decided to learn basic vi commands

Cheat sheet (pdf)

  • search: /text
  • repeat search: n
  • save: w
  • quit: q
  • quit without saving: q!

May 5, 2010 Posted by | linux | 1 Comment

Drupal API reference

Drupal 6.x

May 10, 2009 Posted by | Uncategorized | Leave a Comment

Aliases in bash

Linux is very powerful with its command line control, but sometimes we type the same commands or use the same long-named folder. Using shortcuts (called aliases) comes in help. Just add them in your bashrc file

May 23, 2008 Posted by | linux | , | Leave a Comment

   

Follow

Get every new post delivered to your Inbox.