|
I just installed Ubuntu using Wubi. Installation was fantastic and smooth. I've never seen such a smooth installation of OS.
Now when my Ubuntu is ready and running, where I can find those variety of software to integrate with it?
Started by Rohit on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
The Software centre is just the beginning of a new project and does.
That is the complete list of available software.
|
|
I just installed it with apt-get on debian linux with
apt-get install libqt4-opengl
the rest of PyQt4 is available, but I cant get to this new module.
from PyQt4 import QtOpenGL
raises ImportError. any idea what to do?
Started by Nathan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Did you forget to install the Python bindings?
apt-get install python-qt4-gl
thank you so much!.
|
|
I just installed Java Developer on Windows Vista. The installation process looked OK and it was successfuly finished. However, I do not know how I cun run this program? Nothing new on the desctop appeared?
Started by Roman on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
The JDK is just that: a software development kit, sitting around.
You installed the JDK—the Java development kit—then this is just the Java compiler and the sources://www.eclipse.org/ and start playing around.
|
Ask your Facebook Friends
|
I just bought 4 GB of ram (2x2GB) and a 1TB hard drive and installed them, upgrading from my original 1GB RAM and 250GB HDD. I put the 2GB sticks in 1st and 3rd slots and the 1GB stick in 2nd. Now with my new ram and HDD my computer is running MUCH slower...
Started by hopla on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at superuser):
If Windows has dropped the access mode to....
If this is just a second drive, unless.
Well, first of all you should run just the 2GB sticks, you probably don't have XP x64, so and just make sure everything is working the way it should.
|
|
I had Visual Studio 2008 and 2005 installed on my machine , unfartunately i have to install VS.NET 2003 on it to work on an old project. However after the installation now my VS2008 projects are not compiling as they are unable to resolve the .NET core...
Started by Gripsoft on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
That being said - the best advice is to always install....
I think you should try the advice here:
http://channa.gunawardena.org/2008/12/installing-visual-studio-2003-after.html
Basically - you actually have to reinstall the framework outside of VS .
|
|
But, they were unable to be found!?
How do I install both of them?
Started by alex on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I believe this should make it work:
sudo apt-get install python-mysqldb
Have you installed python.
|
|
Hello,
Creating a C# install package and I'd like on completed install for the "Program Files/My Application" folder to open.
Any way to do this?
Thanks!
Answer Snippets (Read the full thread at stackoverflow):
Instead of opening the webpage, just use-open-folder-and-select-the-file
If you setup was built with Actual Installer, you just need to add.
Is an example that opens a web page after install.
|
|
I'm trying to figure out how I can start using mysql through terminal since I'm not much of a fan for phpmyadmin.
I read online where that told me to type this into terminal
/Applications/MAMP/Library/bin/mysql --host=localhost -uroot -proot
and I did...
Started by sarmenhbb on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
No additional configuration.
By including --host without --port I installed XAMPP, which was surprisingly painless and trouble free.
Off the --host part or add --port=8889 but don't use just --host .
|
|
I've just moved from Ubuntu 8.04LTS to 9.04 (Jaunty); and for some reason the traditional window controls (that were present in 8.04) -min, max, close- are no longer present. Logging out and back in hasn't -as you'd expect- helped at all. I was wondering...
Started by ricebowl on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Try starting metacity,that should work.
Did you reboot or logout and login again, or restart gdm? It seems a few gnome libs were probably upgraded and they were referencing now out-of-install libs which were causing errors.
|
|
Any idea what the default login is? none of my oracle accounts are working.
Answer Snippets (Read the full thread at superuser):
Login into SQL*Plus as sysdba and then proceed with
ALTER USER <USERNAME> ACCOUNT UNLOCK;
Once unlocked, login to the Enterprise manager, the default URL should... .
You will need to unlock the SCOTT/HR/whatever schema you've created / want to work on .
|