2,228 Topics
![]() | |
Hi everyone, i would warmly appreciate any help from this forum as it has really thought me a lot. I've set ubuntu as the default OS in a dual boot using easyBCD with time set to 0sec. however i can no longer boot into windows since it's bootloader is configured … | |
HI all, I am new to linux envitoment. I installed ubuntu 12.04 server edition. First I installed apache2 and tried to run a web site specially drupal site. I was unable to do that as some file permission errors. how ever I removed apache2 and now I install lampp for … | |
can any body give me the correct syntax of for loop to be used in vi editor in ubuntu..... i know like this....:- for (( initialisation;condition;increment )) do "statements for do" done | |
I have Snow Leopard. I installed rEFIt via the package. Then I installed Ubuntu via this guide (dual boot): https://help.ubuntu.com/community/MactelSupportTeam/AppleIntelInstallation Afterwards everything worked, and I could even boot Ubuntu without using rEFIt. I decided to uninstall rEFIt since I had no need for it. So I followed the instructions here … | |
like windows, where can i find all instaled softwares directory...ex in ubuntu? please help. your help would be appreciated. regards, techy. | |
Some time ago I briefly looked into installing Ubuntu 11.10 (or above) on my dell xps17. I remember there were quite a few issues (sorry can't remember which ones, it was long time ago) and I was wondering if anybody could let me know if I can install it without … | |
hello i am having problems installing my zte broadband in ubuntu 12.04 or even fedora 17. can anybody help out. | |
I have Ubuntu 11.10 installed but recently i can't paste ANYTHING outside my root folder being it on an external drive or a different partition. The 'paste' option actually becomes greyed out. I warmly appreciate any help please. | |
My computer has USB keyboard and mouse. After using the Windows installer to install Ubuntu on my system and rebooting, the duel-boot menu popped up where I can select either Windosw 7 or Ubuntu. The problem is that my keyboard doesn't work at that point because it is USB, so … | |
I've got an Ubuntu home server up and running and I've also just set up ftp service on it. I got the service up and running and I can view the ftp page from another computer in my house by typing ftp://192.168.1.16 in the address bar. The problem it's pretty … | |
I am new to Linux, and C++. Usually when I used Java, I could just use javac Something.java and run it using java Something. How do I compile my own c++ code without the help of an IDE? Also I am using Linux Ubuntu 12.04 | |
how to connect ubuntu(11.10) network printer on centos(6.2)? | |
I recently compressed a whole username(I think the file was DeveloperBackup and I think the extention was .gz but I'M not certain) in ubuntu and I had one copy of the file on my ubuntu laptop and one on my external HD. I know this sounds really stupid of me … | |
I've uploaded two files, one is a screen shot of my the ftp address to my server and the other is the ftp settings files that is sitting on my ubuntu server. I'M not understanding how it works. Where in the ftp settings to I designate a directory for the … | |
after pulling my hair out with this one, I'm afraid I'm going to have to turn the knowledge of those much wiser.....again! ok so here's the problem, I am following the following two railscasts: [deploying to a vps](http://railscasts.com/episodes/335-deploying-to-a-vps?autoplay=true) [asset pipeline in production](http://railscasts.com/episodes/341-asset-pipeline-in-production?autoplay=true) My setup: Ubuntu Server 12.04 nginx unicorn ruby … | |
I'm trying to write a program that needs to detect key presses, which I've already done using this code I found online: TERMIOS = termios def getkey(): fd = sys.stdin.fileno() old = termios.tcgetattr(fd) new = termios.tcgetattr(fd) new[3] = new[3] & ~TERMIOS.ICANON & ~TERMIOS.ECHO new[6][TERMIOS.VMIN] = 1 new[6][TERMIOS.VTIME] = 0 termios.tcsetattr(fd, … | |
Is there an option that can be passed to GDB to make it happy with callee cleaning up stack. push eax push rbp push 0 call AddVals ret AddVals enter 28, 0 ;... Bunch of code leave ret 24 1) If I single step "si" into AddVals and right through … | |
My Ubuntu version is 12.04. I'm simply trying to include GL/glu.h in my program, but I get the error: `fatal error: GL/glu.h: No such file or directory` I include it like this: `#include <GL/glu.h>` I have libgl1-mesa-glx-dbg, libgl1-mesa-dev, mesa-common-dev all installed. | |
i have a dual boot(tri) win7, Xp, ubuntu. i can login using ubuntu and & xp, but not 7. both xp & 7 am browsing with IE8. Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; … | |
Hy I want to install ubuntu on android netbook using a usb data link and my pc I have seen on the web a video where is used and eeepad from asus Can I do this with my goclever i102 netbook? Thank you in advance | |
Hello =) I have a lilte problem with my dhcp server.. when i try to start isc up.. i got this message "failed to start" syslog: > Jul 1 15:31:11 nectioon-home-server dhcpd: Internet Systems Consortium DHCP Server 4.1-ESV-R4 > Jul 1 15:31:11 nectioon-home-server dhcpd: Copyright 2004-2011 Internet Systems Consortium. > … | |
Hi, I'm new to Linux. Hv been trying Ubuntu, and now sticking to Mint. I'm subscribing to P1 Wimax using usb modem called [URL="http://www.p1.com.my/wimax/overview_ref.aspx"]Wiggy[/URL] There's no driver for linux provided. Wonder if someone can help .... | |
I have been working on a linux/unix course. I am an apprentice at a server administration company and part of my homework is related to Xserves and how to use them. I have been stunted in my attempts because I cannot get NX to work. I have a windows 7 … | |
Hi, I am running Ubuntu 12 on Virtual box and I am using GCC to compile this simple C program that has simple OpenMp pragmas : #include <stdio.h> #include <omp.h> #define MAX 10000000000 void main() { unsigned long long i,j,k,l; int threadnumber; #pragma omp parallel shared(i,j,k,l) { threadnumber = omp_get_thread_num(); … | |
Hey, Im a little new to apache and have just installed it on my ubuntu remix netbook, ive got it working fine but for some reason its not doing anything in the .htaccess files, ive created some random directorys inside /var/www/... and put a .htaccess which only has "deny from … | |
Source code **NASM** on **Ubuntu 12.04** This demonstrates Input/Output algos using syscall and how they can be implemented in a fairly condensed loop. These routine do not conform to any specific call convention and without modification won't interface with higher level languages. My code is stand alone assembly and doesn't … | |
# Show # This procedure doesn't conform to any particular calling convention. It is designed specifically to work with other subroutines designed by me. Any of my examples won't be using and standard library functions either. Not because I think they are inadequate, but rather give me complete independence and … | |
I recently got an ubuntu server up and running in my house. Is there a way I can set it to suspend or hybernate or whatever youi call it so long as hard drive stops spinning and uses less power? What I would like is a way to wake it … | |
I'm looking to learn about linux; Computers in general (complete beginner). All the online tutorials that i have used started off at basic level, then quickly go into complex computer jargon (I assume their intended audience were people coming from Windows). I'm looking for a comprehensive book with no gaps … | |
I'M reading a Linux book and I've come to a section on setting up an NFS service on my home network server. I was told to exid the file /etc/exports. The problem is, I think the book was written for Fedora and my home server is powered by Ubuntu Server … | |
hi friends, i have recently installed Backtrack5 in separate partition, Everything is going well but i want to connect to internet in backtrack5 but i have dialup connection. Like ubuntu or fedora there is no network connection option. can anyone know how can i connect to internet ? **Thanks...** | |
I'm having trouble trying to run the unoconv command in a .jsp file. Here's my code : String pyfilelocation = request.getRealPath ("/") ; String[] cmd = new String[4]; cmd[0] = "unoconv"; cmd[1] = "-f"; cmd[2] = "html"; cmd[3] = "temp.doc"; Runtime rt = Runtime.getRuntime (); Process pr; String helplocation = … | |
I've got a linux ubuntu media server running in my house but I've got two small problems with it. How can I set it with a perminate IP so I will not have to physically go to the box each time I turn it on to check the IP? Also, … | |
So, I just did a fresh install of ubuntu 11.10, and am in the process of reinstalling gsl. For some reason, my old make file seems not to work, and am trying to figure out how to change it. Last time I had a similar problem, people in here were … | |
Just got ubuntu server up and running and now I'M trying to get samba installed on it. When I type samba at the prompt it says "samba not sintallled type sudo apt-get install samba4" to install samba. When I do I get the following. Reading package list...done Building dependancy tree … | |
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 … | |
I just installed Ubuntu Server but I'M not getting any network activity, let alone an internet connection. When I type ifconfig I only get the local ip address of 127.0.0.1. I have connect the eth0 port to one of the open ports on my wireless router and I'M still getting … | |
Hi, Suddenly my Laptop sound is not working. Even headphones are not working when I plug it to my laptop. When I select sound from control panel it says 'No Audio Device'. I have Ubuntu 10.04 installed along with windows XP. The sound has disappeared in ubuntu also. Please help. | |
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 … | |
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. | |
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 … | |
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 … | |
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 … | |
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? | |
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 … | |
Hey, İm currently using ubuntu 12 as my os. İs debian good as ubuntu? worth to use? thanks for answers. | |
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? … | |
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**: … | |
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 … |
The End.