M.M.Stephin Nadar's Blog
Never lose hope. You never know what tomorrow may bring.
Our Telegram Bots
(Move to ...)
utubebot
uploadbot
fakemailbot
apkdl_bot
mp3toolsbot
▼
Our sites
(Move to ...)
apkdl.in
Jamango.in
▼
30 January 2012
search files in linux server
›
find /etc -name '*.conf' /etc is directory or path *.conf is file name * represents any name.conf files.
install Imagick on CentOS 5.x 32bit
›
Run the following commands yum install ImageMagick yum install ImageMagick-devel yum install php-pear pecl install imagick echo ...
cron job in kloxo/lxAdmin
›
command php -q /home/username/domain name/path to cron file
5 comments:
know the list of disabled functions on server
›
<?php error_reporting(E_ALL); $disabled_functions = ini_get('disable_functions'); if ($disabled_functions!='') { $ar...
check/list services running on server
›
service command - list running services service --status-all service --status-all | grep ntpd service --status-all | less Print the ...
change timezone on linux server
›
1 ) # cd /etc # ln -sf /usr/share/zoneinfo/Asia/Calcutta localtime Or 2) cp /usr/share/zoneinfo/Asia/Calcutta /etc/localtime Or 3)...
wget multiple urls
›
usualy we do wget http://www.stephin/file/download.zip but now i am going to show tell you how to download files to server from different...
‹
›
Home
View web version