2,228 Topics
![]() | |
I am in need of SEO(Search Engine Optimization) tools package for Linux OS mainly Ubuntu 11.10 . If you have a complete package of a SEO please mention it to me. Thanks in advance. | |
sudo apt-get install build-essential I tried this. No candidate version found for g++. No packages will be installed. Can someone help me? Thanks | |
I have Ubuntu 12.04 LTS. When I try su command, it asks password.. But when I type password, It says authentication failure.. Why does that happen?? I enter correct password every time. | |
i am using ubuntu 11.04, have connected an dongle to it,i am trying to find the comport no to which dongle is connected ,As in windows i get com23,com24 etc .how can i get it in linux ? | |
I am on dual Boot pc with Ubuntu 10.10 and Windows XP SP3. Hardware Specs: HDD 250GB, RAM 2GB, AMD Athlon X2 How to upgrade Ubuntu 10.10 (Maverick Meerkat) to ubuntu-12.10-beta2-desktop-i386? | |
Hi when i ran cx-freeze on Ubuntu 32 bit everything works, but when I try to freeze the same script on Ubuntu 64-bit I get the following error. I would be very thankfull for your help: le parentModule) File "/usr/lib/pymodules/python2.7/cx_Freeze/finder.py", line 286, in _LoadModule self._ScanCode(module.code, module, deferredImports) File "/usr/lib/pymodules/python2.7/cx_Freeze/finder.py", line … | |
hi all i would like to ask...ermm i have an erorr it say that my winscard.h no such file or directory...when i search it in my include folders there is no winscard.h in that folders..so...what should i do..is it somekind relate to the pcsclite.h ??? do i need to install … | |
Hey, all, I installed Kubuntu on a Dell Inspiron 4500, and I accindentally did a clean install. I'm fed up with Kubuntu and I hate it, and if I try to boot from a Windows 95 CD, it goes straight to GRUB and starts Kubuntu. Does anyone know how I … | |
I cant use a cron for this task as the script should always be running. I have a loop that does the following: 1) Gets a SQL row 2) Runs the values through some functions 3) stores new values 4) gets the next row and repeats This script has to … | |
Please can someone help me out on learning linux operating system. | |
Hi frnds!!! Am new to ubuntu .. Am using netbeans7.1 .. I need to connect my java application with mysql server... I dont know how to configure netbeans for that.. I tried to configure mysql server in netbeans itself through (Right Click Databases-> select Register MYSQL Server-> select Admin Properties) … | |
please am developing intranet portal with open atrium which going to runing on ubuntu. this is my first time am trying this if anybody have experience please i will need your help or you can give a link to were can get it tutorial to help me to do this … | |
Hi everyone, I recently installed Ubuntu on an older computer of mine. This is my first time using Linux. For school, I use a program called Putty to connect to their computer to write, compile, and submit programs for my homework. Is there a similar program that would allow me … | |
hai, i am ubuntu user. I want to access my gf pc (os is ubuntu). I know her ip, username and password. but i want to access her pc using without installing any software in her pc. I know that it is possible via ssh command. But ssh is not … | |
Hello all, first time poster here. I've tried searching for a thread which deals with my current problem both here and in Google, but few people seem to need help with PyFluidSynth as compared to Jack, so I am starting a new thread. If anyone knows of another thread where … | |
Hello! I made a program in Dev c++ in windows that does several string functions.It works perfect in windows but when I tried to use it in Linux(ubuntu and CentOs), linux make the executable file which means it has no syntact error or something but when I try the several … | |
Hi all, I got this new router TP-LINK MR3020 which I has 3 modes it can run in - 3G (for use with modems), WISP and Access Point. When I log in to the router for the first time (through the default IP address of the router), everything goes fine. … | |
actually, i have just started using Ubuntu these days(though i have knowledge of unix/linux from past 2-3 years but didnot worked practically) .Can you give me best links in your knowldge for commands related to networking? I have read from about 15 links from google.com. But still i want more … | |
I use dr java for linux to run my code. I've been running into a bunch of errors recently while running this simple program. The code compiles fine but whenever I run the java file, I get the error; Static Error: Undefined name here's my code; (I've got two files, … | |
Everytime I try to put it to bottom I get the same erorr. I would be greate if you guys can help me with this. So when I try to install this package sudo apt-get install unityshell-rotated libnux-1.0-0 compizconfig-settings-manager I get this erorr Reading package lists... Done Building dependency tree … | |
Why is C++ on linux basically C? I've tried everything to avoid C on linux but it's simply near impossible. I've tried to stick directly to the standard library but I somehow find myself using dirent.h, types.h, etc.. Is there any other ways to do these other than using C … | |
Hey Im looking for a easy and fast way to install Apache Tomcat and Axis 2 on a Ubuntu box. I followed a guide but it left my PC a mess (I couldnt get updates correctly) Thank you | |
This script is suppost to autorun from the flash drive once it is inserted into the pc it needs to auto download files to a paticular folder called (MEDIA) And it is supposed to over write whatever is in the (MEDIA) folder and add the new content from the flash … | |
Hello Daniweb, Not sure if this is in the correct forum so sorry if I'm in the wrong place. I am an amateur web developer and I am currently in the process of making a full working, advanced website created purely from scratch and in Notepad++ so that I can … | |
I have installed Qt on my ubuntu laptop and I get nothing but errors compiling .cpp files with <QApplication> preprocessor directives. I am new to using Qt and are reading a book online about it hosted here: http://www.informit.com/articles/article.aspx?p=1405562 Specific error i have obtained running g++ hello.cpp -o hello: hello.cpp:1:24: fatal … | |
Guys am new in the field of c++ programming since I finished my college I decided to start programming but their is a step I have reached and am stalk I have made my simple program amd I wanted to put it in GU. Am using Linux Ubuntu and I … | |
hey everyone well my screen lock doesn't work also ctrl+alt_l doesn't lock it , also after a suspend it doesn't lock even though it's set to do so what can I do to make it work ?? I use ubuntu 12.04 | |
I am looking to create a binary tree and then print it out. I am getting some strange errors I cant fix. #include <stdio.h> #include <string.h> struct animalTree { char data[100]; struct animalTree *left; struct animalTree *right; }; typedef struct animalTree aTree; void fillTree(FILE*, struct animalTree*); int readNext(char*, FILE*, int*); … | |
"ubuntu for android".... future killer Android App, should come preinstalled on new phones only or should run on old dual-core models as well? | |
hi how to install jdk and eclipse j2ee IDE on "Ubuntu Desktop 12.04 LTS" thanks for your time | |
Hi, everyone! This is my first post ever here in Daniweb. I experienced a problem in printing the sorted array of 5 numbers, as the following code only prints the first iteration of the loop, and it does not print the array input. Here's the code: section .data i db … | |
evrything was fine until i inserted 100 to 125 lines in code. i am wondering what kv is doing wrong as it is not even printing that version file was opened.. any sort of help is appreciated. files included in the code are given below for reference. proc/version file: ** … | |
Hi friends, I m a PHP programmer and I likes to learn Ruby . But I had stucked ( Really Became Mad ) with installing ruby on Rails in my System .. Googled a lot ... but it is installing Ruby 1.8 & Rails 2.3 ... Please Help me .... … | |
![]() | Hello there folks. I have a problem: I've set up an Ubuntu home developing server, on which I've installed webmin, apache, etc. (everything what's needed for a web hosting server, it is used for developing) Everything went okay, until I've reached the mail server setup. There is a misconfiguration problem, … |
Hi everyone well I've downloaded GNUbiff on my ubuntu 12.04 tls bs I really don't know how to use it , I have a yahoo account , hotmail account , and a gmail account , so how to set the GNUbiff to work with them?? Thanks in advance | |
I decided to get rid of windows xp and switch over to Ubuntu entirely. In order to do so I had to uninstall XP and Ubuntu so I could start over on my computer. I did this, and everything has been working better. Except for the most important part: my … | |
I have some strange problem which i started facing from yesterday. i have used GDB many times on my system , but yesterday when i started running GDB , my dubugger is enterings the library functions code part also which is very irritating for me. I mean if the program … | |
I quit using Windows last year, except occassionally (XP). My hobbies and love is music (playing jazz guitar and using editing software, my favorite programs being Ardour and Audacity) and photography (favorite programs are Darktable, Gimp and Shotwell), using the Linux distros, Ubuntu and Lubuntu, which I am happy with. … | |
My network card doesn't have any UNIX drivers, but it does have windows drivers, so I'm trying to install ndiswrapper. It seems like the default installation of Ubuntu server doesn't have python installed, so I can't dpkg niswrapper in. Is there any resource to help me learn how to hunt … | |
Hey guys, I'm working on Ubuntu 10.04. I use Eclipse as my IDE, but now I want to install the Android ADT plugin for eclipse(as seen [URL="http://developer.android.com/sdk/eclipse-adt.html"]here[/URL]). Now the thing is, that I don't have internet connection on the machine that has Eclipse running so I can't simply go to … | |
Good day, please help, when i transfer my phpcode in ubuntu I am getting this error * Warning: include(includes/sidebar.php) [function.include]: failed to open stream: Permission denied in /opt/lampp/tg/index.php on line 47* but when I'm using Windows vista my pages are okey... please help thank You.. | |
Hi guys, I'm having a weird error that I can't understand why: My program is the following: int paralelo(int num) { int cont,pid; printf("Creating %d sons with pid\n", num); for(cont=0;cont<num;cont++) { pid=fork(); if(pid==0) { printf("I'm the son number %d e %d\n", cont, getpid()); exit(0); } } return(0); } int main(int … | |
I am putting together a wish list for a new computer. I would like it to be dual-boot: Windows 7 and Linux (probably Ubuntu because I am not proficient with Linux). Any advice, tips, or suggestions for factors I should take into consideration when selecting a new computer? Does type … | |
Hello! So I just installed Ubuntu Server 12.04 on my machine. I have the web server and SSH server working, you can acces both from the internet. However, every time I attempt to run update or upgrade commands from SSH, it fails to do so, resulting in a similar error … | |
Hi I have always been a windows user but a few months ago switch to Ubuntu Linux. I have started learning Python and want to find out from experienced developers what the best way is to setup a development environment on a Ubuntu machine. I am running Ubuntu 12.04 which … | |
If you cannot ping any websites and cannot get updartes or upgrades, you might have a nameserver issue. GI just installed a fresh copy of Ubuntu Server 12.04 and this has been an issue since I installed it. I did not know what to do, but I check the /etc/resolv.conf … | |
Hey guys. (not sure if I'm posting in the right part of the forum but didn't know where to do it) I have a windows operationg system runing VMware Workstation and on it I have a Ubuntu virtual instance. Is there a way to to install that virtual instance as … | |
Is there any joomla template creator? I have installed Aristeer 3.o version on my Ubuntu 11.10 system but it not works. Please give me a solution and Thanks in advance. | |
I run the following commands to execute a flex program flex myname.lex gcc lex.yy.c -lfl ./a.out But then the terminal doesnt display any output. Nor it returns to the main prompt.The program doesnt have any errors. Thanks in advance.. |
The End.