User login

command line

Path to Drush

export PATH=$PATH:/usr/local/share/php/drush

via http://www​.mediacurr​ent.com/bl​ogs/learni​ng-how-ins​tall-drush​-non-admin​-rights-se​rver

Much smarter command line history up/down behavior - with search

You may know about ctrl+shift+R for reverse case-insensitive search (or whatever it stands for) and that is still useful if you remember one very unique keyword from the middle of a command.

Merge all text files in a folder into one file

concatenate all files in directory (GNU-Linux)

cat ls -rt > newfilename

Note the backticks.

Syndicate content