Great Webhosting site

September 3rd, 2007

When I was searching for a new web host for one of my sites, I found a great site called Web Hosting Search. They have some useful tools related to web hosting and top lists with reviews. That site really helped me decide which hosting provider I should use. The Linux web hosting top list was perfect for me but you could also find hosts that runt their servers on Microsoft’s platform.

women use viagra soft tabs does viagra work on women levitra online discount does viagra work on women natural alternative to viagra soft tabs cialis cheap levitra or cialis soft tabs natural levitra alternatives levitra online natural powerful honest alternative to propecia does cialis work on women

valium cheap rx pills online viagra online order forms for buying lorazepam an alternative to tramadol discount priced zyban alternative to klipal at gnc diazepam and pharmacy humor cheap drugs online drugs buy xanax order viagra online levitra best herbal oxazepam buy cialis now female tenuate alternative

korean private casting porn free porn videos free gay porn videos shaved mature pussy ass girls hot girl swalling huge load of cum teen girls teen streaming movies extreme anal fisting you porn



Share and Enjoy:

Online virus scanners…

April 20th, 2007

Here are some great links to online virus scanners…enjoy…

Symantec
http://security.norton.com/sscv6/default.asp?langid=ie&venid=sym

TrendMicro
http://housecall.trendmicro.com/housecall/start_corp.asp

AuditMyPC
http://www.auditmypc.com/

Sygate
http://scan.sygate.com/

McAfee
http://us.mcafee.com/root/mfs/default.asp?affid=294

Kaspersky
http://www.kaspersky.com/remoteviruschk.html

RAV
http://www.ravantivirus.com/scan/

Freedom
http://www.freedom.net/viruscenter/onlineviruscheck.html

GRC
https://grc.com/x/ne.dll?bh0bkyd2

Lockdown
http://stealthtests.lockdowncorp.com

Pandasoft:
http://www.pandasoftware.com/activescan/com/activescan_principal.htm

a2 Anti-Trojan:
http://onlinecheck.emsisoft.com/en

——
Cheers
Anthony R.
Web Designing & Web Hosting

 



Share and Enjoy:

How to check the server load on a Linux server…

April 4th, 2007

By following ways you can check the server load thru SSH using a program like "PuTTy"…The load averages are for the past 1, 5, and 15 minutes

1. Using the "uptime" command

root@vps [~]# uptime
14:40:59 up 113 days,2:19,1 user,load average:1.09,0.42,0.22

2. Using the "w" command

root@vps [~]# w
14:45:43 up 113 days,2:24,1 user,load average:0.34,0.35,0.23

USER  TTY    FROM             LOGIN@ IDLE  JCPU  PCPU  WHAT
root  pts/0  xxx-xxx-xxx-xx.p 2:40pm 0.00s 0.02s 0.00s w

3. Using the "top" command

root@vps [~]# top
14:51:15 up 113days,2:29,1 user,load average:0.41,0.32,0.23
94 processes:93 sleeping,1 running,0 zombie,0 stopped
Swap:8385888k av, 2859528k used, 5526360k free 2509988k cached

PID USER    PRI NI  SIZE  RSS SHARE STAT %CPU %MEM   TIME CPU COMMAND

    1 root  16   0  1316  448  1276 S     0.0  0.0   0:00   3 init
18215 root  15   0  1380  528  1320 S     0.0  0.0   0:00   2 syslogd
18227 named 16   0 22748 4796  4676 S     0.0  0.0   0:00   3 named
18259 root  16   0  3456 1220  3348 S     0.0  0.0   0:00   2 sshd

——
Cheers
Anthony R.
Web Designing & Web Hosting

 



Share and Enjoy:

How to check if mysql is running on your VPS…

March 30th, 2007

If you want check whether MySQL daemon is running on your linux server there is a simple command that you can use thru SSH using a program like "PuTTy"…just follow the simple steps below

1. login as “root”
2. type “mysqladmin status”

The Output 
root@vps [~]# mysqladmin status

