
Skip to: site menu |main content
Welcome to my personal site. If You have any question or suggestion please feel free to contact me from contact page.
You can directly download module or theme from your ssh or putty.
1) Go to modules directory of your drupal installation. E.g:-
cd sites/all/modules
2). Download archive using wget command:
wget http://ftp.drupal.org/files/projects/image-6.x-1.0-beta5.tar.gz
3). Uncompress archive:
tar zxvf image-6.x-1.0-beta5.tar.gz
4). Delete/Remove archive:
rm -rf image-6.x-1.0-beta5.tar.gz
5)Confirm your module is there:-
ls -a
Note: the module image-6.x-1.0-beta5.tar.gz is taken here as example please check the current
1)Copy the module download link. Normaly ending with .gz. In a Web browser, go to the module's page at drupal.org , right-click the Download link for the version you want, and copy the link location.
2) In an SSH goto module folder of drupal
cd www/sites/all/modules
This document is a vi cheat sheet, designed to be kept nearby while
using the vi editor. In general, vi commands follow the
convention of "one from column A and one from column B", using the two
tables below, Operators and Operands, as columns A and B.
Cron executes commands at specified intervals. These commands are called "cron jobs." Cron is available on Unix, Linux and Mac servers. Windows servers use a Scheduled Task to execute commands.
The cron command
To edit a crontab through the command line, type:
crontab -e
In the following example, the crontab command shown below will activate the cron tasks automatically on the hour:
0 * * * * wget -O - -q -t 1 http://www.indersingh.com/cron.php
# +---------------- minute (0 - 59)
# | +------------- hour (0 - 23)
# | | +---------- day of month (1 - 31)
InderSingh.com v1.2
(May 21, 2012)
Recent comments
17 weeks 12 hours ago
17 weeks 12 hours ago
17 weeks 12 hours ago
1 year 16 weeks ago
1 year 16 weeks ago
1 year 16 weeks ago
1 year 32 weeks ago
1 year 33 weeks ago
1 year 35 weeks ago
1 year 39 weeks ago