Posts Tagged ‘Linux’
Linux - Disabling PHP Safe Mode for a specific folder
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... [Read-More ...]
Linux - Delete all files and folders in a folder recursively
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... [Read-More ...]
Free SSH Account on Free Shell Servers
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 ... [Read-More ...]
Server BackUP
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 , pe care le consider cele mai importante, pe... [Read-More ...]
linux cpu usage
Type the top command:
# top
top - 16:54:34 up 15 days, 13:29, 1 user, load average: 0.30, 0.18, 0.23Tasks: 136 total, 1 running, 134 sleeping, 1 stopped, 0 zombie
Cpu(s): 9.5%us, 1.8%sy, 0.0%ni, 88.5%id, 0.0%wa, 0.0%hi, ... [Read-More ...]






















