Monday, July 26, 2010
absolute positioning not working in firefox
position: absolute works in Firefox. Most likely the top and left attributes are not specified. An important point to note here is that firefox does not allow tags like top: 124 px; note the space between 124 and px. Or may be it is an issue with the padding of the parent element. Either way firebug is an excellent tool to debug css issues in firefox and chrome
Labels:
css
Tuesday, July 20, 2010
Virtualbox Bridged Adapter Linux
Host OS: 2.6.32.12-115.fc12.i686
Guest OS: Windows XP
Error:
NAT connection is working fine and mine is a wired connection but when I try to connect via bridged adapter I get
Solution: Run following as root before launching VBox
Guest OS: Windows XP
Error:
NAT connection is working fine and mine is a wired connection but when I try to connect via bridged adapter I get
Failed to open/create the internal network 'HostInterfaceNetworking-eth0'moreover
(VERR_SUPDRV_COMPONENT_NOT_FOUND)
-bash: /etc/init.d/vboxdrv: No such file or directory
Solution: Run following as root before launching VBox
insmod /lib/modules/`uname -r`/extra/VirtualBox-OSE/vboxnetflt.ko
insmod /lib/modules/`uname -r`/extra/VirtualBox-OSE/vboxnetadp.ko
Labels:
virtualbox
Virtualbox Shared folders Windows XP Guest
- Install VirtualBox guest additions from http://dlc.sun.com.edgesuite.net/virtualbox/
- Share the folder from devices menu of virtualbox window
- Windows Explorer->tools->folder options->select classic windows
- Windows Explorer->my network places->entire network->virtualbox shared folders
- For write access add a new network places with a different name from the name given in VirtualBox
Labels:
virtualbox
Subscribe to:
Posts (Atom)