sudo grub find boot/grub/stage1 -> (la risposta sarà hdx,y) root (hdx,y) setup(hdx) quit
Mese: Ottobre 2009
Web Server su Mac 10.5.7
- Abilitare Apache 2:
“Preferenze di Sistema -> Condivisione” Spuntare “Condivisione Web”. - Abilitare PHP 5.2.8:
Digitare nel terminale:cd /etc/apache2 sudo vim httpd.conf
Con l’editor Vim trasformare la stringa
#LoadModule php5_module libexec/apache2/libphp5.so
in
LoadModule php5_module libexec/apache2/libphp5.so
Call of Duty 4 Mod Tools
Scaricare Call of Duty 4 Mod Tools e scompattare nella cartella di installazione del gioco.
array_slice
Recupera una parte di un array:
array array_slice ( array $array , int $offset [, int $length [, bool $preserve_keys = false ]] )