2,228 Topics

Member Avatar for
Member Avatar for SoulMazer

Hi, I'm writing a multi-threaded script with wxPython as a GUI toolkit. About 50% of the time, I can run my script flawlessly. The other 50% of the time, I get [U]huge[/U] errors regarding wxPython that I cannot seem to decipher; however, I think it could possibly be a problem …

Member Avatar for SoulMazer
0
833
Member Avatar for strax

hello, setting up my first home server here. i can access apache server on my local network fine, but port 80 is blocked by my isp, so I cant access it from outside my lan. so i added listen 8080 to port.conf then i forwarded the port in my router. …

Member Avatar for rch1231
0
148
Member Avatar for lewashby

Running Mono on Ubuntu 9.10 Main.cs [CODE]using System; using SdlDotNet; using SdlDotNet.Core; using SdlDotNet.Graphics; using System.Drawing; namespace TroutWars { class MainClass { public static void Main(string[] args) { Video.SetVideoMode(1024, 768); Events.Quit += new EventHandler < QuitEventArgs > (Quit); EventArgs.Run(); } void Quit(object sender, QuitEventArgs e) { Events.QuitApplication(); } } }[/CODE] …

Member Avatar for lewashby
0
1K
Member Avatar for vishy1618

Well, I am currently learning Qt and I develop on two systems, a Mac OSX 10.5 and Ubuntu. I decided to make a small app with the default template in QtCreator (Qt4 GUI app). I put some menubar entries, and the last entry "Exit" is separated by a separator. While …

Member Avatar for vishy1618
0
116
Member Avatar for cwarn23

Hi, I have got a laptop, a desktop and soon will have a server but want to share the cpu between all of these machines so that if one computer crashes they all crash. In additon if a computer exceeds it current ram/cpu usage then it would grab cpu/ram from …

0
59
Member Avatar for johndoe444

from wikipedia: 1. [CODE]find . -name "*.foo" -print0 | xargs -0 grep bar[/CODE] The above command uses GNU specific extensions to find and xargs to separate filenames using the null character; What is the null character? What is the significance of "separate filenames using the null character;"? why should we …

Member Avatar for nezachem
0
158
Member Avatar for fribacka

Hi! As a physicist from Gothenburg, Sweden, I have been doing scientific programming for a couple of years, and I just start to get the grips about it. Daniweb is one of numerous forums I usually visit for tips about programming and operating system stuff. I am using: Ubuntu GNU/Linux, …

Member Avatar for jephthah
0
145
Member Avatar for lewashby

I installed wine on my Ubuntu 9.10 and tried to run the 1998 game Thief. Everything started but the sound started to deteriorate winthin seconds until it was completely gone. Does anyone have any ideas? Also, I noticed in the Wine menu that you can choose the version of Windows …

0
68
Member Avatar for sarosh

i am doing Installing OpenCV on Linux (Ubuntu 9.04) from guidelines as given in [url]http://abhitak.wordpress.com/2009/08/29/installing-opencv-on-linux-ubuntu-9-04/[/url] but in apt-get install licbcv or libcv-dev i get this error... Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution …

0
68
Member Avatar for reza.adinata

Hallo everyone, I have a question about using gparted. I am currently want to use windows 7 and ubuntu 9.10 in my computer. Before that, I used also windows vista and wubi-installed ubuntu inside the windows vista. After trying to reformatting everything, I ended up having windows 7 and ubuntu …

Member Avatar for reza.adinata
0
151
Member Avatar for spiricn

So I've started programming in assembler recently (college course) , and of course they are making us use ubuntu and DDD debugger for debugging .. So I was wondering , is it possible to set up DDD on Windows ? I've tried googling but came up with nothing so far …

0
54
Member Avatar for mjdodd

I have a humax decoder for satellite TV its hard disk is formatted in EXT3 and I have an external USB HD also EXT3. I can, using linux see the files on the USB HD but cannot play them or make a DVD from them. (not protected!) Any suggestions how …

Member Avatar for mjdodd
0
74
Member Avatar for UberJoker

