/usr/sbin/install_acx100_firmware
/usr/sbin/install_intersil_firmware
/usr/sbin/install_bcm43xx_firmware
Jul
09
Jun
30
First line
echo "deb http://packages.medibuntu.org/ hardy free non-free" | sudo tee -a /etc/apt/sources.list
Second line
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update
Third line
sudo aptitude install acroread
Feb
09
The Error Pages are located in:
/root/ispconfig/isp
/srv/www/web*/web/error
/var/www/sharedip
Jan
22
Edit php.ini
Code:
vi /etc/php5/apache2/php.ini |
And change this lines
max_execution_time = 60 (this are seconds)
upload_max_filesize = 2M
post_max_size = 8M (always must be greater then upload)
max_input_time = 90 (this are seconds)
memory_limit = 8M






Recent Comments