search.bdinside.net post code Rumi, October 14, 2008October 14, 2008 Guess the following code can be put into any page and activate the search engine! Continue Reading
URL Redirect PHP script for Horde Rumi, October 12, 2008November 6, 2008 I nearly got mad implementing horde in virtualmin. Though this section will not tell how the Horde was setup. Anyways, HORDE needs to work under /horde framework. I know this can be fixed up in registry.php file and can be used as /groupware or something. Continue Reading
URL Redirecting Script Rumi, October 12, 2008October 12, 2008 Meta Refresh URL Redirect Meta Refresh URL Redirect is an example of a meta refresh URL redirect. The code is quite simple. <meta http-equiv=”refresh” content=”8;url=http://www.seocompany.ca/index.html” /> Meta tag refresh is known to not be very search engine friendly and is consider spammy because of its misuse. If you keep it… Continue Reading
Creating Domain Parking Page in Virtualmin Rumi, October 4, 2008 Well, who ever set up virtualmin must be sick in seeing the default CentOS Apache page! I bet you do- since this it concerns to other hosted domains and virtual servers! Continue Reading
DNS Slave Auto-Configuration Quickstart Rumi, September 23, 2008 Virtualmin can automatically manage any number of DNS slave servers for you. Once configured, it will create slave zones on other servers and configure them to automatically update when changes are made on your Virtualmin server. For this to work, you need Virtualmin on your primary server and Webmin… Continue Reading
Virtualmin- Auto Installation! Rumi, September 21, 2008September 21, 2008 Howdy all, As I’ve been threatening for a few weeks now, the Virtualmin Professional automated install script and software repositories is now available for Virtualmin GPL! Continue Reading
Reset Forgotten MySQL Root Password Rumi, September 9, 2008September 9, 2008 Have you ever forgotten the root password on one of your MySQL servers? No? Well maybe I’m not as perfect as you. This is a quick h00tow (how to) reset your MySQL root password. It does require root access on your server. If you have forgotten that password wait for… Continue Reading
Best Web Applications Rumi, September 6, 2008 Just googling- here’re few leads- http://blogs.zdnet.com/Stewart/?p=651 http://www.webaward.org/best_of_show.asp http://www.interactivemediaawards.com/enter/?gclid=CNbxwau2x5UCFQVItAodOFiNYQ http://news.zdnet.co.uk/0,1000000073,39289803,00.htm http://www.pcauthority.com.au/Awards2007/bestwebapp.aspx http://www.reuters.com/article/pressRelease/idUS149306+10-Jan-2008+BW20080110 http://mashable.com/openwebawards/timeline/ Continue Reading
Yunus eyes lawsuit for GP control Rumi, September 6, 2008September 6, 2008 We Expect Telenor to Honour Its Written Intentions, Law of Bangladesh, and the High Ethical Standards Demanded By the People of Norway Continue Reading
Set up the firewall to listen MySQL on port 3306 Rumi, September 6, 2008 Just a small tweaking comnand that allows MySQL server on a linux server to open & listen to port 3306 for remote connectivity- [root@linux root]# iptables -I INPUT -p tcp –dport 3306 -j ACCEPT Continue Reading