Posted on December 31st, 2008 by sandeepverma
How to Use the Cron and Crontab commands
The ‘Cron’ Command
The cron command starts a process that executes commands at specified dates and times. Regularly scheduled commands can be specified according to instructions found in the crontab files in the directory /var/spool/cron/crontabs. Users can submit their own crontab files via the crontab command.
The ‘Crontab’ Command
Crontab copies [...]
Filed under: Uncategorized | No Comments »
Posted on December 31st, 2008 by sandeepverma
Htaccess Solutions | LAMPdocs: Linux, Apache, MySQL, PHP
htaccess Site Redirection Without Parameters
01 Sep
Posted by: admin in: htaccess Solutions
Sometimes you need to redirect all traffic from one site to another. Very often site structure is different and the need is to send visitors to the main page of the site. This makes Site Redirection tabs of [...]
Filed under: Uncategorized | No Comments »
Posted on December 31st, 2008 by sandeepverma
Install multiple versions of IE on your PC | TredoSoft
which, in the end , will conveniently create shortcuts based on your preferences
setup pic2
Important Notes:
* The installer was made to work with Windows XP. With a little bit of hacking it could run on Windows 2000 but this was not tested. See [...]
Filed under: Uncategorized | No Comments »
Posted on December 29th, 2008 by sandeepverma
block a “break out of frame” script : javascript, IE6+, FF2+, and Safari
1<script language=”JavaScript” type=”text/javascript”>function breakout_of_frame(){ if (top.location != location) { top.location.href = document.location.href ; }}</script>
2<script language=”JavaScript”> if(parent.frames.length>=1) { window.top.location.href=”index.html” } </script>
3<script>if (parent.frames.length > 0) { parent.location.href = self.document.location}</script>
4<script>if (window!= top)top.location.href=location.href</script>
5 if (top!= self) top.location=self.document.location;
6top.location.href
Filed under: Uncategorized | No Comments »
Posted on December 26th, 2008 by sandeepverma
Learn how to write a Regular Expression:
What Regular Expression?A regular expression is a pattern that can match various text strings, used for validations.
Where and when to use Regular Expression?It can be used in the programming languages which supports or has regular expression class as in built or it supports third party regular expression libraries.
Regular expressions [...]
Filed under: Uncategorized | No Comments »
Posted on December 26th, 2008 by sandeepverma
Drupal 6 media streaming with Dash Media Player | codegobbler.com
Drupal 6 media streaming with Dash Media PlayerPosted by tom on 20th Sep 2008in
* drupal * streaming
Several weeks ago I took a fairly in-depth look at the current video streaming options available for Drupal 6. Shortly after I published [...]
Filed under: Uncategorized | No Comments »
Posted on December 24th, 2008 by sandeepverma
122.161.54.239 - IP location, ISP and more info.
IP Tracing and IP TrackingWith our IP address tracer you can track and trace any IP addresses and website. We use probably the most accurate IP address to location database to determine the IP location.
Filed under: Uncategorized | No Comments »
Posted on December 23rd, 2008 by sandeepverma
Scaling with MySQL replication | Dries Buytaert
To deal with Drupal’s growth, we’re adding a second database server to drupal.org
which is useful for at least two reasons. First, we’ll be able to
handle more SQL queries as we can distribute them between multiple
database servers (load balancing). Secondly, this new server can act as a “hot spare” [...]
Filed under: Uncategorized | No Comments »
Posted on December 23rd, 2008 by sandeepverma
Real-time Geographic IP Service - Free Geolocation Database
Developers use GEO I/O to resolve IP addresses to geographic locations for powering forms, maps and many other applications. Some of the information available includes latitude and longitude, zip and postal codes, telephone area codes and more. [Get further details]
Filed under: Uncategorized | No Comments »
Posted on December 22nd, 2008 by sandeepverma
MySQL Change root Password
mysqladmin command to change root password
If you have never set a root password for MySQL, the server does not require a password at all for connecting as root. To setup root password for first time, use mysqladmin command at shell prompt as follows:
$ mysqladmin -u root password NEWPASSWORD
However, if you want to [...]
Filed under: Uncategorized | No Comments »