2,007 Topics

Member Avatar for
Member Avatar for Octet

I am attempting to host multiple sites on a single server by using virtual hosts however I am having a bit of an issue. A bit of info before I begin, -I am using Ubuntu Server 12.04 -I am using Apache2 -I have two domains and two sites, stored in …

Member Avatar for Octet
0
459
Member Avatar for Octet

I am attempting to setup virtual hosts so that I can host multiple sites on Apache2. I have currently got two files in my /etc/apache2/sites-available folder, each containing the following: <VirtualHost *:80> ServerName www.domain.com ServerAlias domain.com DirectoryIndex index.php DocmentRoot /var/www/domain </VirtualHost> Obviously the 'domain' changes to the domain for the …

Member Avatar for billconner
0
441
Member Avatar for alaa sam

hi everyone , I installed wireshark on my ubuntu 11.10 laptop ,but it tells me no interfaces can be used for capturing with this configuration , so how can I solve this problem ?? Thanks in advance.

Member Avatar for Ertan ERBEK
0
201
Member Avatar for cereal

Hello all :) I'm experiencing a little problem in the post textbox: I can select the text but this is not highlighted, so I don't see where my selection ends. This happens if I select from the keyboard and also with the mouse. It happens with normal text and also …

Member Avatar for Dani
0
237
Member Avatar for lewashby

I'M trying to install Ubuntu Server but I'M getting the following error. Bare in mind that I download the iso a second time believing the file was simple corrupted while downloading but got the same error again anyway. ///cdrom/pool/main/e/e2fsprogs_1.42-1ubuntu2_amd64.deb was corrupt. Download the iso two and got this error twice …

Member Avatar for mike_2000_17
0
203
Member Avatar for moshimdamo
Member Avatar for lewashby

I'M trying to move an 11 gig .tar.gz file that is pretty much one of my home usernames from my ubuntu laptop to my fedora desktop, here's what I'M getting. developer@garrett-laptop:~$ scp developer@192.168.1.9:/home/develope/fromlaptopsaveDeveloper.tar.gz garrett@192.168.1.5:/home/developer/Desktop developer@192.168.1.9's password: Permission denied, please try again. Permission denied, please try again. Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password). lost …

Member Avatar for mike_2000_17
0
315
Member Avatar for baig772

Hi all, i am new to ubuntu. I am using fire ftp for downloading my project locally in ubuntu but when i click on download, it says "Failed to create directory locally". Is it some root permission issue? if yes, then how i can download my project?

Member Avatar for baig772
0
180
Member Avatar for Octet

I have been having some problems with my domain, when it reaches my server the address changes to my IP. I 'own' the domain, "www.domain.com" which is forwared to my router, my router then points it to my server and the pages are displayed e.t.c. Instead of displaying, "www.domain.com/index.php" it …

Member Avatar for JorgeM
0
307
Member Avatar for BruceSmith

Have you ever given a thought about installing three different type of Operating System on a single computer? Not Yet! Hmm... This sounds scary and too complex right? But You're Totally wrong! Its as simple as Install two Windows Based OS on one computer... Believe Me! Still Don't Believe Me? …

Member Avatar for Tannus
0
464
Member Avatar for pahunrepublic

I am testing wireshark for learning purposes. I wanted to try out a tutorial that hacks a facebook account stealing cookie information. I couldn't manage to hack my facebook account because wireshark is sending me truncated packets that I can't get cookie info out of. **This topography of the network**: …

Member Avatar for DeanMSands3
0
264
Member Avatar for aizen92

Hello, I recently tried to install Cilk on a linux machine, Ubuntu 11.10. And the Cilk I'm installing is from the MIT site, http://supertech.csail.mit.edu/cilk/. I tried to install it on my linux machine, and followed the steps the came with the file from the site, but it gave me an …

0
75
Member Avatar for Anark10n

