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
▼
7 June 2012
reset mysql root password
›
ps -ef | grep mysql - checks if mysql / mysqld is one of the running processes. pkill mysqld - kills the daem...
12 May 2012
services and its port
›
netstat -antp | grep LISTEN
25 March 2012
unique combination of multiple columns in mysql
›
alter table tablename add unique index ( column1,column2,column3 );
14 March 2012
[mysql ] perform order by column and rand() in single query
›
SELECT * FROM ( SELECT * FROM table1 ORDER BY nos desc limit 0,1 ) ) T1 ORDER BY RAND () usage: if ...
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 ...
‹
›
Home
View web version