3,299 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for veledrom

Hi, I wish to install Fedora 14 to my laptop as optional OS along with Win7. I've partitioned the hard drive as follows: 1. Recovery partition 2. C: NTFS (Windows 7 is running currently) 3. D: NTFS (My personal files mp3, pictures, videos .... here) 4. E: NTFS (Fedora 14 …

Linux and Unix hard-drive
Member Avatar for ljdellar
0
273
Member Avatar for George.Storm

As above, they all get stuck on: 'waiting until /dev is fully populated' A couple of lines above is something about line 71: stop_network: not found But I think it's to do with the realtek network adaptor on the board (H55N-USB3) which isn't overly supported (had trouble getting freenas to …

Linux and Unix debian ubuntu
Member Avatar for Stefano Mtangoo
0
274
Member Avatar for krishvij

Hi, I was trying to configure multiple zones on my DNS on RHEL3 Box. The first zone went fine. The named service was stopped at that time. I started that service and then everything went fine. then i created another zone. But i did not stop the service while editing …

Linux and Unix dns
Member Avatar for micksatana
0
2K
Member Avatar for alaa sam

Hi everyone I'm using Ubuntu 10.10 , I used the default burner which was installed automatically when I downloaded Ubuntu 10.10 , every time I burn a CD the process ends with an error and the CD becomes unusable . Is there's any Nero burner for Ubuntu ? Or any …

Linux and Unix ubuntu
Member Avatar for alaa sam
0
132
Member Avatar for veledrom

Hi guys, This will probably be very easy for some of you but I failed even I had a website examples. I want [COLOR="Red"]http://s12345.webspace.info/http/myapp/[/COLOR] to bew replaced with [COLOR="Green"]http://portal.myapp.co.uk/[/COLOR] How can I do this with htaccess? Thanks in advance

Linux and Unix apache
Member Avatar for veledrom
0
106
Member Avatar for ayanbizz

I tried to download fedora 15 but I got a link for dvd iso but I have a cd-rom but not a dvd drive so what should I do?

Linux and Unix
Member Avatar for Stefano Mtangoo
0
159
Member Avatar for Stefano Mtangoo

Hi, I have The mentioned Box and it is working with windows. But I always use my Linux box (a lot of my data are there) and I would like to use it with Linux (Ubuntu Debian). Please help me point where I can fond drivers. Product: LW-UTVFM USB TV …

Linux and Unix debian ubuntu
0
128
Member Avatar for libathos

hi i recently updated my ubuntu 10.10 into 11.04. and when i tried to enable the compiz configuration for animations,wobly winow etc etc it kinda crashed.now i don't have the left bar with the applications. also my windows dont have the upper bar with the minimize/maximize/close icons.....

Linux and Unix ubuntu
Member Avatar for libathos
0
88
Member Avatar for libathos

Can anyone tell me how can i install the xlib.h library in the gcc compiler of ubuntu?

Linux and Unix ubuntu
Member Avatar for libathos
0
197
Member Avatar for montjoile

I have sound in my laptop speakers, but when I connect the headphones, the sound still come out from the speakers. I have tried a MILLION different things. Anything works. I modified the alsa-conf file, but I still have the same problem does anyone knows how to solve this problem?? …

Linux and Unix ubuntu
Member Avatar for montjoile
0
212
Member Avatar for ayanbizz

I am currently using Windows XP in my pc.Now,I want to use linux and create a dual booting system.How to do that?Also ,can anybody suggest how to install linux through a pen drive..

Linux and Unix
Member Avatar for uv4u
0
173
Member Avatar for happygeek

On the 11th September a customer of the [URL="http://www.pcworld.co.uk"]PC World[/URL] computer superstore in Colliers Wood, London took his laptop back for an under warranty repair. The computer was only a few months old, and a crack had appeared near the left hinge which is indicative of an internal joint failing. …

Member Avatar for dews
0
927
Member Avatar for rotten69

Hi everyone, I am just having a few issues with Ubuntu system on my machine. It doesn't fix broken packages and everytime, I want to install/remove a software from my machine, it says "can't locate PACKAGE NAME" Now, I want to re-install Ubuntu. I logged into my other OS which …

Linux and Unix ubuntu
Member Avatar for jbirdsall
0
264
Member Avatar for winecoding

I am trying to list all of the files including a function, e.g., matrixCal. How to do that in linux. Thanks.

Linux and Unix
Member Avatar for Go_bots
0
179
Member Avatar for jrotunda85

I've been having a reoccurring issue with my VPS since I moved to a new company and I'm trying to figure out what the issue is. There are a few different things going on (I believe they are all connected) -- [LIST=1] [*]When you visit a page that doesn't exist, …

Linux and Unix apache cpanel http-protocol
Member Avatar for jrotunda85
0
288
Member Avatar for narlapavan

...how to update system time permanently in solaris through c++. ...how can i login into superuser(su) account through c++ code in solaris.

Linux and Unix
Member Avatar for dpa.clt
0
167
Member Avatar for sham51

hi guys !!!! if any one can let me knw where i can find a unix downloadable file tat would be really helpful.... i dont mind the version , though would prefer the latest.... plz take immediate notice and help me!!!1 am in a bit of a hurry.... thank u …

Linux and Unix unix
Member Avatar for conbot
0
231
Member Avatar for N1GHTS

I am developing an OpenGL application (mostly 2D Ortho) compiled in gcc. As a requirement, in order to offer remote online tech support for the application, I need to be able to view and control this application remotely from time to time using something like VNC viewer. I tried using …

Linux and Unix opengl
Member Avatar for N1GHTS
0
225
Member Avatar for geekme

I'm working on ubuntu 10.10 , n have installed php5 and apache 2 but when I try to open a .php file by giving the complete url in the browser it pops up the window( refer thumbnail).Please help.I'm a beginner and I'm stuck on this god knows since when.

Linux and Unix apache php ubuntu
Member Avatar for JasonHippy
0
590
Member Avatar for alaa sam

hi I'm learning new language right now and i want to type in it , I'm using ubuntu 10.10 and I downloaded the language (Korean language) but when i type things I get the English letters not the Hangul ones , so how can I type in Hangul ??

Linux and Unix ubuntu
Member Avatar for alaa sam
0
132
Member Avatar for geekme

Have downloaded apache 2 in ubuntu 10.10 through terminal screen and also php5 but when I type the server address in the browser, it asks for a username and password .I tried giving the login username and password( the one with which I created my ubuntu login) but that wont …

Linux and Unix apache ubuntu
Member Avatar for JasonHippy
0
194
Member Avatar for askhari139

I accidentally installed 2 xp's on my pc and now i want to replace one of them with linux operating system.... Someone please guide me....

Linux and Unix operating-system
Member Avatar for FragFighter
0
143
Member Avatar for winecoding

I am trying to understand one test script, which includes [CODE]if [ ! -f mahout-work/reuters21578.tar.gz ]; then echo "Downloading Reuters-21578" curl http://kdd.ics.uci.edu/databases/reuters21578/reuters21578.tar.gz \ -o mahout-work/reuters21578.tar.gz fi[/CODE] What does the condition of [CODE]! -f mahout-work/reuters21578.tar.gz [/CODE]mean? And what does [CODE]curl http://kdd.ics.uci.edu/databases/reuters21578/reuters21578.tar.gz \ -o mahout-work/reuters21578.tar.gz [/CODE]stand for? Thanks.

Linux and Unix
Member Avatar for alaa sam
0
251
Member Avatar for geekme

Have been using ubuntu 10.10 with complete wifi access but recently when I upgraded it to 11.04 it shows no wifi.Please help.

Linux and Unix ubuntu
Member Avatar for nonshatter
0
100
Member Avatar for ajbest

You will have to excuse if this question seems stupid but while I am a fairly skilled PHP developer I am a total newb when is comes to apache and server config. I am trying to have a single page accept all the request for directories on my site unless …

Linux and Unix apache http-protocol wordpress
0
125
Member Avatar for happygeek

A specialist mobile software management company, [URL="http://www.redbend.com"]Red Bend Software[/URL], has today announced what it claims to be the first Linux based mobile phone complete with fully over the air customizable software. The breakthrough has been made possible by partnerships with companies such as Digital Airways, Opera, Synchronica, Trolltech and Zi, …

Member Avatar for madihaghafoor
0
459
Member Avatar for mi.mac.rules

I'm trying to startup my Ubuntu Apache install and there's a problem loading LDAP modules that I can't seem to resolve: [QUOTE]httpd: Syntax error on line 65 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2.2/modules/mod_authnz_ldap.so into server: /usr/local/apache2.2/modules/mod_authnz_ldap.so: undefined symbol: apr_ldap_url_parse [/QUOTE] Any help would be appreciated, thanks.

Linux and Unix apache ubuntu
Member Avatar for madihaghafoor
0
888
Member Avatar for JeyC

I use ubuntu netbook edition on a Samnsung N150. Used to work fine. * But network manager does not appear at startup anymorw. * Under preferences > I have the following enabled ... nm-applet --sm-enable Because this is ubuntu netbook edition I don't have the standard menu to access > …

Linux and Unix ubuntu
Member Avatar for andrewll2
0
332
Member Avatar for efmesch

I had no problems connecting to wi-fi with my Ubuntu OS. The first time I set up, my computer effortlessly identified and connected to my home network. However, I would like to scan the air to find out if there are any other networks in my range. How does one …

Linux and Unix ubuntu wireless-networking
Member Avatar for efmesch
0
186
Member Avatar for rijvana

hi frdz.. i brought one web camera(enet PC camera) for last year. That time i used windows Xp.so it worked well in windows environment. now i m using linux(mandriva).. i want use tat camera again.. i dont hav any drivers related 2 tat camera.. wat i do now?.. plz frdz …

Linux and Unix webcam
Member Avatar for rijvana
0
203
Member Avatar for kartisathis

hi frndz... i m new to linux i need to config sendmail MTA and i hav to use procmail as filter and cyrus as LDA... plz help me guys ... i need a sendmail config file for the above mentioned options ....

Linux and Unix apache
Member Avatar for kartisathis
0
256
Member Avatar for vishalbhavsar

hi, i m using Ubuntu 10.10 on my laptop and our college has got wifi campus. but my laptop does not detect any wifi connection available. is there any special package required?

Linux and Unix ubuntu
Member Avatar for i-hate-blue
0
139
Member Avatar for Stefano Mtangoo

I though I would share [URL="http://mwanateknolojia.wordpress.com/2011/03/28/use-your-mobile-phone-as-bluetooth-modem/"]this trick[/URL] with you! Enjoy :)