#include <stdio.h> #include <mysql.h> #include <string.h> int main(int argc, char **argv) { MYSQL *conn; MYSQL_RES *result; MYSQL_ROW row; int num_fields; int i; char user_query[100]; char word[10]; printf("Enter word: "); scanf("%s", word); sprintf(user_query, "select * from english where word = %s", word); printf("%s\n", user_query); conn = mysql_init(NULL); mysql_real_connect(conn, "localhost", "root", "123", …

Member Avatar for Anark10n
0
158
Member Avatar for Octet

Ok, so I have just set up a server using Ubuntu Server 12.04 but I have hit a bit of a brick wall when attempting to view webpages. I chown'ed the /var/www folder so I could add my files to it and all is working fine from this front but …

Member Avatar for here2serve
0
402
Member Avatar for kimbokasteniv

I am attempting to the compile the source at this [page](http://sourceforge.net/projects/sserver/files/). After resolving the dependencies, I am able to configure successfully, however make does not execute without errors. I was under the impression that a successful configure was meant to ensure a successful make, but since this does not seem …

Member Avatar for rubberman
0
238
Member Avatar for suley04

can anyone actually tell me what the point is of using VMWare, and which version I should use if I want to run Ubuntu and MAC OS Lion? Also, if I wanted 2, could I use it 2 practice Network Security between the running OS's?? - obviously this is gonna …

Member Avatar for JorgeM
0
227
Member Avatar for Lucaci Andrew

OK, so here's the deal. I'm trying to create 2 programs, a server and a client, which communicates between them. I'm working on Ubuntu, throughout FIFO. So, 1st of all, I create 2 FIFO's: $ mkfifo pipe $ mkfifo pipo Ok, and after that I create the client and the …

Member Avatar for Ancient Dragon
0
263
Member Avatar for brugernavn

Hey, I have a couple of questions about cloud computing. Now, If i connect 10 computers together in a cloud, can I consider the 10 computers to be one big computer? If i have 3 computers with 100Gb hdd each, connectet in a cloud. Can i so make a vm …

Member Avatar for thelostboy
0
241
Member Avatar for Member #893201

Hello. Can someone tell me if there is possible to get localhost:8000 -> localhost/admin This is on a ubuntu 12.04 with lamp.

0
166
Member Avatar for Ritesh_4

Hello, anyone can tell me how I can fix the "Login timed out after 60 seconds" error, when the system is not even taking 60 seconds, since as soon as it loads, it gives this error when am trying to enter my login details. I have access to the system's …

Member Avatar for Ritesh_4
0
208
Member Avatar for toomutch

Hi All, Don't know if this is the right forum for this query, but couldn't find anything more suitable. I have written a new app in VB.net as a front end to a mySQL database held on a PC on the LAN running Windows XP. This worked fine for a …

Member Avatar for toomutch
0
504
Member Avatar for BlackJavaBean

I'm trying my hand at OpenCV and have run into a problem that Dr. Google hasn't been able to help me out with. According to O'Reilly, the following code should play an AVI file in a window the program creates. [CODE] #include "highgui.h" #include <stdio.h> int main( int argc, char** …

Member Avatar for nhadley
0
738
Member Avatar for abhimanipal

Hi everybody, Please excuse the noob question as I am new to STL in C++. I am trying to write a very basic program which uses iota. However my compiler is complaining that iota does not exist in algorithm. Some other forums suggested including <backward/algo.h> as iota could have been …

Member Avatar for mike_2000_17
0
2K
Member Avatar for Alper55

i have implemented a PAM module that logs user in according to login information written on NFC-Tags. i can log in via GDM or KDM with checking data on nfc tag and corresponding information on Ubuntu. Here is my question: how can i bypass (GDM or KDM) login screen and …

0
119
Member Avatar for Amaina

Hi I am working on a project in CSS and xhtml but when i tested the layout on different browsers i identified a problem in positioning of elements. To be precise, the navigation bar renders well in firefox 11 for ubuntu canonical 1.0 but seems not to work in IE, …

0
130
Member Avatar for mayankwasekar

lavdo dekho 1)press windows button 2)type "system monitor" 3)click on "file systems" 4)double click on "host" 5)its done ye maza aa gaya . wa wa ye maza aa gaya hai na

