2,228 Topics
![]() | |
Hy people! =) I'm really interrested about Ubuntu Studio 10.04, and I really want to install it on my notebook. But, my question is the following: - I have Windows 7 Ultimate installed, and I was wondering if Ubuntu 10.04 can "see" the Windows's file-system? I have 3 partitions: 1 … | |
I am trying to use the session start function but everytime I try to use it, it gives 2 errors: [QUOTE] Cannot send session cookie - headers already sent by (output started at /var/www/form/send.php:11) in /var/www/form/send.php on line 12[/QUOTE] [QUOTE]Cannot send session cache limiter - headers already sent (output started … | |
It was exactly one year ago today that I published my original "[URL="http://www.daniweb.com/news/story219749.html"]The 10 Best Linux Distributions[/URL]" and it's time to put forth a new list for this year's best. Without looking at the old list, I've decided to compile this one from scratch. This 2009 list takes several factors … | |
Today, June 22, 2010, The [URL="http://www.openinventionnetwork.com"]Open Invention Network[/URL] (OIN) [URL="http://www.openinventionnetwork.com/press_release06_22_10.php"]announced[/URL] that [URL="http://www.canonical.com"]Canonical[/URL], the company that owns and produces the [URL="http://www.ubuntu.com"]Ubuntu[/URL] Linux distribution, joins its ranks as the first Associate Member. Florian Mueller, founder and former director of the NoSoftwarePatents campaign and the founder of the [URL="http://fosspatents.blogspot.com"]FOSS Patents Blog[/URL] had this … | |
Hello Guys, I basically not sure what to do here. I have 4 partitions on my Drive and an external Hard drive and I want to extend the capacity of my Drive: C from a RAW Drive. You can see my Computer management from the file i attached. I have … | |
Hi all, I have ubuntu and just installed sqlite then edit the php.ini file accordingly but for some reason the class named ¨SQLiteDatabase()¨ reports as undefined. The error is as follows: [CODE]Fatal error: Uncaught exception 'SQLiteException' with message 'SQLiteDatabase::__construct() [<a href='sqlitedatabase.--construct'>sqlitedatabase.--construct</a>]: unable to open database: /var/www/vhosts/cwarn23/base' in /var/www/vhosts/cwarn23/php.php:3 Stack trace: … | |
I have had to replace the hard drive in a Mac iBook G3 that I was working on, and was trying to reinstall Mac OS X 10.4.6. However, the disk refused to load correctly (possible CD drive error, as I know the Mac disk to be good), and I also … | |
Hi everyone, I am playing around with Ubuntu that I put on an older PC. I was wondering if it is possible to bring up the Ubuntu desktop on my other computer that runs Windows XP via some kind of remote desktop application. Thank you for any help in advance. … | |
Well i have been working on linux for a while , eventhough i am stuck to ubuntu only . Well i am planning to venture out a little and understand more about how os is made and may be build os from scratch .. i mean not to code it … | |
I have a Python script that creates a Tkinter window running in Ubuntu. In the script I have an if/else statement that changes the background color based on a variable. That all works. What I cannot figure out how to do is when it changes the background color, I also … | |
In simple terms, to write windows DLL I have to define DllMain and do switch stuffs and then export functions using __declspec(dllexport). If I'm right the question comes what about linux? I want to write it in ubuntu box and I'm stucked! How do Coding DLLs differ from .SO? Thanks! | |
hey friend i need some help here since i'm new to ubuntu(to linux also)...this is the problem. i installed wine on ubuntu 10.04 and install [URL="http://www.programarts.com/cfree_en/index.htm"]c-free[/URL] 4.1 .The installation is completed with no errors.and [URL="http://www.programarts.com/cfree_en/index.htm"]c-free[/URL] is working perfectly except its unable to output any thing to terminal.Is there any way … | |
Ogt a 1tb western digital 1tb and tried to install ubuntu on it, but got an I/o error. It didnt tell me what i/o error but it would not install on the hard drive. I tried connectiing it to the Mybook case and it said the drive was locked. But … | |
I'M a single parent, 24, and I have a full time job in a factory. That's pretty much killed any change for me to go back to school. I love the computer field and I've been playing around with C# and Python for a little bit and I'M also a … | |
Hii, I switched off the power supply by mistake while my computer was working. After switching it on again, I've not been able to boot it up again neither in normal nor in safe mode. I tried installing WinXP again but to no use, gives these errors- STOP: 0x0000008e (0xc0000006, … | |
I've been trying to find pygame that will work with python 3 on my Ubuntu machine far a while with no luck. I can find a version that will work with Ubuntu but now for python 3, or I can find one that will work with python 3 but not … | |
I've created a Java application and converted it into JAR format to redistribute. It works fine on Windows 7, Windows XP, SunOS and Mac OS X 10.5 ... but whenever I try to run it on Ubuntu 10.04 I run into a few problems: [LIST] [*]When running the application it … | |
I have old Toshiba Satellite A-80 Laptop with XP Home. I want to format my system and install Windows XP again. The problem is that my CD/DVD ROM is not functioning. I dont have an option to boot from USB in my BIOS. I dont want to purchase USB CD … | |
Hey there, I am attempting to open Firefox using C++ on Linux (Ubuntu). However, I get an segmentation fault. What am I doing wrong, and what should I do? [CODE]std::cout << system("/usr/bin/firefox") << std::endl;[/CODE] /usr/bin/firefox works in commandline and when I run this program in debug mode in Netbeans, firefox … | |
hey guys, I'm trying to simply use the mail function. I'm using ubuntu 8.10 and have installed sendmail. My php.ini config is: [CODE]; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). sendmail_path = /usr/sbin/sendmail -t -i[/CODE] and for testing purposes my php is: [CODE]$to = … ![]() | |
Hey guys, I have Windows Server 2008 and 2003 setup on Vitualbox on my ubuntu machine. I was wondering if there is a way I can have an external HDD with my VM's, and use it on different computers? I know the OS installs itself based on your hardware, but … | |
Hi, I am trying to get to use the grep function in perl, I have been searching web pages but can't get a simple example. I am reading in a .csv file with 7 columns and loads of rows, this is done with: [code] $dat_file = 'sample.csv'; [/code] In the … | |
I am having trouble operating this code.[CODE]<?php ob_end_flush(); ob_implicit_flush(true); set_time_limit(0); function consoleEcho($msg, $DontShowDate = 0) { if(!$DontShowDate) $date = "[". date('m/d H:i:s'). "] "; $msg = $date . $msg; print($msg ."\n"); } class client { public $sock; public $ipaddr; public $chatServer; public $uid; function sendMessage($msg) { socket_write($client[$i]->sock, $msg . chr(0)); … | |
Hello Guys, I am trying to read lines from .xml file using a C program. Basically what program does is read the date, and if the current system date is in the range of the date range given, it fetches some data from the next lines in the date. However,my … | |
Hi, I have installed Windows XP SP3 and the latest Ubuntu 10.04 on a 320 GB HD as a dual boot system. I have made a 125 GB partition for windows and left the rest for linux. When I boot the OSes, linux works fine, but windows takes a very … ![]() | |
This is code I've taken from another website, and adapted to work with the JFileChooser. I got it working so that someone could select a java file with the chooser, and I'd send a "java -jar FILENAME" to the console and the app would launch. However as soon as I … | |
I know there was a problem with one of the recent Ubuntu Linux updates involving Karmic to Lucid that would no longer allow a Windows partition to load. I have not update my Ubuntu since that update release. Does anyone of if it's safe to update yet? Thanks. | |
Hi, I am trying to send data over wifi using socket. I am working Ubuntu. The data to be sent is received from a device over serial port. I want to create a virtual serial port which will read data from a file and present it in way serial port … | |
Hey there, Well certainly a rookie mistake made on my part here. I have a dual boot machine with Ubuntu and Win 7 installed. Yesterday I had a little play with my ubuntu install and upgraded to 10.04 Lucid Lynx. All was well until I went to boot into windows. … | |
Hi, I am trying to send data over wifi using socket. I am working Ubuntu. The data to send i receive from a device over serial port. I want to create a virtual terminal which send which act as serial port sending data from a file. Can anyone help me … | |
I have a simple script to POST a pdf to a server. It works great when I use Ubuntu to run it. However, when I run it in Windows, I get this error: Error: <urlopen error [Errno 10035] A non-blocking socket operation could not be completed immeditately> Could this be … | |
I am creating a small data/app server for a small family business. We have less than 10 employees but a lot of data flying around, not literally though ;) . So I was going to build one to run on Ubuntu and I was looking around NewEgg for the parts. … | |
Bad news for anyone with an iPhone 3GS: even if you have the latest OS, even if you have a PIN number, even if it isn't jailbroken - it can be hacked by anyone using a computer running Ubuntu Lucid Lynx. I wouldn't ordinarily reveal exactly how to hack an … | |
Hello all, I'm running Firestarter (a simple graphical front-end to iptables) on Ubuntu. When I open Firefox (homepage is still the default [url]http://start.ubuntu.com/9.10/[/url]) Firestarter shows the following two connections: C1 Dest: 91.189.90.40 Host: avocado.canonical.com Port: 80 C2 Dest: 209.85.225.147 Host: iy-in-f147.1e100.net Port: 80 And after about 15 seconds of starting … | |
Could anyone point me to a good C++ compiler for Ubuntu, other than Mono. Note that I was using Visual C++ 6. thanks. | |
I recently upgraded a friend of mine to [URL="http://www.ubuntu.com"]Ubuntu[/URL] 9.04 Desktop for his five-year-old [URL="http://www.acer.com"]Acer[/URL] laptop with 512 MB of RAM. I removed Windows 2000 after backing up his precious documents, pictures and browser favorites. I installed the latest stable version of Ubuntu, restored all of his settings, Internet connection … | |
Been working on this for hours now. but most of it has been trying to fix these two errors. I've been googling my heart out and keep getting cryptic answers about the [B]const[/B]. Really need help. it's supposed to take in names of students and their scores, sort them, then … | |
Dear friends, I used to print my documents on a Xerox Docuprint P8e which is a PCL 5 compliant device and works well under Windows 2000. I connect it to a parallel port on my current machine which uses a simple PCI card for the parallel port because the mother … | |
Hi; in Ubuntu and C++, i need the code to obtain and show for screen myself MAC. Can you help me?. This is part of a big program and it's the only thing which i have problems I can use: #include <algorithm> #include <cassert> #include <iostream> #include <sstream> #include <vector> … | |
I just used MonoDevelop 2.2 for Python under Ubuntu. IT'S AMAZING! Code hinting seems to not be working though... Anyone has any idea on when the python is gonna jump to windows? | |
I prefer gnome to KDE but I don't know what this is but I thought I might give it a try. If anyone knows what this is and where to get it, please let me know, thanks. [url]http://www.tomshardware.com/gallery/ubuntu-linux,0201--6247----jpg-.html[/url] | |
I'M using Ubuntu and I'M running python 3. I'M trying to find a pygame download for Ubuntu and python 3. I went to pygame.org and followed the Ubuntu link. I eventually found one link for pygame 1.9, which I'M told works for pythan 3. There were two files, amd64 & … | |
Firstly I want to retrieve the stuff off the hard drive it has all the videos and songs that I have done so far and not put on the internet, would still like to do that. Ahh I finally get some time off and then SHAZAM computer decides not to … | |
I use Ubuntu Linux and I'M running python 3. How do I know what version of pygame to get for python 3? And could someone point me to it? Thanks. | |
Recently a friend of mine updated his Ubuntu Linux and then his Windows partition failed to boot there after. I read up on it and apparently a lot of people are having the problem and it has something to do with karmic to lucid, or something like that I can't … | |
OS : Ubuntu 9.04 Python : 2.6.2 I want to print a "while" loop into a secondary wx.Frame named "Results" here's the code : [CODE] #!/usr/bin/env python # -*- coding: utf8 -*- import random import wx import os # Operating System dependent call import sys import cPickle as p import … | |
Hi guys, At the minute, I'm writing a simple Java application under Lucid Lynx, the latest and greatest Ubuntu release :) Can anyone tell me how to make the windows in my application, match the look and feel of the other windows in the system? I've tried setting the default … | |
I know a lot of you out there are probably way to stuck up to consider iTunes, I use to be the same way. I felt that I may lose control over my music files or some other ridicules scare. But when I finally did try it, I absolutely loved … | |
Ubuntu on win 7 network.( 32 /64) Dell A810 all in one printer on win 7 machine. Ubuntu 10 can see network printer but no driver found (not surprising!) tried generic postscript PCL but wont print....it says its printing job 5 etc but no result! Any suggestions? Ta M | |
Before anyone jumps in to tell me that my problem is unlikely to have [I]anything[/I] to do with the actual proximity of one computer to another hear me out. I currently live at a college that is designed with 2 floors in the shape of a large H, on the … |
The End.