- [ubuntu] How to config new Graphics adapter 2 years 8 weeks ago
Hi guys,
I have to change my graphics from ATI to my Mainboard's built in adapter.
It detects the adapter but give two only options for resolution : 640x400 or, 640x350.
How can I can set it to 1024x768 ?
[Note: My Desktop is XFCE]
Here is my lspci:
Code:
00:00.0 Host bridge: VIA Technologies, Inc. P4M800 Host Bridge
- [ubuntu] PATA Host Adapter problems in Ubuntu 11 20 weeks 3 days ago
Ubuntu recognizes the host adapter but nothing attached to it. I have a DVD drive and a hard drive as well. I can see it in Disk Utility. Any suggestions on how to get Ubuntu to acknowledge the drives attached to the adapter?
Thanks
- VMWare guest does not re-aquire IP on bridged interface after host loses and re-acquires network connectivity 5 weeks 2 days ago
I am running Ubuntu Linux image in VMWare. The host is Windows XP.
There are two network adapters configured in VMWare - one is host-only and the other is bridged. Everything works fine as long as the host does not lose network connectivity.
If the host loses connectivity (even briefly) and then re-acquires it, my bridged adapter in VMWare is still unable to get an IP address.
- Windows host unknown when pinging, but is resolved by nslookup. Why? 5 weeks 4 days ago
On my linux host I try to reach the windows host in the LAN (wifi).
If I try to ping that windows host by its name, I get unknown host. If I query in nslookup, then I get valid IP.
VNC also refuzes the host name.
How to make windows host visible by its name?
Windows host has dynamic IP.
- vmware esx 4.1 cant see existing SAN storage 21 weeks 3 days ago
I have 3 esx 4.1 hosts connected to HP EVA 4400 StorageWork. All host can see 6 datastore, LUN1 to LUN6, 1TB for each datastore. Recently I add another esx 4.1 host but unfortunately this now host cant see the existing datastore. I try to rescan the datastore many times but still failed to see the datastore.
- how to connect 2 hosts in zookeeper on ubuntu? 10 weeks 3 days ago
we started zookeeper on two different hosts using
bin/zkServer.sh start
then we found the inet address of each host using ifconfig command..
Then we executed the following line on one host using inet address of other host(192.168..)
bin/zkCli.sh -server 192.168..:2181
we did same thing on other host also..both got connected..Then we created a node on one host using create api..But its not ge
- [ubuntu] SD card reader not working 2 years 22 weeks ago
My SD/MMC is not working in my Ubuntu 9.10.
I have a Laptop Dell 1525 and the option is enabled in BIOS.
When I insert the SD card nothing happens, it's not mounting or anything.
But I can see it with "lspci" in terminal.
- Ubuntu, error 'cound't resolve host' when from curlftpfs fstab 16 weeks 4 days ago
I have problem with curlftpfs.
- Host .NET MVC 3 Website on ASP .NET 4.0 Host 39 weeks 1 hour ago
Is it possible to host my .NET MVC 3 Razor website on a hosting service that states they host ASP .NET 4.0 sites but not explicitly .NET MVC 3?
If so what things must I consider? E.g. Are there additional Assemblies I will need to include in the deployment etc?