Posts Tagged ‘ubuntu’

How to search inside Text Files in Ubuntu

Tuesday, August 31st, 2010

Today I was working on a WordPress mod and I wanted to find a file which includes a specific class definition. Honestly I am not that good in Ubuntu Command Line Interface. Here is the command you will need to find a text file with your searched keyword (more…)

How to install Filezilla in Ubuntu – Command Line

Monday, May 3rd, 2010

Just run your terminal and write:

sudo aptitude install filezilla

It asks you for password. Enter your password.

Original : Here