2,228 Topics
![]() | |
[I]Disclaimer: I did post this in the Windows 7 forum, I hope it doesn't break the rules to post it in both since it falls under both topics. Thanks for your understanding.[/I] Hi, hopefully someone can help me with this, since there seems to be dozens of threads similar to … | |
Hi all, I'm an Assembly newby and am studying Jeff Duntemann's book on programming Assembly on Linux. As much as I love Assembly and I have to learn it if I want to do anything significant in IT since it's part of a journey, I am finding difficult to get … | |
Hi, What permission should I give to var/www folder in my ubuntu? Group: mywebusers Users under "mywebusers" : site1-user, site2-user, site3-user I'll have: var/www/ -> No one should access to this main root folder var/www/site1 -> accessible on the web (only for: site1-user) var/www/site2 -> accessible on the web (only … | |
Hello, I am trying to convert this C code to C++. The original code is further down this page. From the changes that I have made till now, the code should work but i keep on getting errors. I am using gcc in ubuntu to compile it. Thanks in advance … | |
I'M currently running Vista but am trying to move at least 90% of my computer usage to Linux so I've download Ubuntu. So I burned the ISO to a CD and now I need to know how to install it but give it a separate bigger partition than my Windows. … | |
Hi all. Ok, i got such php script: [CODE] <?php header('Location: http://localhost/current/'); ?> [/CODE] Now i am sending GET request to this script with my C app and receiving following header: [CODE] HTTP/1.1 302 Found Date: Sat, 20 Feb 2010 18:50:17 GMT Server: Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4.5 with Suhosin-Patch X-Powered-By: PHP/5.2.6-2ubuntu4.5 … | |
This is a Linux brainteaser for the C comfortable and leisurely bored. I'm not looking for the answer.. Note the compile lines are commented at the bottom of the program - Ubuntu and derivatives please use the second compile line or it will not work. So what does this program … | |
[url]http://ironpython.codeplex.com/releases/view/12482[/url] I'M running Ubuntu 9.10. On the website above, what which download should I use? I don't see a debian so I'M assuming I need to get the bin. If that's the case, I have no idea how to install a bin. Thanks for any and all replies. Wait, it's … | |
Hello, I am try to compile this code using gcc in ubuntu. I get the error 'btree.cc:(.text+0x55a): undefined reference to `std::cout' '. I thought if i added using namespace std; it would start working but i am still getting the same error. Any suggestion on how i can fix it. … | |
Hi, I've been doing lots of googling about building a webserver using ubuntu server 9.10 but I got notthing. I mean, a lot of info I read was helpful but it does not work under my circumstances at all. So I want some help from Ununtu geeks. Just reminder I … | |
Hi guys, I opened this threat in here because unfortunately our Linux forum hasn't been supported well. I am sorry for the inconvenience caused by me. Problem: I cannot download a file (index.php) from a particular folder (/var/www/teams/team1) via Filezilla. I am sure that it is related to the permissions. … | |
Any pointers? I've already got it on my computer but the updater won't work to install patchs. | |
Hi, i'm running a server in my basement. ubuntu running xampp. And i was wondering if anyone can point me to some good uses of python to use on my server. i'm a bit low on inspiration. I know there's Django and also mod_python. But it doesn't have to be … | |
Hi, One of my friends had an old powermac G5 dual processor 2.5Ghz. He reckoned it was dead so he gave it to me to play with.. It didnt have a hard drive, but everything else is there, but there are some issues. When I plug it in i get … | |
Is it just me or has Ubuntu 9.04 become broken by not allowing any software to be installed. I have done two clean installs and still the synaptic package manager does not show any items that are not installed. Also I am unable to install any software from the command … | |
I'M new to Linux & Ubuntu. I know I could just install Open Office through the Ubuntu Software Center or the Package Manager but I wanted to do it manually. So I download the debian package from [url]www.openoffice.org[/url] and unzipped it. Now I have a folder on my desktop lapeled … | |
Hi, I have apache2 running on Ubuntu 9.04. I am trying to set up vhosts. I have two files in sites-enabled there contents are: [CODE]<Directory /var/www/video> AllowOverride All Order Allow,Deny Allow from all AddType text/html .htm </Directory> <VirtualHost *:80> DocumentRoot /var/www/video ServerName jvids.co.uk Serveralias www.jvids.co.uk ServerAdmin jameslovejoy1@googlemail.com </VirtualHost> [/CODE] That … | |
I've been wanting to make my system a tri-boot for a little bit now. I have a generic PC, custom built, not a mac. Here are the specs: Core 2 Duo E8400 3.0 GHz 2 GB Corsair XMS3 DDR3-1333 Asus P5K3 Deluxe WiFi AP Edition Hauppage WinTV-HVR 1800* Seagate Barracuda … | |
Hi friends, I have installed ubuntu 9.04 in that i have install DRBL package installtion is done correctly but when i run LANG=C sudo /opt/drbl/sbin/drblsrv -i it gives *****************************************************. Hint! When a "yes or no" option is available, the default value is uppercase. E.g. (y/N) the default is "N", so … | |
It isn't too soon to anticipate the next major release of Ubuntu is it? I hope not. [URL="http://www.ubuntu.com"]Ubuntu[/URL] 10.04 has a few surprises up its virtual sleeve in store for you. I can't tell you everything that's in store but you'll certainly have fun discovering some of them through this … | |
I got an old generic notebook. The spec is Pentium M 1.6GHz, 20GB hard disk, 512MB RAM, S3 graphic card, 85 keys keyboard and the OS is Ubuntu 9.10. Everything works fine but I seem can't find the keyboard layout for my notebook. It uses 105 key layout as default. … | |
Very simple question - can a Ubuntu 9.10 distro format a hard drive in ntfs format? | |
hi i got a problem to install my canoscan 3000ex on ubuntu karmic koala, anyone can help me? thx b4 | |
I manually set-up a partition during my installation of Ubuntu 9.10. I only created a swap partition about 512mb and a root partition of 10gb and no partition for /home but I have a partition for all my data files. What I really want is a separate partition for programs … | |
High CPU Usage despite nothing showing on Task Manager or Process Explorer. Greetings all, I hope this is the correct area to post this to, If not I apologise and could it be redirected to the correct area. Anyway, I do hope someone can help with this infuriating problem, and … | |
Hello all, I've setup a Linksys 2 WAN port RV042 router at one of our client's place. Client's requirement was to boost-up the Internet speed and add their 2 ISP's bandwidth to use as ONE with their LAN(1.5Mbps+1.5Mbps=3Mbps) and to a failover solution(If ISP1 goes down, ISP2 should be running … | |
Hello, I have compiled a GCC plugin successfully, but I get error when linking: [CODE]$ make /opt/imo/bin/g++ -g -fplugin=../libimo/libimo.so -o test main.cpp cc1plus: error: Cannot load plugin ../libimo/libimo.so ../libimo/libimo.so: undefined symbol: _ZN11NodeFactory10CreateNodeEN4BEEV4KindERKNS0_7ASTNodeES4_RKSt6vectorIS2_SaIS2_EE make: *** [default] Error 1 [/CODE] I know that the plugin works fine for other Ubuntu users, so … | |
My laptop came with Vista basic preinstalled. Now I am completely switched to Ubuntu. But for some reason I want vista in virtaul machine. I am using virtual box. Since my vista came preinstalled i dont have any installation disc. But using Create Recovery Disk option in vista i have … | |
Hi, This is what I do in Ubuntu Terminal to compress a folder but doesn't actually compreass and create backup file. [CODE]ubuntu@ubuntu:~$ tar cvzf backup.tgz /var/www/compression/1/ tar: Removing leading `/' from member names /var/www/compression/1/ /var/www/compression/1/text1.txt /var/www/compression/1/text2.txt ubuntu@ubuntu:~$ [/CODE] Help please. Thanks | |
I have ssh, apache running on a ubuntu 9.04 home server and can access from any network connection. However, I want to be able to go onto the linux server (as I can to Windows servers) as a terminal services client; run programs on the server, check e-mails, browse, etc, … | |
It seems that I caused quite a stir and some arguments among some of my readers with the likes of my [URL="http://www.daniweb.com/news/story254705.html"]5 *nix Myths Busted[/URL] and the ever popular [URL="http://www.daniweb.com/news/story256070.html"]Retraction: 5 *nix Myths Busted[/URL], when I referred to rebooting systems. I never thought that something so benign would cause such … | |
Hi friends , I installed Apache Server on my Ubuntu 9.10 and it is working now . Now i can able to access the localhost using the IP Address 127.0.1.1 . I want to access my website in Apache server in Ubuntu from my Windows system through LAN . Is … | |
I'M just getting started with Linux and I'M using Ubuntu. Straight from the CD Ubuntu came loaded with Open Office - Word, Spreadsheet, & Presentation. But how do I get the whole Open Office package? And what happens with the ones already on my system? Do I need to remove … | |
Hi, I have [icode]/var/www/compression/1[/icode] with 2 txt files in it. I want to compress those 2 txt files in same directory. How do I do it with Ubuntu Terminal and PHP script? Thanks | |
hello friends, This may sound very primitive, but that's no wonder cos I am very new to this. I would like to know how to find out the current operating system that I am using, with shell commands. For example, if I am using ubuntu and fedora , and a … | |
I downloaded and unziped the Open Office Debian package to my Ubuntu desktop. Inside the folder there are a lot of .deb file and one sub folder with another .deb inside. That one being by itself I assume that would be the right one so I tried to install it … | |
Resolved, I figured it out. I'M getting the following error when I try to install mono on my Ubuntu OS using apturl. [COLOR="Red"] Failed to run /usr/sbin/synaptic '--hide-main-window' '--non-interactive' '--parent-window-id' '62914563' '--set-selections-file' '/tmp/tmpyUj0VR' as user root. The underlying authorization mechanism (sudo) does not allow you to run this program. Contact … | |
So I've downloaded the Ubuntu ISO and burned it to a CD. I want to install it along side my current Windows OS with a bigger partition. Can some one please give me some help on how to go about doing that. I know I restart my computer with the … | |
Hi, I just start using Linux Ubuntu 8. I need a PHP development software like Dreamweaver with good features to use under Ubuntu. What do you prefer? It is to use PHP, HTML, XHTML, Javascript, CSS, XML etc. Thanks | |
hey everyone, I got a weird error when I run my program. I compile and link and run the program through the terminal in Ubuntu. I have to compile or linking errors, and the program run's fine, except when the program asks: "Would you like to see a display of … | |
Hi! I'm writing a little equation solver for an exam ... it has not to be perfect or mathematically rigorous. With this program I have only to show to my professor that I can write some simple program in Assembly and C++ language. In other words, I have only to … | |
hi everyone... we have to run any python file e.g. show.py at startup..i.e. when OS starts it runs automatically. we are proceeding this way, writing a startup script named forfyp2 ,pasting it in init.d , making it exe using chmod , creating startup links using update-rc.d forfyp2 defaults. After this … | |
Hello, I am beginning learning intel assembly. I am taking simple gcc programs and looking at the assembly. All gcc outputs have a line similar to: mov DWORD PTR [ebp-4] that I can't figure out. For example [code] int main(void) { int x = 5; return 0; }[/code] gives me … | |
Hello everyone, I am a college student in his second year of learning C++. Last semester we would use Visual Studio to write and compile our code in. This year we use linux, more specifically the Vi editor. We use linux in two ways, either we use Putty in Windows … | |
Hi! I would like to use timer in my code. And i don't know how to build a real clock. I wish control my loop with this timer. In every seconds the loop do something. I use OS Linux Ubuntu and NASM. Very sorry about my bad English. I still … | |
I just read a post on another site from someone who calls himself (herself?), [B]linux guru[/B], and it made me ponder the following question: What is a Linux Guru? I've known many knowledgeable people over the years but never have I met an actual guru. I wonder if people like … | |
I am trying to finish the second release of this hpgl interface for ubuntu/linux, The first release is popular but not very feature rich. My problem is I have added two large save and read in settings buttons on the bottom of the gui window. I need to be able … | |
I am using Ubuntu 9.04. I want to shutdown my PC using Java, when some Event is called. Please suggest what could be done. | |
Hey, I have a problem, if checkboxes is activated, it could be download packages ( Ubuntu ), would be necessary to verify to checkboxes and if it's true, then these packages, which should installed my system ( Ubuntu ). [CODE]#!/usr/bin/python # -*- coding: utf-8 -*- # Copyright (C) 2010 from … | |
well i bought a new laptop recently and it come with SiS Mirage 3 SiS672 series. and so i install Ubuntu 910 a it got a bad graphics. anyone can tell me how to fix it, where i find the most compatible driver? (i have checked [url]http://ncc-1701a.homelinux.net/~linux-sis/downloads/[/url] and didn't find … |
The End.