Putty Command Line

Booting, stopping or resetting apache / mysql

Advertisements

apache (server)
start

service httpd start

stop

service httpd stop

restart

service httpd restart

mysql
start

service mysqld start 

stop

service mysqld stop

restart

service mysqld restart

grep command – typing this command:

grep -r "Proceed to Checkout" .

-r means recursive, and the full stop means current directory (cd into the app folder first)

Tags:

Comments are closed

Latest Comments

No comments to show.