#!/bin/bash
cd /home/shahid/ # Change the dectory to the specified location
monit stop all # Stop all the process
rm -rf log/* […]
Continue reading " Shell Script to delete unwanted files and directories "
Passionate About Technology
#!/bin/bash
cd /home/shahid/ # Change the dectory to the specified location
monit stop all # Stop all the process
rm -rf log/* […]
Continue reading " Shell Script to delete unwanted files and directories "
Introduction
One of the more powerful tricks of the .htaccess is the ability to rewrite URLs. This enables us to do some mighty manipulations on our links; useful stuff like transforming very long URL’s into short, cute URLs, redirecting URL to some other URL, transforming dynamic ?generated=page&URL’s into /friendly/flat/links, redirect missing pages, preventing hot-linking, performing automatic […]