Member Avatar for Nimrod7676
-3
220
Member Avatar for degarb

I spent a day this week trying to uninstall Ubuntu and reinstalling xp. I used both gparted to delete the linux partion and linux's fdisk m d. I even did full ntfs format in xp install. I used two different xp cds of different xp versions. Both would copy the …

Member Avatar for rubberman
0
139
Member Avatar for isaacjun16

Hi, I have a problem with a the imput of some data on a program Im making (FYI new in c++, homework). So basicly the progrma I have is to imput diferent type of data, this is what im doing. (Im using codeblock 8.02 in Ubuntu 10.04 ) #include <iostream> …

Member Avatar for isaacjun16
0
286
Member Avatar for MasterHacker110

I have downloaded backrack linux 5 R2 but when i try to configure my firewall i dont find a place where i can do that, i only find proxy settings, no what is a proxy, is it the sam as a firewall. how can i set up my proxy to …

Member Avatar for newbrobo
0
187
Member Avatar for C0ding

Hello everyone, Like i said in some other posts i made before, i'am totally new with Ubuntu, so what i really would like to know is if there is a way i can add some extra content to the ubunto Desktop.iso CD. i have the Ubuntu v 9.04 Desktop i386, …

Member Avatar for C0ding
0
215
Member Avatar for Ritesh_4

Hello, I have a Ubuntu 10.04 server running on a VM on Windows XP, and would like to sync the VM's date/time with the XP one. How can I do this? I tried with the date -s command in the console, but after some time the date/time on the VM …

Member Avatar for Ritesh_4
0
225
Member Avatar for adit_kr

I am using firefox 9.0.1 under ubuntu 11.10. Suppose I am lying that I am using internet explorer 8 under windows vista. (by manipulating http request headers). Is there any way for the server to find this out? (at least the fact that I am using Ubuntu not Microsoft Windows) …

Member Avatar for cereal
0
160
Member Avatar for mjdodd

I hope this may interst others who have similiar problems! I have a Western Digital 1.5 Terra Hard disk that is formatted in EXT3 for a humax satellite box. ( satellite type boxes tend to be EXT format for larger file handling) It went awol due to power cut whilst …

Member Avatar for rubberman
0
341
Member Avatar for c24w

Hello, thanks for reading. I have recently noticed sound only coming from one speaker. I have done the obvious diagnoses and determined: [LIST] [*]both speakers work fine (on another PC using the same set-up); and [*]it is not the operating system (Windows) - I booted a recent Ubuntu Live CD …

Member Avatar for mjdodd
0
230
Member Avatar for slashqb

Operating System Used:Ubuntu 11.04 Compiler Used: GCC Program related files:[Git Hub Link][1] I'm trying a implement program which will do a job, same as that of CPP (The C preprocessor) when I compile a .c file. In this particular code Copy_file_to_buf function not copying the whole file into the buffer. …

Member Avatar for slashqb
0
187
Member Avatar for abhiroop11

i am using gcc 4.4.3 on ubuntu 10.4 32bit machine. i use 'gdb' to debug my code. Since few days i am seeing that whenever i debug code gdb steps into the c library functions used in the code also(like printf,fgets etc). This shows a long list of calls from …

0
132
Member Avatar for ret801

hello I have just installed ubuntu over my windows partition and I like it but im having minor issues, when I open system monitor and look at the memory usage I see I have 741 mb of memory wtf!?! cause I know I have 2gb installed

Member Avatar for rubberman
0
203
Member Avatar for paulas24

