2,228 Topics
![]() | |
Hi, I have recently upgraded to Windows7 RC 1700 [I]And loving it[/I] but when I install Ubuntu inside Windows7 it does not give me the option to choose which OS I want to boot. When I had Vista it always gave me the option during booting up right before the … | |
I just bought a laptop for my wife and since she likes things simple, I decided to remove Visa in favour of Linux Ubuntu. But I've had so many problems finding drivers etc for the laptop (an HP G7000) I would now like to install Windows 2000 which she is … | |
![]() | Hello, Please can anyone help me with a tutorial or something to run ubuntu server 9.01 on Virtual PC 2007. Help will be highly appreciated! Thank you! Regards, Akshit Soota |
Hi, i wrote the socket script in python, Here both server and client running in under same machine. operating system is ubuntu 8.10 desktop version. [B]tcp server[/B] [CODE] 1 #!/usr/bin/env python 2 3 import socket 4 import sys 5 6 server_socket = socket.socket(socket.AF_INET,socket.SOCK_STREAM) 7 server_socket.bind(("", 5000)) 8 server_socket.listen(5) 9 while … | |
Hey guys. I am running a php script (locally) which runs through a loop several hundred times. Each time through the loop the same computation is done with the exception of two input variables being different. The input variables are obtained with a MySQL query based on the counting variable … | |
Hi, I am new to socket programming, I have a generated data for every minute in client side and i want to send this data to server for every minute using python script. Client laptop having Airtel GPRS connection(in moving vehicle) and server desktop at my home. Both client and … | |
I have never programmed before or used Linux (didn't even know what that was before a few days ago,) well I got a book for beginning C++ and a book for Ubuntu Linux. My stepdad says it would be best to learn C++ on windows and not to even mess … | |
HI EVERYONE :D!! This is my first thread. Well today was my birthday! And I got my first computer! I have always wanted one and I have always wanted to start programming! I got a Microsoft Windows XP and a extra external hard drive!! Not the best computer ever but … | |
Hi, I have searched a lot in google about proper video and audio chat in linux. Skype is available for linux, but for some reason when I installed it in ubuntu 8.10, the audio was very low. I tried changing the configurations of pulse audio but it still didnt. Is … | |
Hi, I am new to programming with python. I want to make a image rotate dynamically corresponding to the CPU usage in ubuntu. I searched everywhere but couldnot find any post for it.All i have found is a static rotation with the PIL. If anyone could help me in this … | |
A bit about me first. I'm 21 coming up on 22, have spent the last 4 years working crap jobs to pay the bills but have been moonlighting in PC repair on the side, as well as self-learning as much about a career as a SysAdmin as I can. I … | |
My dell inspiron 600m shipped with dells bootloader on it, but recently i changed to ubuntu which installed GRUB. Dell includes two FAT partitions, one diagnostic and one recovery. I instructed ubuntu to leave these partitions alone because i wanted to be able to restore my system to windows if … | |
Hi I am using eclipse under ubuntu for my work. I am calling a function with specified arguments. It builds correctly but while debugging it stops at the call giving the error as "no source available for function()" [code] int f1(a1,a2){ //some description here } int main (){ //call f1 … | |
I have python 2.4.4 installed on Ubuntu for use with Zope 2.9.8 (plone). I am moving my zope/python install from a hosted server to a new server of my own. I am setting up everything from scratch for the first time. When testing my installation, I get an error message … | |
Hello everyone, i recently made another post which i asked for help since i had no idea what i was going to do basically. I have decided to go with Microsoft Server 2003 OS instead of ubuntu server. I have no idea how to work with a server os and … | |
Hello forum members, Due to the very slow speed internet access I use, I find it almost impossible to successfully download and burn any linux installation live cd (especially ubuntu and fedora10). I have been reading studiously in preparing myself technically for server administration using linux for the past four … | |
Yeah, probably a bad place to post this, but I'm desperate! I am trying to install GTK+ under Linux but have no idea what is going wrong!!! I see that i need like fifty million packages to install it, but i can't get this working! can anyone give me advice? … | |
Hi all, I am glad I found Daniweb to start and share experience. I am not sure yet as to what are the main areas of concern of the site, but since I am prompted to introduce myself, here it is: I am 41, married with two kids and though … | |
Hi - Spent best part of an hour writing a thread to intoduce myself yesterday evening, only to have it lost in the ether it seems! So this is a shortened version: My name is Paul. I'm from Portsmouth (GB) and employed as an electronics engineer. Likes: most sci-fi films … | |
![]() | Hello, I had a few questions about Ubuntu 9.01 Server Edition. 1> How can I make my personal domain? 2> How do I make it point to specific whois or something to view details while a whois is done? 3> How do set up a website on the domain? 4> … |
I've always been curious: in VS, and most other IDEs, you are allowed to do something like this: [code=c++] //in file class.h class blah { //prototypes, members, blah, blah blah } //in file class.cpp #include "class.h" //method definitions... etc. //in file main.cpp #include "class.h" int main { //do stuff with … | |
I've ventured into Linux/Ubuntu world only a week ago by installing a Ubuntu server distribution on an old PC. Trying to do simple things such as change/edit some files on the Ubuntu server using Bitvise Tunnelier SSH client with built-in GUI SFTP. Tunnelier SSH client is running on a Windows … | |
I normally use knoppix version 3.9 live cd on various machines I use. I have no problem finding the mount point of ide hard disks usually in /mnt. If I cat the file /etc/fstab sata hard disk is never there. I have experienced similar problems with ubuntu 7.1 even when … | |
I've been working at this for nearly a week and just don't understand why it isn't working. The code works great in Windows, but once I move it to Linux, it doesn't work. I'm basically using mechanize to login automatically to a website. The website requires cookies, however, and I … | |
My parent's computer has stopped booting. It will post the blue HP logo screen and then bring up the "Windows has not shut down properly" screen with the usual choices, safe mode, etc. When clicking on any of these it flashes a black screen and then returns to the blue … | |
Hi, I have a problem with the tolower function. I use Netbeans 6.5 with GCC C++ on Ubuntu 64bit. The problem is, that I use nordic letters like Ã¥, ä and ö and the tolower function does not affect them at all. I have tried almost everything. I have tried … | |
I am new to linux so I used to use both Windows Xp and Ubuntu.But due to problem in Windows,I re-installed Windows,but While re-starting the system, OS choice menu lost from Boot, Windows automatically opens, and ubuntu lost..,How can I find it..? | |
hello, im using ubuntu 9.04 and i was looking for a way to change my wallpaper randomly when the computer boots is this possible.. google was no help thanks in advance. benjdee | |
Hi all, I decided to learn PHP, I am an Ubuntu user, I installed, php5, mysql, apache2.2 and phpmyadmin. But I don't know where to put the files to see them on my web browser, when I write [CODE]http://localhost/phpMyAdmin/[/CODE] I get [CODE]Not Found The requested URL /phpMyAdmin/ was not found … | |
I'm making a program in Ubuntu with wxwidgets, the goal is to recognize faces but for now I just want to load an image into a frame. I load images by clicking on a load menu item which is linked to this function. [code=c++] void Face_Catcher_Frame::on_load(wxCommandEvent &event) { wxFileDialog * … | |
hello, my name is benj. i apreciate this oppertunity. to share ideas and learn from each other. im 36 years old, ive always had a good mind for figuring out solutions. howeever i was not lucky enough to receive much education. but i rememberr exploring any peices of tech i … | |
Hello all! I've been using Linux Ubuntu for 2 days now. Only today I actually realized that I don't have any drivers for any of my Cards build on my Laptop, I've searched in Google but still can't find it. Any help will be well appreciated. P.S.: No sounds, No … | |
Well.. I've got a USB2.0External HDD box. I was copying some content from it in ubuntu.I don't remember what i've done later but i suppose i restarted system without unmounting it. From then on External HDD doesn't get detected and reports "USB Device not recognized" I've got lots of important … | |
Hello, Does anyone have a clue why using setitimer() and SIGALRM won't work if you modify the terminal using termios.h? Every time I run it I get segfault or the original signal handler (not the one I set). Just having [CODE] struct termios oldTerm, newTerm;[/CODE] seems to cause trouble. If … | |
Hi there! As a College assignment I must write a network scanner that will create a report containing all open ports and some network statistics etc. The code is almost done.. however, as I need to test it to see if its ok, I ve been scanning my own machine … | |
Hello, I'm doing a project doing atomic models and am using a toolkit that was developed for Python 2.4 on Ubuntu. I have Python 2.4 installed as my default python currently; however, when I download the tools I need from the synaptic package manager. They only work for my original … | |
Hi, I just joined. This looks like a fairly good tech help forum site. I hope to be able to solve some problems people are having. I'll just use the template in the Read Me to describe me :P When using a computer, I generally like to stay on one … | |
I figured if I could get a good answer, it would be here ;) I am hosting my website on my own ubuntu server (finally learned how to do this, just barely). I am using DynDns free service for static ip and have it's hostname, my user name etc. configured … | |
Hey guys. Trying to implement associative array with the help of libJudy. Here's small test, that doesn't work. Please, help me to find, where i did wrong? [CODE] #include <assert.h> #include <Judy.h> typedef struct { char *hash; int id; int views; } Watch_t; Pvoid_t dict = (Pvoid_t) NULL; PWord_t rcw; … | |
This may sound like the install from hell, but I'm still trying. I wanted to try out Linux after a *very* long association with windows, but to say I'm having problems would be an understatment. Let me go through the whole sorry tale, and my question is at the end. … | |
I have a Belkin N router that connects to two desktop machines (via Ethernet cables) and one laptop (usually via wireless, but can be connected by cable as well) on one side, and to a Zoom DSL modem on the other side. I can connect to the Internet with one … | |
Hi, I was wondering it was possible to write a program that runs from the System Tray in Windows XP. For example, AVG runs all the time, but is on the System trey, so you don't worry about it until you need it. I was wondering if it's possible to … | |
Hey. I got a problem when i boot up my ubuntu server machine. Don't know really how to explain it, but when i boot up its is like the discs don't get enough time to start and the OS tries to load too quick, i dont know. Anyway i get … | |
what is the minimum space of pen-drive required to install ubuntu in a pen-drive. ubuntu may be of earlier version | |
Hi I am using Ubuntu linux 8.10 I have installed Apache, PHP and MySQL on my pc and testing all scripts on my localhost by [url]http://localhost/[/url] . Currently I am creating directories for each web projects to test on my localhost. So my project can be access by [url]http://localhost/project01/[/url] and … | |
I wish to run a .exe file in ubuntu for this I've install wine,but still I cannot run it. | |
Hi I'm working under windows and ubuntu and cant find a good lex editor . I'm looking for a good lex editor \ workspace. take out the eclipse plugin | |
I'm having trouble using SSH to gain access to my Ubuntu 9 machine (extreme linux neophyte). I have the Ubuntu server and OpenSSH installed, as well as Samba on one machine, and I'm trying to access this machine, via SSH, from my Mac--which is running OS X 10.5.6. I am … | |
Hello forum members, Due to the very slow speed internet access I use, I find it almost impossible to successfully download and burn any linux installation live cd (especially ubuntu and fedora10). I have been reading studiously in preparing myself technically for server administration using linux for the past four … | |
I'm having a blast coding up my little text-based python game. I'm learning a heck of a lot while doing it. Now, I want to share it with some friends. I could just have them install Python and send them the files, but I was wondering if I could somehow … |
The End.