3 Tips To Significantly Speed Up BSNL Dataone Broadband ConnectionDecember 17th, 2006 In this article I will discuss 3 important tips to significantly speed up your internet access through BSNL Dataone broadband connection. Tip 1: One of the major problems with BSNL Dataone Broadband connection is the DNS servers they provide by default.
3 Ways to Setup RSync Server on WindowsJanuary 15th, 2007 There are 3 options to run rsync server on windows, explained below with pros and cons and instructions. Using DeltaCopy.
How To: Wireless Networking With BSNL DataOne Broadband On Windows & LinuxJuly 22nd, 2007 I am going to describe a simple no-brainer way to share your BSNL Dataone Broadband internet connection over wireless network. The same principles can be used with other broadband connections too.
How To Change Temporary Download Directory of Download Accelerator Plus (DAP)October 8th, 2006 While downloading Fedora Core 5 using DAP, I ran out of temporary disk space (which is by default in C: drive) thereby wasting several hours of download. Download Accelerator Plus (DAP is a popular file download utility) saves the partially downloaded segments in %TEMP% directory.
5 Golden Tips For WordPress Performance Optimization / Slashdot-Digg Protection April 12th, 2007 WordPress is a popular blogging software. As a design decision it stores the blog content in database and uses php to fetch and display the pages.
How To Append File Using SSHOctober 12th, 2008 Have you ever searched scp manual for ways to append a file using it? scp is an excellent command to rapidly copy files and directories to / from a remote location. Unfortunately it is of no help when you just want to append a file over ssh connection.
How To Get Reliable & Affordable Broadband in IndiaJuly 29th, 2007 Broadband service in India is much less reliable than their counterparts in USA. While in USA, I used Pacific Bell 1.5 Mbps connection for 3 years without a single minute of downtime or any other problems.
Linux / Fedora Core: How To Use rdiff-backup To Pull BackupsMay 26th, 2007 rdiff-backup is a popular, free, open source mirroring and incremental backup system for posix based operating systems like linux & Mac OS X. It uses rysnc algorithm through librsync but it doesn't use rsync.
10 Tips for Surviving Ebay - Online AuctionNovember 9th, 2005 Don't exchange personal information. Read all of the information about the seller.
How To Speed Up Opening Linux Terminal & Running Linux CommandsOctober 10th, 2008 Most techies and developer prefer using the terminal on Linux. If you are like me a heavy command line interface (cli) user than you will find these simple tips useful.
How to close all connections in HSQLDB (also prevents a locking defect)March 5th, 2005 I have noticed that despite closing all connections and exiting a standalone HSQLDB database, at least one connection still remains open. The defect is manifested in HSQLDB 1.7.3 and HSQLDB 1.8.0 RC 8.
How To Connect Broadband & EPABX on Same LineSeptember 24th, 2007 In small businesses you will often have the ADSL broadband and telephone line from the same connection. You may also need to setup an EPABX on the connection to share the phone line.
Tips on Configuring (A)DSL ModemsOctober 20th, 2007 Modern DSL modems by default allows you to establish a DSL link through them to provide internet connectivity. The actual connection is handled by software running on your computer.
HSQLDB Database Connection Close Doesn't Write to Disk - SolutionJanuary 17th, 2006 HSQLDB, the famous fast RDBMS written in Java, introduced a new feature which affects code ported over from previous versions. From version 1.7.2, in-process databases are no longer closed when the last connection to the database is explicitly closed via JDBC.
MySQL SQL Delete NotesNovember 27th, 2007 To delete duplicates from a MySQL database table I normally copy the duplicate data first to a temporary table and then use the copied id's to delete from the original table. Delete using the temporary can take two forms.