2,228 Topics
![]() | |
I have to do a program for my C++ class, and we have to write all programs using gedit on ubuntu and run them all using the terminal command prompt. I dont know what the whole ./a.out is, and all i have for my program is [CODE]// This program will … | |
[I]Summary[/I] [QUOTE] new laptop would ideally like to partition the hd and install a unix based system and xp that came with the laptop, no media backup came with laptop, looking for advice on what to go with and what to do thank you even if you just took time … | |
Hello everyone, I was trying to install ndiswrapper and the drivers needed to get my laptop working with wireless properly. I never got around to finish installing the drivers although I did install ndiswrapper. I lost my wifi completely and my system doesn't even pick up my card now. It … | |
Hi, I am using ubuntu linux system.In that I am unable to use strrev() function for reversing a string.Is there any library function in linux equivalent to strrev(). Thanks in advance. | |
Any list of best or worst will have its opponents and proponents and I foresee that this list of worst Linux distributions will be no different. There were, at last count, almost 300 Linux distributions and they all can't be great. But, this list of Linux distributions are, in my … | |
Samsung Q430-11 Intel I5 450m Nvidia 310m 4g ddr3 sdram Os Duel boot Win7 home edition and ubuntu 10.04 My duel boot options are as follows 1 Ubuntu 2 Ubuntu safe mode 3 Vista (apparently a recovery mode) 3 Win 7 All worked well till I accidentally hit Vista instead … | |
HI everybody, currently I'm using ubuntu linux.If I write program in c using c language.I'm getting a warning message while compiling.So if there any to avoid this, please inform me. | |
Hello, I have an old laptop that I don't need. It has 1GB RAM ans 120GB hard drive. I have a somewhat fast internet connection... So, I want to make a "Linux Based Home Web Server". I want to host my files and my websites on it. Now, please help … | |
I'm no assembly wizard, but I'm writing a bootloader and I get a few compile/assembler errors I haven't been able to find a solution to: Heres the error messages and the code that it applies to: [CODE] os_size: .word 0 .word 0 lea %ax,os_size # Error: suffix or operands invalid … | |
hi all ! i have installed eclipse through internet on my PC (OS : ubuntu) but there is no any option in eclipse to create web application using java. Please help. It's very urgent. Thanks! :) | |
I work for my family's small business. I recently graduated with a BS in Comp Sci but I didn't have much networking education. I am setting up a small file server to serve core files to about 10-12 computers. It will be running Ubuntu Server while the PCs connected will … | |
![]() | So, here's the big deal. I recently installed Ubuntu 10.04 LTS alongside my Windows 7 install. It's great, all of the drivers are working, and I love the graphical effects! Anyway, I can't get it to connect to my home network. It is in range (sitting right next to it … ![]() |
I'M reading the book "Simply SQL" and I need to use the files for the book. It was suggested to be to use postgreSQL and now I've got it up and running on my Ubuntu machine. But I'M having a little bit of trouble getting started. When I first start … | |
I am writing a GUI in GKTMM for my own learning experience and to use on a personal project I have at home. The data will be stored in a MySQL database on a server I already have running in my home and which I use for some PHP/JavaScript code … | |
![]() | Hi, I tried an example on [url]http://www.captain.at/howto-ajax-form-post-request.php[/url] for sending a POST form. When I run the example on that specific page, everything works well. Also in Wireshark I see the POST packet passing by. But I'm getting errors when I copy the code to a local html file, and try … |
Hi, i am using a compaq laptop. It is a core2duo with 2gb ram. 2ghz. Now my problem is that sometime ago my hard disk stopped detecting. I was out of my warranty and also out of cash so didn't know wat to do. I knew about the ubuntu live … | |
![]() | Take a look at this program. [CODE] #include <iostream> using namespace std; struct Node { int data; Node* link; Node() { data = 0; link = NULL; } }; void destroy(Node* &p) { Node* pre; while(p !=NULL) { pre = p; p = p->link; delete pre; // When running for … |
Hi, I'm having some problems with this bit of code. I need to randomly open some files that have numbers as their filenames. i came up with this snippet to be able to open them from numbers 0 to 99. The code should randomly pick a number and try to … | |
hello everyone, any help or insight would be greatly appreciated. thanks in advance :) i've been having a problem with my connection recently. since the past two weeks or so i've been having really lousy internet(slow as a snail).although the browsing speed has been ok. the download/upload and streaming speed … | |
I asked this before, but I have to ask again considering I still haven't found a way to do this. I need to know if there's a way to take a variable inputted into a C++ program and pass it to the terminal as an environment variable. Again, I'm running … | |
Hi, I've done this silly thing. How can I bring old setting/permissions back. Thanks advance [code] ubuntu@ubuntu:~$ sudo chmod 444 /var/www [sudo] password for ubuntu: ubuntu@ubuntu:~$ ls -l /var/www ls: cannot access /var/www/index.html: Permission denied ls: cannot access /var/www/http: Permission denied total 0 d????????? ? ? ? ? ? http … | |
![]() | i need to compile and run my assembly code on windows7 using MasM615..it normally compiles but doesnt created the .exe file..who can help me here please i dont want to run xp...i prefer windows 7 and linux ubuntu...i need solution for ubuntu too..Thanks Guys |
I have ubuntu 9.10(karmic koala) installed on my laptop, i was wondering how i could print a file from my linux system to a printer connected in my network. The printer is connected to windows xp system. I read somewhere that to do this you would have to install samba, … | |
Hey guys, i really need some help with a really frustrating problem im having, my pc has been sat in the corner of my spare room for about 2 years, then last week, i thought id rebuild it, so i went out and bought a new motherboard, processor, ram , … | |
Todays every body know what's babylon and some of windows users use this dictionary as their favorite dic . now i want to learn you how do you use babylon glossary in ubuntu . it's not hard ! for first you need to download [URL="http://wiki.ubuntu-ir.org/MehdiHassanpour/uploads?action=AttachFile&do=get&target=stardict_3.0.0-2_i386.deb"]Stardic[/URL] dictionary in ubuntu . when … | |
The title explains it. I'm running Ubuntu Linux if it matters. I want to be able to take input and pass it to the terminal (bash shell) | |
I am newbie to C++ and pretty confused about initialization of local variables for built-in and class types. Here's a snippet of the code: 1 #include <iostream> 2 using namespace std; 3 4 class A { 5 6 public : 7 A() : x(9) {}; 8 int x; 9 10 … | |
I'M new to SQL and I'M reading the book "Simply SQL". I'M running Ubuntu Linux and I downloaded MySQL Workbench. I also downloaded the source .sql files for the book. I need some help getting started. How do I get the files into Workbench so I can follow along with … | |
I have developed a C++ CGI which runs fine on Apache on Win32. I would like to deploy the program onto linux. My plan is to install Wubi (i.e. Ubuntu) and compile the CGI there so that it will work on the linux server. But before I do, I need … | |
I just got a new book on sql. So what software do I need to get started to and play around with these statements and load the querys supplied by the book. Thanks. By the way I'M running Ubuntu Linux | |
Hi everyone , I Am Designing a Web Template in Dreamweaver, and am having trouble with a gap (see attachment) Here is the source code for the page (including CSS) [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Webtemplate</title><style type="text/css"> <!-- body … | |
I have recently purchased a 47inch LCD screen and want some opinions/technical help. The TV has an RGB, 'sound out', and several HDMI ports. The main use if the TV will be watching high def TV and listening to music through it. This is all be done via a computer … | |
When I started exploring Linux back in 1994-1995, there were very few resources available and many of the problems I experienced didn't have solutions. That was a long time ago. The situation has changed for the better. These days, there are plentiful resources for those new to Linux or for … | |
This is a simple-web-server made in C.. [COLOR="Red"]Supported OS :[/COLOR] I have made it on Ubuntu 9.10 ... and i think it will run on all linux system .... [B]Windows is not supported[/B] [U][B][I][COLOR="Red"]Compiler Instructions : As this is a web server so it will host on port 80 to … | |
Okay, this is probably gonna sound dumb, but I need to know if it's possible to take a variable held using C++ and make it an environment variable in a Linux terminal. If it makes a difference, I'm using Ubuntu Linux with the Gnome shell. | |
I am using the newest version of ubuntu the network is ok, I can google, I can facebook. But when I try to check my company webmail (internal), it said cannot resolve hostname what is happening? My window vista is doing ok with the webmail. The webmail is microsoft online … | |
Hello, everyone!!! I just want to ask if you anyone here knows how to compile java file in linux specifically UBUNTU. For example, I have a java file named Hello.java and saved at my desktop. how do I compile and run this file using the terminal of ubuntu... By the … | |
Hello friends, I have a small problem, I don't know how to configure the server to run python scripts automatically every 1 hour. I use Ubuntu LTS OS, Apache2 server and now I want every 1 hour to run read_rss.py Python script automatically. Do it possible with apache (and if … | |
Hello. I have started to learn OpenGL in C/C++ and I want to use 2D graphics. My operating systems are Windows XP and Linux (Ubuntu). How do I load a image from a file and draw it on screen? My image files are png and jpg. Can I write a … | |
Hi, I have a problem with my apache install on Ubuntu. It finds index.php by default but not index.html or.htm I tried adding DirectoryIndex index.html index.htm index.php to apache2.conf but that didn't work. It just give a Forbidden Error unless there is an index.php present. Regards, James | |
So i installed Ubuntu 10.04 on my usb drive, my first steps after i installed change background to planets run synaptic package manager update everything and EVERY TIME i install grub pc, and the updated kernel stuff it always screws up then makes the system either practically un usuable or … | |
I have a hp-compaq notebook with AMD Turion 64 processor with 800 mhz speed and 512 kb L2 cache. Is this an i686 processor capable of running ubuntu 10.10 (Maverick Meerkat) os? | |
I'm Danny C, or dcomander1, or DC, doesn't matter. The following is my information - Height - 5' 6" Weight - Not sure Hair - dark brown Eyes - dark brown Location - Westchester County, NY Age - 21, going to 22 in October Hobbies - Long drives in classic … | |
Whoda thought I'd ever start a "new thread?" I can hardly thread a needle. But seriously, folks, this forum appears to have possibilities for learning from some capable teckies. My only claim to techie fame is a couple of years working in a tech support sweat shop, first in CD … | |
When I upgraded to Ubuntu 10.4 the pop-up windows for my Evolution Calendar Alarms quit working. I would get a small icon on my task bar that let me know I had a calendar event to look at, but the alarm window no longer was shown. | |
[ATTACH=RIGHT]16417[/ATTACH]Telecommuting is one thing but how about actually being there. Imagine you’re working from New York and you need to check up on a production plant in Seattle. Imagine being able to walk around the building in Seattle while sitting at your desk in New York, talking to people around … | |
Hi all, I hope you are well. I am very new to Ubuntu and I am experiencing occasional screen flickers (the monitor will go black for a split second, then resume as normal). Now, I have tried googling for a solution but I have not found one yet that satisfies … | |
I have 3 computers in this home where I currently live. One mac and one XP machine connect to the WiFi network just fine. The encryption is WPA2 Personal. This 3rd desktop always gets assigned the IP 169.254.228.249, subnet mask 255.255.0.0 and all the other parameters are not there. Windows … | |
Hey, I hope this is in the correct place and that someone will be able to help out. I have an old computer, where I installed ubuntu 9.10 on and it told me that my 80Gb WD hdd was failing imminently. So I went and bought a 500Gb SATA hdd … | |
|__www/ | |__application/ | |__includes.php | |__public/ |__index.php the line in the index.php says require_once ('application/includes.php'); and that includes.php file will have similar require_once which has reference to files under the subfolders of application. i'm using ubuntu lamp stack. i got this open source project which was first developed in … |
The End.