Uptime: 7497247 Threads: 16 Questions: 2715762 Slow queries: 4 Opens: 12905 Flush tables: 1 Open tables: 64 Queries per second avg: 0.362  

——-
Cheers
Anthony R.
Web Designing & Web Hosting



Share and Enjoy:

How to find old deleted domains on a VPS…

March 30th, 2007

If you had heaps of domains hosted on your linux server for sure you might have deleted/transferred few of them every now and then. Suddenly you want to know what got deleted/trasffered from this server. You can view them in a single file called "deleteddomains" under /var/cpanel. To access it you can go thru SSH using a program like "PuTTy" which will show up all the deleted domains upto date…Just follow the simple steps below

     1. login as “root”
     2. type “cat /var/cpanel/deleteddomains”

The Output
root@vps [~]# cat /var/cpanel/deleteddomains
username:1172726354:root:domainname.com

——
Cheers
Anthony R.
Web Designing & Web Hosting



Share and Enjoy:

How to change the hostname of a VPS…

March 30th, 2007

If you want check the hostname of your VPS or if you want to change it there are couple of simple commands you can use thru SSH using a program like "PuTTy"…just follow the simple steps below

     1. login as “root”
     2. type “hostname” [will display current hostname]
     3. type “hostname myserver.mydomain.com” [will change it]

The Output
root@vps [~]# hostname
vps.mydomain.com

root@vps [~]# hostname myserver.mydomain.com

root@myserver [~]# hostname
myserver.mydomain.com

——
Cheers
Anthony R.
Web Designing & Web Hosting



Share and Enjoy:

Useful exim commands…

March 30th, 2007

Ever had issue with the mail queue on your Linux mail server, well thru WHM® you can do few things but thru SSH using a program like "PuTTy" you can do many more…login as “root” to your server and use following exim commands to get your answer or to get the job done in an efficient manner.

 
1.
root@vps [~]# exim -M email-id 
     Force delivery of one message

2. root@vps [~]# exim -qf 
     Force another queue run

3. root@vps [~]# exim –qff
Force another queue run and attempt to flush the frozen message

4. root@vps [~]# exim -Mvl message-id
     View the log for the message

5. root@vps [~]# exim -Mvb message-id
     View the body of the message

6. root@vps [~]# exim -Mvh message-id 
View the header of the message

7. root@vps [~]# exim -Mrm  message-id 
Remove message without sending any error message

8. root@vps [~]# exim -Mg  message-id 
Give-up and fail message to bounce the message to the Sender

——
Cheers
Anthony R.
Web Designing & Web Hosting



Share and Enjoy:

Port numbers which come accross Web Hosting…

March 30th, 2007

Following ports are commonly used in Web Hosting industry, it's a real advantage to know them by heart. 

  1. 20/tcp FTP The file transfer protocol - data
  2. 21/tcp FTP The file transfer protocol - control
  3. 22/tcp SSH Secure logins, file transfers (scp, sftp) and port forwarding
  4. 23/tcp Telnet non secure text communications
  5. 25/tcp SMTP Simple Mail Transfer Protocol (E-mail)
  6. 53/tcp DNS Domain Name Server
  7. 53/udp DNS
  8. 80/tcp HTTP HyperText Transfer Protocol (WWW)
  9. 110/tcp POP3 Post Office Protocol (E-mail)
  10. 143/tcp IMAP4 Internet Message Access Protocol (E-mail)
  11. 443/tcp HTTPS used for securely transferring web pages
  12. 995/tcp POP3 Post Office Protocol (E-mail) over SSL
  13. 3306/tcp MySQL Database system
  14. 8080/tcp HTTP Alternate (http-alt) or WWW caching service (web cache).

Unregistered Ports

  1. 2082/tcp CPanel's default port
  2. 2086/tcp Web Host Manager's default port
  3. 2095/tcp Webmail's default port

——
Cheers
Anthony R.
Web Designing & Web Hosting



Share and Enjoy: