pakeisk požiūrį subscribe to feed

SSH commands

Export data from tar
tar -xvf "filename"
Make zip archive through ssh
zip -r pavadinimas.zip /home/httpd/vhosts/saitovardas.com/httpdocs
Make tar archive on ssh
tar -cvvf bak.tar /usr/public_html/
Make mysqldump through ssh (backup mysql data)
mysqldump -e --force --quick --quote-names -h localhost -u root -p DBNAME > BACKUP_FILE.sql
Restore mysql data through ssh (import mysql data)
mysql -u USER -p DBNAME < dump.sql

Ownerio pakeitimas
chown host1plus:host1plus ./* -R

Failo paieška direktorijoje
find /home/host1plus/public_html/support -name "*failo_vardo*"

Teksto paieška direktorijoje
grep -irE "regexpas ko ieskai" /direktorija/

Also usefull free mysql tool (community edition)

MYSQL REPLACE
UPDATE mc_products set `description`=replace(`description`, 'what', 'with what')
Other mysql queries examples
http://www.1keydata.com/sql

Tools

PHP syntax

($this->userId)?$this->userId:0;

SQL queries

UPDATE mc_products set `description`=replace(`description`, 'what', 'with what')

Delete dublicate rows

DELETE tablename FROM tablename, (SELECT MAX(uid) AS dupid,COUNT(uid) AS dupcnt FROM tablename GROUP BY id,url HAVING dupcnt>1) AS dups WHERE tablename.uid=dups.dupid;

Tutorials

PHP

htaccess

Enable PHP debugging using .htaccess
php_flag display_errors on
# supress php errors
php_flag display_startup_errors off
php_flag display_errors off
php_flag html_errors off
php_value docref_root 0
php_value docref_ext 0
# enable PHP error logging
php_flag log_errors on
php_value error_log /home/path/public_html/domain/PHP_errors.log

Adding PHP mime type to JS:

AddHandler x-httpd-php5 .js

MySQL

Design

AJAX

AJAX tutorials

PHP4 & PHP5 on one computer


h1 pakeisk požiūrį
magic eight ball, stebuklingas rutuliukas

Gyvenimo principai

When you're riding, only the race in which you're riding is important.Bill Shoemaker, Jockey
"Effort, not ability, makes the biggest difference in achievement."
Bill Clinton, 42nd President of the United States

Rado berniuko forfelyje sadomazo įnagius... Taaaip sako susimastęs tėvas, įtariu, kad diržas čia nebepadės. Daugiau anekdotų..? Žinai geresnį? Rašyk!>

Daugiau anekdotų..?
If you do what you've always done, you'll get what you've always gotten
| Įrašyti naują |

Daug lengviau pinigus uždirbti nei sutaupyti. Viena yra pastangos, o kita - savęs atsisakymas.


linked in Tygas
Don't know Lithuanian?
Read it in english!