So what im doing is actually in php, but just wanted to know whats the working logic of what im trying to do. I currently have 2 servers(virtual machines). i have a php file in ubuntu server that calls some other files on the windows server and vice versa. as …

Member Avatar for UberJoker
0
214
Member Avatar for ragnarok511

I am kind of new to php. However, I created a form in html and the form action is linked to a php which all on the localhost. When I run the html file enter in information and hit submit. A window pops up and asks me if I want …

Member Avatar for ragnarok511
0
136
Member Avatar for rue64ja

Hey, I have a macbook 2.2 GHz intel core 2 Duo running OS x 10.5.8 and I want to set things up so I have an option of running ubuntu 9.10. I read a few threads else where claiming that I could do it by having ubuntu boot from an …

Member Avatar for thewebhostingdi
0
118
Member Avatar for guest7

Hi, I am trying to compile an open source code on linux Ubuntu and getting the following error: conflicting types for ‘strlen’ I am pasting the program in which it is giving me the error : [CODE]#include <stdio.h> #include <stdlib.h> #include <string.h> #include "port.h" /* * strstr - find first …

Member Avatar for nezachem
0
466
Member Avatar for ahp@aol.in

Hi all, Can I use common [B]/home[/B] partition for multiple Linux distributions like Fedora, Ubuntu, openSUSE? Please explain me. Thanks in advance.

Member Avatar for ahp@aol.in
0
134
Member Avatar for Dennis7

I have been using a dual boot system for several months with no problems...Windows XP PRO on drive 0, and Ubutu on drive 1. Use GRUB to choose which OS. One day, about 2 weeks ago, for no apparent reason, I can't get into Windows. When I choose Windows from …

Member Avatar for Dan08
0
193
Member Avatar for bibiki

hey there, I am trying to install ubuntu 9.10 in my pc. as instructed, I burned the iso file I took from ubuntu site into a cd and restarted my computer. after that, I was promted for the language I want to use. I chose english, then when offered four …

Member Avatar for AreopaQ
0
212
Member Avatar for emitan

Hi all. There might be a simple solution to this but I've been googling for quite a while for a solution... I want to get the plots generated by the module matplotlib from Python in an interactive window so I can save the graph. I'm using Ubuntu 9.10 and things …

0
65
Member Avatar for Kurtismonger

I have a Sony VAIO PCG-8P1L laptop that only says "OPERATING SYSTEM NOT FOUND" on boot. BIOS still tells the correct time so I don't think its the CMOS battery. I tried to boot to CD (Windows, Ubuntu and diagnostics cd), but I don't get an option for boot order …

Member Avatar for askfault
0
197
Member Avatar for lewashby

I recently learned about a good media player for Ubuntu called Songbird. I downloaded the .tar.gz file from [url]http://www.getsongbird.com/[/url], and unloaded it to my desktop. I read from one of the post on the site that I needed to move it to my home folder and just click on the …

Member Avatar for JasonHippy
0
134
Member Avatar for Frogg

hey am new here...not sure if i am suppose to be writing here...lol.but umm..i installed mepis onto my IBM laptop the thinkpad and i want to uninstall mepis, i had put mepis on my laptop because i had windows xp on it and it caused alot of trouble so i …

Member Avatar for JasonHippy
0
71
Member Avatar for khess

From its [URL="http://www.debian.org"]Debian[/URL] roots to its commercially available support to its overwhelming popularity, [URL="http://www.ubuntu.com"]Ubuntu[/URL] is the ultimate Linux distribution. For me, Ubuntu became a significant force within the Linux community with its 2006 releases: 6.04 and 6.10. From April 2006, I've installed and used every new version and anticipate each …

Member Avatar for gregboo
1
3K
Member Avatar for a.w.howell

Using Python with pylab included, I have created a plot. In the plot's title, I am including a variable from the program. I save the plot as a ps and every thing looks great. However, when I try to print the document to paper or to a pdf, the numbers …

Member Avatar for woooee
0
144
Member Avatar for xylude

