by Aromal Rajagopal | Jan 23, 2014 | Articles and tutorials |
1)wget the installation file on server. # wget http://soluslabs.com/installers/solusvm/install 2) Provide execute permission to that file. # chmod 755 install 3) run the installation using below command. # ./install 4) It will...
by Aromal Rajagopal | Jan 5, 2014 | Articles and tutorials, Technical |
URL filtering is important: everyone from marketers to search engines loves nice, text-rich URLs. If we want to create keyword-rich URLs based on our dynamic content then we will need to clean and filter the source text first. Here is a handy function that will...