-
Jul 28 |
LAMP |
Noman |
2010 Views |
with No Comments
With Below command you can take mysql database backup. mysqldump -u root -p userdb > userdb.sql...
-
Jul 28 |
SCRIPTING |
Noman |
2192 Views |
with No Comments
Below script will do five iterations. #!/bin/bash i=1 while $i -le 5 ...
-
Jul 28 |
SCRIPTING |
Noman |
2402 Views |
with No Comments
This Shell script will check the time_wait and close_wait on linux server for incoming request. ...