I am building a website locally and I have a crazy problem. If I enter a path to the file in my browser like: file:///home/jcrider/public_html/site/assets/5182/sound/r_Fantasia_Chopin_44.mp3 It will play the mp3, but when I try to run it through localhost like: [url]http://localhost/site/assets/5182/sound/r_Fantasia_Chopin_44.mp3[/url] It does nothing. It did work once, but I …

Member Avatar for xylude
0
115
Member Avatar for devangjani

Hi everyone, I am creating VM on Centos as a host and Ubuntu as VM , using KVM and Libvirt manger .. When i execute following command : [B] virt-install --connect qemu:///system -n r1u1 -r 2047 --disk vol=rf/r1u1 --disk path=/home/devang/ubuntutest.iso,device=cdrom,bus=ide,perms=ro --vnc --noautoconsole os-type linux --os-variant ubuntujaunty --accelerate[/B] I got Error …

Member Avatar for abhisek.sanyal
0
469
Member Avatar for Velovix

To start off, I am absolutely sure this question has been answered before, but I've searched for it all over the internet to no avail, probably because I don't know the term. I've been working with Eclipse C++ IDE on my Ubuntu machine for awhile, and all of my programs …

Member Avatar for Velovix
0
211
Member Avatar for samurai1200

In C++ using gc++ compiler (netbeans, ubuntu), I am trying to pass a struct into a function (working fine), operate on an array in the struct (fine). But when I leave the function (which is void return value), the struct values snap back to their initialized values. the struct in …

Member Avatar for samurai1200
0
1K
Member Avatar for theashman88

I'm using Ubuntu 9.10. And I'm having problems installing my network driver for my wg111v2 wireless dongle. Everytime I run setup I get when type user: ndiwswrapper -l installed ndis drivers: net111v2 invalid driver! I have tried multiple times to run ndiswrapper -e net111v2. But no luck. I would appreciate …

0
84
Member Avatar for seung

Hi guys, I had a home ubuntu web server I was running which just died due to RAM failure. To keep the site going, I took out the HDD and swapped it on to another machine I had laying around. Luckily, I was able to boot it with no problem, …

0
141
Member Avatar for veledrom

Hi, I just installed Karmic Koala Ubuntu. Can I have PHP4 and PHP5 runing on my machine at same time? I ask this question because, some web applications use PHP4 others PHP5. If not, do I have to have 2 separate computer? If it is possible, how do I do …

Member Avatar for jmo
0
74
Member Avatar for sc58

I Can not connect to the internet after installing xp sp3 home edition . I googled the problem one site was really helpful but all i accomplished was that I got rid other LAN error message by repairing the tcip stack. I did the whole bit of running it through …

Member Avatar for k2k
0
98
Member Avatar for Arkapravo

