M.M.Stephin Nadar's Blog

Never lose hope. You never know what tomorrow may bring.

Our Telegram Bots

▼

Our sites

▼
29 February 2012

How to install the Sun Java JDK on Ubuntu 10.10?

›
sudo apt - get install python - software - properties sudo add - apt - repository ppa : sun - java - community - team / sun - java6 sudo a...
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)...
‹
›
Home
View web version

Contributors

  • step
Powered by Blogger.