Get Solved
  • Home
  • Web
  • Database
  • Desktop
  • Mobile
VirtualBox

How to forward port 80 of Mac OS X to access web server on virtual machine

By Naveed On November 2, 2012 · Leave a Comment

On UNIX based machines it is not possible to bind applications not running from root to any port below 1024. So the workaround is to to redirect port 80 to any other port say 8080 and then forward this port (8080) to port 80 of virtual machine using virtual machine settings. Now you will b [...]

Continue Reading →
FreeBSD

How can I show the full path of directory in command line Freebsd

By Naveed On July 17, 2010 · 1 Comment

FreeBSD comes with CSH (C shell) as default., that do not show full path of present working directory. We need to change default shell to BASH (Bourne-again shell) using following command:

# chsh -s /usr/local/bin/bash

Continue Reading →
  • Ask questions
  • Categories

    • Database (3)
      • MySQL (3)
    • Desktop (3)
      • Linux (1)
      • Unix (2)
    • Mobile (2)
      • Android (2)
    • Web (13)
      • API (1)
      • Javascript (4)
      • PHP (4)
      • Product (2)
      • Python (1)
  • Tags

    Ad ADT Adword AJAX Android API balancing Binding Calling Class Column Configure Copy Curl Data Database Eclipse Error Gadget Google Hello ini ini_set Install Invite Javascript Late Linux Load Master Method MySQL Output PHP Playground Proxy Replication SeaMonkey Server Slave Static String Table Ubuntu upload_max_filesize

Get Solved

Pages

The Latest

  • How to use Event Delegation in jQuery to optimize User Interface
    Event Delegation and Event Bubbling are two important concepts in JavaScript. If […]

More

Thanks for dropping by! Feel free to join the discussion by leaving comments, and stay updated by subscribing to the RSS feed.
© 2011 Get Solved
Platform by PageLines