Changes your login password in LINUX
September 29th, 2009
No comments
APC is a PHP accelerator extension that can be installed using PECL. PECL comes with the php-pear package, and must be installed
yum install php-pear
install APC dependencies so that PECL can build APC:
yum install php-devel httpd-devel
yum groupinstall 'Development Tools'
yum groupinstall 'Development ...
Easy and fast, using chkconfig linux command.
To configure your system to start Apache at boot time:
chkconfig --levels 235 httpd on
for manual start apache:
/etc/init.d/httpd start
create the system startup links for Proftpd and start it:
chkconfig --levels 235 proftpd on
/etc/init.d/proftpd start
Chkconfig provides a ...
using .htaccess file:
create the .htaccess file
the content of the .htaccess file should be:
php_value safe_mode "1"
using php.ini file
upload to specific folder the php.ini file
in php.ini enter this command
safe_mode = Off
for globall efect, search php.ini in /etc/ folder and chnage safe_mode = ...
Linux command that will delete all files & folders in a certain directory:
for current path
cd to directory
rm -Rf *
or for absolute path:
rm -Rf /home/some/directory/*
another option (this will only delete files of type f which is a regular file):
find /some/path/ ...
Amber
Hardware: Several Pentium 4 and Celeron based machines
Operating system: FreeBSD, Debian Linux
Quota: 100MB
Internet connection: 100mbit/s
Services/programs: Typical development, web, email tools. No IRC
IRC access: No
Background processes allowed: Yes
Other info: Amber has been offering free services since 1999.
bsd.miki.eu.org
Hardware: Intel Pentium ...
Au trecut cred ca vreo 2 luni de cand nu am mai facut un backup general la servere asa ca, azi a venit momentul sa'mi asigur un somn mai "linistit" si am facut un backup la bazele de date , ...