Desperately need help ! ..... I need to install Player/Stage ( [URL="http://playerstage.sourceforge.net/"]http://playerstage.sourceforge.net/[/URL] ) on Ubuntu 9.10. Found this, [URL="http://curtis-thoughts.blogspot.com/2010/01/install-playerstage-in-ubuntu-910.html"]http://curtis-thoughts.blogspot.com/2010/01/install-playerstage-in-ubuntu-910.html[/URL] ..... but could not get it to work ! Any help is greatly appreciated !

Member Avatar for Arkapravo
0
204
Member Avatar for ravenrider

Hello I was always wondering whats the difference between compiling in these different environment Linux and Windows ! and Why can’t we just run the same executable file (compiled in Linux) both on Windows 7 and Ubuntu? also I

Member Avatar for ravenrider
0
56
Member Avatar for veledrom

Hi, I just installed Karmic Koala Ubuntu. I know that PHP4 (as CGI) and PHP5 (as module) can run at same time? There are some examples on the web but they are all old. I couldn't get around. Can anyone help me with this? I have LAMP already installed on …

Member Avatar for cwarn23
0
62
Member Avatar for fnmd

what's the best music player to use with linux ubuntu that has all the perks but not alot of plugins

Member Avatar for petraarkanian
0
63
Member Avatar for Iam3R

Hi , i have read that new line character gets converted to \r\n when writing characters to a file and converted to new line again when reading. but i observed one thing here. i have written contents hello followed by return key . and i have written a program to …

Member Avatar for Salem
0
124
Member Avatar for khess

Mark Shuttleworth, founder and financial backer of [URL="http://www.ubuntu.com"]Ubuntu[/URL], urges the Linux Community to "build a better desktop than Apple." Shuttleworth made this statement this week at OSCON (O'Reilly's Open Source Convention). He added that interoperability with Windows is of very high importance. Sounds easy enough. Let me get right on …

Member Avatar for donkey_pasta
0
288
Member Avatar for ReginaldKing

Hi! I've tried on two separate occassions to install Ubuntu 9.10 on my desktop(Philips MT2700 running WinXP Media Center edition) but unfortunately failed on both attempts. I clicked "Download Now" from [URL="http://wubi-installer.org/"]this website[/URL] and followed the steps stated in the [URL="https://wiki.ubuntu.com/WubiGuide"]WubiGuide[/URL] wherein it says there: [CODE]How do I install Ubuntu? …

Member Avatar for navneet268
0
290
Member Avatar for francisgan9

I have installed the latest Ubuntu for notebook on my Acer Aspire 4715Z Pentium Dual-Core for last several months- working very smoothly & enjoying the "new world." I thought I never need to go back to Windows(rarely) - but yesterday as I updated the Update Manager and restarted it as …

Member Avatar for Bilal Ahmad
0
193
Member Avatar for veledrom

Hi guys, I use Ubuntu 9.04 and want to setup a secure server on my local computer. As I am new I need step by step guide how to do it. I'll be very happy if I get help from you to do it. Thanks in advance

Member Avatar for veledrom
0
186
Member Avatar for Durrah

Hello everybody. I have a SIS-based dtk MiBook S52 laptop (SIS chipset, SIS ethernet, SIS vga ...) I have tried to setup linux on it, but the installer hung up and I can't determine the problem the distribution I tried are: 1- RedHat 2- open SUSE 10.2 3- Fedora 10 …

Member Avatar for Durrah
0
285
Member Avatar for assemblydude

Hi, I'm a student in assembly. I'm using NASM and running Ubuntu Linux. For our assignment we need to use subprograms, loops, stacks, and arrays. We are supposed to get a positive integer, find all the factors, put each factor onto an array, load the array onto the stack, then …

0
53
Member Avatar for ShadyTyrant

I just reinstalled windows XP, and then installed ubuntu next to it. XP can't find my modem at all (version DSL). I created a new connection with my user name and pass. When it trys to connect to the WAN (PPPOE) it just gives me a connection error. When I …

Member Avatar for donkey_pasta
0
175
Member Avatar for hjustini

[QUOTE=jbennet;390393]Have a look at my tutorial for setting up a LAMP server on debian/ubuntu. It details exactly what packages you need to apt-get and how to change the MySQL root password.[/QUOTE] do you by any chance know how I can setup an online classifieds? I have a registered domain, they …

0
49
Member Avatar for Abdel_eid

i need a c++ compiler with a graphical user interface which can easily be used and that contain many option like for example microsoft visual ,simply i can write the code on a gedit and compile it by using : g++ "file name" -o test ./test but it is so …

Member Avatar for Abdel_eid
0
149
Member Avatar for atticusr5

Hey Everyone, I am trying to compile and run a program for my C++ class, and I am getting a Segmentation Fault as a runtime error. I looked at my code and my datafile to make sure that there was not an issue but I can not seem to find …

Member Avatar for atticusr5
0
180
Member Avatar for justinhabeck

I just installed ubuntu and It installed but I counldn't sudo or get on the list at all so I tried the switch,reformatted and installed. It seemed to work but now it is stuck at kboot and I don't know what to do. I just want it to work right.. …

0
105
Member Avatar for Bhram

Hi, I have pinnacle tv tuner card installed in my machine. I have a dual boot machine (win xp & Ubuntu 8.04). Earlier it was working well in both (with tvtime in ubuntu). Recently I have been facing a problem in both OS - in Windows, the sound control is …

Member Avatar for Bhram
0
147

The End.