Bennovations Knowledgebase
Search:     Advanced search
Browse by category:
Contact Us

Categories
 
folder Web
Answers to various Web related topics
folder UNIX (13)
Answers to various UNIX (Linux,Solaris,AIX,HP-UX,VMWare) related questions.
folder SAN
Answers to various Storage Area Network (SAN) questions
folder Other (1)
Other stuff...


Most viewed
 
document VI Command to delete till end of file (eof)
VI Delete til end of file   :.,$d
24 Jul, 2008
document Setting the date forward on Linux/UNIX
Set date forward on UNIX   #  date --set='-10 minutes' # date set="2 OCT 2009 18:00:00" # date +%T%p -s...
31 Mar, 2009
document Remove whitespace using sed
To remove all whitespace (including tabs) from left to first word, enter: echo "     This is a test" | sed -e 's/^[...
24 Jul, 2008
document How can I stop Internet Explorer to stop asking : "To display the webpage again, Internet Explorer needs to resend the information you've previously submitted. If you were making a purchase, you should click Cancel to avoid a duplicate transaction. Otherwise, click retry to display the webpage again."
1. Right-click My Computer and choose Properties. 2. Click the Advanced tab on your System Properties dialog box. 3. Click the Error Reporting...
27 Mar, 2009
document VI editor Backup (VIB) Utility
CURRENT RELEASE: v1.9 INSTALLATION: 1. Verify the path to bash or ksh is the path on the first line of VIB i.e. #!/usr/bin/bash # cp...
05 Aug, 2008
Recent articles
 
document PHP Function to display the current day and date based on timezone
SAMPLE PHP Function to display the current full alphanumeric day, and the date based on 3 timezones (AMER/APAC/EMEA) Where: AMER=US Time EMEA =...
25 Aug, 2009
document Select MAX Value from MySQL Database using PHP
$query="SELECT MAX(torder+0) as maxnum FROM triage_order  ;"; $result = mysql_query($query) or die ("couldn't execute query...
12 Aug, 2009
document Purge (flush) the PostFix mail queue after deferred, suspended or timed out issues
If you see deferred, suspended, or timedout messages, after you correct the problem (which is typically related to the mailhost in the main.cf or...
06 Aug, 2009
document Trim whitespace around variable in unix shell script
echo " aaaa bbbb " | sed 's/^ *\(.*\) *$/\1/'
05 Aug, 2009
document Populating an array inside of a for loop using PHP
Populating an array from inside a loop is very easy: file:...
03 Jun, 2009



RSS