Linux and Unix wordpress
Member Avatar for Stefano Mtangoo
0
134
Member Avatar for pucivogel

Hi everyone i'm learning linux now and i'd like to know what can be defined as a complex command on linux and how to program(apply) it on the terminal i know simple commands like ls, cd, mkdir and lots of others.Also can u tell me please how can i program …

Linux and Unix
Member Avatar for JasonHippy
0
212
Member Avatar for jschultz0614

This may not even be the correct location to post this thread, as I can not find anything "yet" this will have to do. I have looked high and lo on google for an answer to this problem and as of yet have not found a "definitive" answer or a …

0
146
Member Avatar for newsguy

I stumbled across an interesting interview with Linus Torvalds over at [URL="http://apcmag.com/7012/linus_torvalds_talks_about"]apcmag.com[/URL] in which the man himself would appear to be confirming that there will be no Linux kernel 3.0 The first hints are given when he responds to a question concerning why the 2.6 kernel has been around for …

Linux and Unix apache linux-kernel
Member Avatar for Tellalca
0
622
Member Avatar for prem2

Dear all, I am using linux . My system is connected to local network and i have local address as 192.168.1.1 . There are more number of systems in my organization.I want to list out, Ip address = list of sites used today. For example, 192.168.1.2 =>google.com,yahoo.com etc. Is there …

