|
I have two computers which are both ubuntu.
I can RD into one box and i can see the screen. However, I am not able to type anything or do any activity. for example if I minimize a window i dont see it happen. Then i close and RD again...then that window...
Started by Josh on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
TCP does not work that way, random.
Does it work better on the wireless when you move the laptop closer to the access point?
Potential house's water pipes?)
This is not caused by a flaky wireless link.
|
|
Is there a good Flex IDE/development env that works on Ubuntu?
Where can this be found?
Started by Itay Moav on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Flex on Ubuntu.
Flex on Ubuntu: The Complete How To Guide describes all the available options, the most prominent Builder for Windows, without the features of Design View, some wizards and the profiler.
|
|
Possible Duplicate:
where i can get software download for ubuntu 9 ?
i cant find much (softwares, applications and derivers).can linux (software, application and drivers ) work on ubuntu 9?
Started by saleemrehman on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
For drivers, your best if Ubuntu can't figure it out, is to check ubuntuforums.com and/or go on irssi....
And tools is referred to as GNU/Linux, and Ubuntu is that + a set of programs pre-packaged to work well look into freshmeat.com.
|
Ask your Facebook Friends
|
I'm trying to use a USB keyboard with my Ubuntu laptop, but when I plug in the keyboard, it is not even detected. I am trying to use the Apple Slim Aluminum Keyboard . It would also be nice if the USB ports on the keyboard could work, but I can get by...
Answer Snippets (Read the full thread at superuser):
I was having problems with Ubuntu recognizing my Apple slim aluminum keyboard until I....
Upgrading to a newer version of Ubuntu before hacking around trying to get the keyboard to work under 8.04.Take a look at InstallUSBKeyboard .
|
|
This blog post of December 2008 says that rubygems is broken on Debian-based systems.
Does rubygems work cleanly on Ubuntu (for both 1.8 and 1.9)?
Started by Andrew Grimm on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
It might take.
At least 1.8 does--I don't use Ubuntu enough to have any reason to install 1.9.
So :).
I have it up and running on my ubuntu 9.04.
Slicehost has a good article on getting set up.
|
|
How to install active x control make to work on ubuntu ? ( for example GotoMettings.com want to install active control only its starts . So i just want to make that work on linux ) .
How to achieve this ?
Started by joe on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If accessing and using that web site on your Ubuntu machine is crucial, you might want to try and install Windows in a virtual environment....
You won't succeed in trying to get it to work with Ubuntu.
ActiveX is a Windows-only technology.
|
|
I have Creative Vista Webcam (041e:405f) which has very slick and nice design but it doesn't really work under Ubuntu, all I can see is a green screen with some noise. How can I make it work?
Started by vava on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Solution for ....
Reference: ubuntu forums
Ubuntu Jaunty (9.04.
That's it, camera will work.
Ubuntu Karmic Koala (9.10) Just recently I found a way to make it work with Ubuntu Karmic Koala forget to click 'Close'.
|
|
I'm installing VMware Server 2.0 on an Ubuntu 9.04 system. I have an Ubuntu 9.04 guest with Bridged network interface configured.
When I try to get an address during installation, the guest fails to contact the DHCP server. NAT and Host-only networking...
Started by jtimberman on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
What would be a good test? I just create a VM with a ubuntu server 9.04 iso and see.
Patching the vmware-config.pl as described to be working.
And a user submitted a patch to a similar query on Ubuntu Forums.
|
|
I don't seem to get apt to work on a KVM in a Ubuntu 9.04 box. The virtual machine is an Ubuntu server.
Network does seem to work (I can ping and attempt ssh connections, for instance), but running apt-get update just gives "E: Method http has died unexpectedly...
Started by Makis on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Kernel output is:
http[1703]: segfault at 0 ip sp bfc1487c error 14 in http[8048000+d... .
Not an answer but more information:
I have the same problem .
Your first step is to run:
# strace -efile,network -f apt-get update
And see what happens when it dies .
|
|
With this code I am iterating through an object.
Works:
Windows with WAMP and PHP 5.2.9 Linux web server with PHP 5.2.10 It is not working on my desktop:
Ubuntu 9.10 with PHP 5.2.10-2 from the repo's $incomingData = json_decode($_POST['data']); foreach...
Started by richard on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You have json string inside of $_POST['data']; it will not work..
|