hello everyone Of late, our company has been getting attacks from someone on the internet and this has led us to being black listed. The administrator thinks its through my machine that the attacker is gaining access. I use ubuntu 10.04.3 on a windows network. How can I tell if …

Member Avatar for FelineHazard
0
186
Member Avatar for FelineHazard

I am trying to get iptables to block multiple ssh attempts, and having only partial success (Ubuntu 10.4 LTS). I've been following recommendations from the [URL="http://www.la-samhna.de/library/brutessh.html"]excellent post by Rainer Wichmann[/URL] and decided the best strategy suited for my system is simply having iptables block multiple attempts at ssh. Thus I …

Member Avatar for FelineHazard
0
885
Member Avatar for alaa sam

hi everyone well I'm using ubuntu 12.04 , I'm trying to install the update but it keeps giving me a message that the source isn't authorized . So is there's anyway to install the required updates using the command line ?? Thanks in advance

Member Avatar for kletig
0
122
Member Avatar for chound

Hi, I changed my video card day before yesterday from ATI 4650 to 6670, and then I had problems while switching on my computer for a few times, then it got sorted. Today, windows informs me that my computer is running slow, so it wanted to switch of aero interface. …

Member Avatar for chound
0
457
Member Avatar for beep

I am here to find out why all of your so-called operating systems on this planet are so, I believe you say "****ed"? More seriously, I just "upgraded" from Vista Home Pro to 7 Ultimate and I was so happy thinking these bizarre quirks of Vista are in the past. …

0
140
Member Avatar for paulas24

hey this is paulas24 i would love to install a writer software that can detect external cd/dvd/writer drivers on ubuntu 10.04 lts. any help will be highly appreciated

Member Avatar for rubberman
0
229
Member Avatar for vinod tik

can anyone tell how to uninstall ubuntu 11.10 i have it in my laptop and the OS(ubuntu) doesn't load properly. i have win7 also in the same system.

Member Avatar for flagstar
0
341
Member Avatar for khakilang

I heard of Linux many years ago but did pay any attention to it. Only 2 years ago when I was a photographer for an event call MYGOSCON (Malaysian Government Open Source Conference) where I get to know about Open Source and Linux. From than on I was eager to …

Member Avatar for peaceman
0
306
Member Avatar for eranre

I was wondering if anyone can assist me with a problem that I have with C Bluetooth programming (Linux Bluez). I am using Ubuntu 10.04, BlueZ 4.60. My goal is to have a L2CAP socket in which there will be minimal delay for sending data between 2 computers. So far …

0
190
Member Avatar for Vampiricx3

hey guys, I'm studying to be a pro C++/Java programmer and are currently working in Ubuntu, is this a suitable choice? Or is there a more suitable linux distro?

Member Avatar for jbennet
0
323
Member Avatar for emorjon2

hi all! i have a serius problem with the USB keyboard. I've installed Ubuntu but when the OS choosing menu comes up, the keyboard doesn't work, which make the ubuntu worthless :( I have installed ubuntu before, on a previous netbook running windows XP and then the keyboard worked without …

Member Avatar for jbennet
0
295
Member Avatar for FelineHazard

Hi all, I am attempting to install [URL="http://www.csc.liv.ac.uk/~greg/sshdfilter/"]sshdfilter[/URL] on my ubuntu 10.4 LTS machine. This package is supposed to block ssh-bruteforce attacks. It does that by adding blocking rules to iptables when multiple bad ssh logins are detected, and blocks the ip that initiated them. This package usually relies on …

Member Avatar for FelineHazard
0
270
Member Avatar for luiseduardo14

Hey guys, i'm trying to compile this piece of code with nasm in Ubuntu. It's a boot loader for a simple operational system i'm doing as a university project. [CODE][BITS 16] ; 16 bit instructions [ORG 0x7C00] jmp word load db "ONYXDISK" ; OEM Label String dw 512 ; Bytes …

Member Avatar for NotNull
0
384

The End.