Linux and Unix
Member Avatar for prem2
0
171
Member Avatar for ivan3510

Hi! I have htaccess file with this: [CODE] deny from all [/CODE] When I open the directory, access is forbidden! But when I open some file, it doesn't work. Can somebody help me?

Linux and Unix apache
Member Avatar for ivan3510
0
95
Member Avatar for stupendousomega

I'm running Arch Linux on my computer and I found a Toshiba External SuperMulti Drive. Model: PA37610-1DV2 I plug it in and it doesn't work. Doesn't even detect it. The reason I'm using it is it's faster than my internal drive and my internal drive doesn't burn dual-layer. So... Any …

Linux and Unix
Member Avatar for stupendousomega
0
470
Member Avatar for _Zak

I installed Ubuntu the other day and I have been having some problems. Upon installing Ubuntu, I rebooted and selected Ubuntu to boot. After about 10 seconds, all I get is a black screen with a mouse. I restarted again, same procedure, it loads perfectly fine. Basically 50% of the …

Linux and Unix ubuntu
Member Avatar for khakilang
0
133
Member Avatar for mariko

I downloaded the latest WINE and I know it works because I downloaded two windows only compatible programs and they work. But now I'm trying to download and execute the .exe file for an awesome online game. It executes the file and a window pops up with the agreement terms. …

