What is my ip address: Check your public ip

February 19, 2009 by  
Filed under Tools and Utilities

Comments Off

www.myipy.com

Country state city database

February 19, 2009 by  
Filed under Tools and Utilities

Comments Off

GeoWorldMap is a database that contains the cities of the world with their country, region, latitude, longitude and more.

http://www.geobytes.com/GeoWorldMap.zip

How to use VI Editor – Linux / Unix

February 18, 2009 by  
Filed under Linux Tutorials

Comments Off

To save the edits you have made, but leave vi running and your file open:

  1. Press <Esc>.
  2. Type :w
  3. Press <Return>.

To quit vi, and discard any changes your have made since last saving:

  1. Press <Esc>.
  2. Type :q!
  3. Press <Return>.

STARTING vi

     vi filename    edit a file named "filename"
     vi newfile     create a new file named "newfile"

ENTERING TEXT

     i            insert text left of cursor
     a            append text right of cursor

MOVING THE CURSOR

     h            left one space
     j            down one line
     k            up one line
     l            right one space

BASIC EDITING

     x         delete character
     nx        delete n characters
     X         delete character before cursor
     dw        delete word
     ndw       delete n words
     dd        delete line
     ndd       delete n lines
     D         delete characters from cursor to end of line
     r         replace character under cursor
     cw        replace a word
     ncw       replace n words
     C         change text from cursor to end of line
     o         insert blank line below cursor
                  (ready for insertion)
     O         insert blank line above cursor
                  (ready for insertion)
     J         join succeeding line to current cursor line
     nJ        join n succeeding lines to current cursor line
     u         undo last change
     U         restore current line

MOVING AROUND IN A FILE

     w            forward word by word
     b            backward word by word
     $            to end of line
     0 (zero)     to beginning of line
     H            to top line of screen
     M            to middle line of screen
     L            to last line of screen
     G            to last line of file
     1G           to first line of file
     <Control>f   scroll forward one screen
     <Control>b   scroll backward one screen
     <Control>d   scroll down one-half screen
     <Control>u   scroll up one-half screen
     n            repeat last search in same direction
     N            repeat last search in opposite direction

CLOSING AND SAVING A FILE

     ZZ            save file and then quit
     :w            save file
     :q!            discard changes and quit file

 

How to remove a mailing list?

February 18, 2009 by  
Filed under cPanel-WHM

Comments Off

1. Login to cPanel.

2. Click on “Mail”, then click on “Mailing Lists”

3. Locate the mailing list you want to remove and click on the “Delete” button next to it.

4. Click on the “Yes” button for the delete confirmation.

How to create a mailing list?

February 18, 2009 by  
Filed under cPanel-WHM

Comments Off

1. Login to cPanel.

2. Click on “Mail”, then click on “Mailing Lists” and click on “Add List”, from the bottom of the page. The following are the options of the Add Mailing List:

  • List Name: Name of your mailing list.
  • Password: Password for your new mailing list.
  • Domain: Domain of the mailing list

3. Click on the “Create” button.

How to remove email forwarder?

February 18, 2009 by  
Filed under cPanel-WHM

Comments Off

1. Login to cPanel.

2. Click on “Mail” and then click on “Forward

.3. Locate the forwarder you want to remove and click on the “Delete” button next to it.

How to create email forwarder?

February 18, 2009 by  
Filed under cPanel-WHM

Comments Off

1. Login to cPanel.

2. Click on “Mail” and then click on “Forwarders”.

3. Click on “Add Forwarder”, from the bottom of the page.

4. In the first field, enter the email address to be forwarded, in the list, select the domain name of the forwarder and in the second field, enter the external email address where the mails should be forwarded.

5. Click on the “Add Forward” button.

How to unblock an E-mail?

February 18, 2009 by  
Filed under cPanel-WHM

Comments Off

1. Login to cPanel.

2. Click on “Mail” and then click on “E-mail Filtering”.

3. Locate the filter you want to remove and click on the “Delete” button next to it.

How to block the emails ?

February 18, 2009 by  
Filed under cPanel-WHM

Comments Off

1. Login to cPanel.

2. Click on “Mail” and then click on “E-mail Filtering” and click on “Add Filter from top of the page.

3. The emails can be blocked using different criteria; From, Subject, To, Body and Any Header.

Example: If you want to block the mails from all yahoo email accounts, select “From” in the first list, “contains” in the second list, enter ‘yahoo.com’ in the field and click on the “Activate” button.

Example: If you want to block all mail with the word “free” in the subject, select “Subject” in the list, “contains” in the second list, enter ‘free’ in the field and click on the “Activate” button

How to remove an autoresponder?

February 18, 2009 by  
Filed under cPanel-WHM

Comments Off

1. Login to cPanel.

2. Click on “Mail” and then click on “Auto-Responders”.

3. Locate the autoresponder you wish to remove and click on the “Delete” button next to it.

Next Page »