Our Sponsors

Articles

VMware Workstation

VMware Workstation allows you to create and run multiple operating systems simultaneously on your Windows or Linux PC. With this software, you can run any virtual machine created by VMware Fusion, VMware Server, VMware ESX, Microsoft Virtual Server, or Microsoft Virtual PC.

Last Updated (Monday, 29 December 2008 16:28)

 

VMware Player

VMware Player allows you to run multiple operating systems simultaneously on your Windows or Linux PC. VMware provides this software free of charge. With this software, you can run any virtual machine created by VMware Workstation, VMware Fusion, VMware Server, VMware ESX, Microsoft Virtual Server, or Microsoft Virtual PC.

Last Updated (Monday, 29 December 2008 16:27)

 

Operating Systems

An Operating System, also referred to as an OS, is the program the runs the computer. Every computer has a OS that runs other programs. The OS performs the tasks of recognizing input from the keyboard, mouse, or other input devices. It keeps track of the files on the hard drive and controls devices like modems and printers. Through the video card it send display information to the computer monitor.

Microsft Windows and Linux are the two most common operating systems on the market today.

Windows Vista is the most current desktop operating system from Microsoft.

Linux is an Open Source operating systems that is available from several vendors. It is very popular with the technical community including application developers and webhosting companies.

Last Updated (Monday, 29 December 2008 16:22)

 

How To Choose a Webhost

When choosing a web host, the price is not the only important factor, best price does not mean best value. There are several things to consider. 

Host's Connection to the Internet
Make sure they have multiple connections to the internet. They should have plenty of bandwidth.

Hosting Hardware
Web Hosts share servers with other clients. A server that hosts to many sites that are being accessed simultaneously may slow down. It does not matter how fast the connection is if the server can’t even process the pages.

Server Software
Server software can also affect a site. Linux and Windows 2003 are the most common web server platforms. Web developers should be aware of what applications they will be using choose the environment will run the applications they are developing.

Customer Service
Service is another factor to consider when shopping for a web host. The amount of help you may need depends on your experience and problems you encounter.

Last Updated (Monday, 29 December 2008 21:08)

 

Enable SSH in ESXi

Enabeling SSH on ESXi is not supported but it is possible, just do the following:

  1. Go to the ESXi console and press alt+F1
  2. Type: unsupported
  3. Enter the root password
  4. At the prompt type “vi /etc/inetd.conf”
  5. Look for the line that starts with “#ssh” (you can search with pressing “/#ssh”)
  6. Remove the “#” (Move teh cursor under the # character, press the Esx key twice then press the “x” key)
  7. Save “/etc/inetd.conf”  (Hold down the SHIFT key and Press the colon key at the same time. Then type “wq!” )
  8. Restart the management service “/sbin/services.sh restart”

With Update 2 and later the service.sh command will no longer restart the inetd process. To complete the SSH configuration you can restart your host or run ps | grep inetd to determine the process ID for the inetd process. The output of the command will be something like 1365 1365 busybox inetd, and the process ID is 1385. Then run kill -HUP <process_id>. The inetd process will restart and you'll then be able to access the host via SSH.

Last Updated (Thursday, 09 April 2009 10:47)

 
More Articles...