Linux and Unix ubuntu
Member Avatar for mariko
0
221
Member Avatar for Thisisnotanid

Hi everyone! I am new to Ubuntu and Linux in general, and as is to be expected from such a disposition, have landed myself in trouble. I installed Ubuntu with WUBI and later created a new .disk file with larger capacity to accommodate the growing needs of my system. The …

Linux and Unix ubuntu
0
227
Member Avatar for KenPeterson

hi friends I have a Linux in my notepad and when i insert a pen drive it give the error. How can i access my pen drive in Linux. if any code or trick please suggest here. thanks in advance!

Linux and Unix
Member Avatar for crunchie
0
203
Member Avatar for cisco expert

Hi linux users, After i installed Ubuntu Server 10. It restarted and boot with command line mode. I dont know how to run what sudo command to get graphic mode? And how to enable telnet for root user . Thanks

Linux and Unix ubuntu window-manager
Member Avatar for cisco expert
0
220
Member Avatar for khess

Time to enter the Wayback ([URL="http://en.wikipedia.org/wiki/WABAC_machine"]WABAC[/URL]) Machine to an experience I had with a new Linux user and compare it to today's more tech savvy audience. The year was 1997 and I had settled in for the evening with my [URL="http://www.guinness.com/"]favorite beverage[/URL] and a bit of channel flipping, when I …

Member Avatar for ru60hz
0
972
Member Avatar for ravanan

Hi all, Can anyone post me the source code for mount and umount operation in linux 2.6 kernal. Thanks in advance.

Linux and Unix
Member Avatar for ravanan
0
269
Member Avatar for tallship

I was urged to do this write up in the form of a new thread... so here we go! --- Installing from source on Linux is indeed about as easy as it gets (Much easier than installing a wYNd0z3 app). There are excellent tools to accomplish this in Slackware Linux …

Linux and Unix app-store redhat slackware
0
159
Member Avatar for alaa sam

hey I'm new to unix and i've just downloades ubuntu , so can anyone give me a link to find all the commands can be used in the terminal to do things

Linux and Unix ubuntu unix
Member Avatar for alaa sam
0
175
Member Avatar for ozlem.a17

I have 2 virtual hosts set up and was wondering how would I have Apache serve: a) all file extensions? b) certain file extensions?

Linux and Unix apache
Member Avatar for saina-8
0
147
Member Avatar for ravanan

hi all, I'm woundering why mounting of floppy drive takes lot of time in 2.6 when compard to 2.4 kernel? can antone please explain.or did i made any mistake in mounting. For mounting i gave #mount sourcedir destnationdir Thanks in advance.

Linux and Unix
0
107

The End.