Fedora :: Can't Browse Local Php Files?

Jun 11, 2011

I have installed apache using the appropriate 'yum' commands.I didn't experience any problems during the installation.My problem is that I am not able to see any php file I created myself (I have installed php too).The only php file I can see is the one I created using this:

Code:
su -c 'echo "<?php phpinfo(); ?>" > /var/www/html/index.php'
Then I am able to see the information from the above file.

[code]....

View 5 Replies


ADVERTISEMENT

Ubuntu :: Amarok Crashes Whenever Configure Or Browse Through Local Files

Mar 7, 2010

I've recently been using amarok and liked it a lot. I unchecked the show system tray in configuration, restarted amarok and then checked it again. Now amarok crashes whenever I go into configuration or browse through local files. I have tried reinstalling and deleting the directory ~/.kde/share/apps but no use.

View 1 Replies View Related

Ubuntu :: How To Browse Local Disks

Jan 18, 2010

log in ubuntu (i use Ubuntu v9.04) , and i go to Places->Computer, but i can't access to my local disks?A notice of error is:Code:Could not display "computer":Nautilus cannot handle "computer" locationsWhat's this error? How to fix it or only reinstall Ubuntu?And i have another question: How to install GTK+ , i want to find GTK+ deb file, but i can't. I install GTK+ by compile source code, but when i compile, in my ubuntu don't find package ATK,cairo.... But i don't know exact what's ATK, cairo. I can't find it.

View 1 Replies View Related

Fedora Hardware :: Browse Net All Files .exe Format Which Is Only Compatible With Windows

Jun 19, 2010

i had got an external USB modem, infact any indian would know that Reliance has this Net Connect which they give by which we can surf through the net. Although fedora is detecting this i dont know as to how i can browse the net using this since all the files are in .exe format which is only compatible with windows.

View 1 Replies View Related

Debian :: Thunar Doesn't Browse Local Network

Apr 2, 2016

I've configured Debian 8.3 on AMD quad cores Opteron, for change, i've choise XFCE4. The desktop work fine, but thunar doesn't browse my local network, i cannot see my other computer ! I think there are missing an applet ? but whitch it ?

View 2 Replies View Related

Debian Configuration :: Nautilus Can't Browse Local Network

Apr 21, 2010

I have a new Debian 5.04/ppc install on a G5 tower and it's not able to browse the local network. The clean install could see the network, then I installed the Samba server, and it hasn't worked since. Samba server never really worked, and I'm guessing I messed something up. I've reinstalled network-manager, and removed / reinstalled samba.

I have a small home network (6 machines) running wired and/or wireless, pc/mac and linux.This machine can PING other machines by name and IP address.This machine can PING itself by name and IP address
Other machines can PING this machine by IP address only, not by name.Nautilus network browser only shows the "Windows Network" icon, which, when clicked, shows an empty window.I've got networking up fine on all my other machines but this one is stumping me.

View 1 Replies View Related

General :: Konqueror Updates To Local Files / Executing Local Binaries?

Dec 9, 2010

One of Konqueror's unique features is that i can name a local process as the action in a form. When i submit that form, the local process is executed. Very helpful for certain offline tasks. What would make it even better is if i could find a way to pass some data to that local process from the html page. This could be the content of a hidden input item, etc. Alternatively, if there is a way for Konqueror to create or update a local file with data from the html page, that would acheive the same end.

View 1 Replies View Related

Fedora :: Updating From Local Files

Jul 10, 2011

I need to update a system, but the network connection is way too slow to run yum over the network. I have the update directory downloaded. Can I have yum get files from local files?

View 1 Replies View Related

Ubuntu :: Browse Files Of An Mp3 Player In U10.04?

May 26, 2010

I know this is probably an extremely easy question... but does anyone know how to browse the files of an mp3 player in ubuntu 10.04? when i insert it it shows up in rhythmbox, but i'm unable to browse the files manually... i also looked under media and it isn't showing up. any ideas?

View 2 Replies View Related

General :: Browse Other Xubuntu Installation Files?

Oct 17, 2010

My hard disk has two xubuntu 9.04 installation.

one installation in partition /dev/sda1

and another installation in partition /dev/sda5

if I running xubuntu installation in partition /dev/sda5, how to browse other Xubuntu installation files in partition /dev/sda1?

View 1 Replies View Related

Ubuntu :: Connect Iphone And Browse Files On It Out Of Box?

Aug 1, 2010

Can I connect an Iphone to Ubuntu and brows files on it out of box? Or do I need any program for that.. Now I mean axessing files from the memory/mem-card not the phone itself..

View 1 Replies View Related

Ubuntu :: Browse And Copy Files To Iphone 3G?

Jan 17, 2010

I simply want to move files between my jailbroken iphone 3G and my Karma desktop.Is there an easy way to achieve this. I don't really want to use Virtualbox with Win installed into it and thereafter Itunes.I don't need or want to sync anything - just move the odd files around.I installed ifuse but all I can see is the DCIM i.e picture folder when I connect it to the desktop.Right now I have to email the file to the iphone and save it like that but this is just a workaround

View 3 Replies View Related

General :: Cannot Browse Files Downloaded Or Copied Across Network

Jan 9, 2010

I have ran into a permissions problem. It seems that any file I have created with Fedora I can browse to in Firefox. I cannot browse to files that I have downloaded from the internet or copied locally across our network. I changed file permissions to 755 and 777 for these files. I even thought that maybe it was the php file content that was causing the issue. So, I copied the file content from file 2 into file 1. File 1 was the file I could always browse to since I created it in Fedora. I could still browse to file 1 after it had file 2's content.

I look at the permissions and they appear the same for both files. I am not sure why I cannot open the other files. I downloaded phpMyAdmin. I cannot hit any of these files in a browser. I also copied some files from a a backup location we have internally. I cannot browse to any of these files either. I used chmod 777 filename. Even after doing that I could not hit any of the files. I moved the files into my document root directory ( /var/www/html ) and I still cannot browse to these files.

View 3 Replies View Related

Debian Configuration :: How To Browse Files / Music After Connecting IPhone 5s To PC

Dec 28, 2015

I want to browse files (including music) on my iPhone5s from my PC, which is running Debian 8.2 "Jessie" with MATE desktop environment.

I ran Code:

Select allsudo apt-get install bluetoothctl in the command line, then after I run Code: Select allbluetoothctl,

I did this:

Code: Select allpower on
devicesĀ  # To get the iPhone's MAC address
scan on
agent on
discoverable on
pair IPHONE_MAC_ADDRESS_HERE
trust IPHONE_MAC_ADDRESS_HERE
connect IPHONE_MAC_ADDRESS_HERE

I can connect Debian and my iPhone just fine, but where do I go from there?

How do I browse my iPhone's files from Debian?

I've also posted this on Unix Stackexchange [URL] ....

View 2 Replies View Related

OpenSUSE Hardware :: Unable To Browse The Files Inside Mobile?

May 23, 2011

I'm using a Samsung mobile to connect internet.in Ubuntu i can browse the files inside the mobile and can be connect to internet at the same time.in opensuse both gnome and kde my device is detected but i can only connect to internet using it.i can't browse the mobile files

View 6 Replies View Related

Ubuntu :: Unable To Browse My Files Using Remote File System / Why Is So?

Feb 14, 2010

I am new to XUbuntu and I cant seem to browse my other hard drives connected to my system, It keep saying Connecting to "60 GB Filesystem" failed.Authentication is required.
how do I browse my other hard drives in Xubuntu?

View 1 Replies View Related

Ubuntu Networking :: Connect Machines Together (via A Modem / Router Of Course) To Browse Files

Jul 27, 2011

I have 2 machines both using U 11.04, one of them being Studio. I have tried to connect them together (via a modem/router of course) to browse files but I can't connect. I get error messages. I've installed samba and everything.

View 1 Replies View Related

General :: Can Browse Files Via Windows Mount Point But Not Through The Server/share

Aug 20, 2009

Using SUSE 11 with Gnome. I mounted a CIFS share from a Windows server as /mnt/win. With the file browser, I can browse to file system/mnt/win and then the files and folders of the Windows share come up fine and I can open them. When I use the file browser to browse to network, the server hosting this share is listed. Then I browse to that server and it lists no shares (nothing at all). I can't go any further than the server. Is there a separate authentication necessary for the file browser to see this share from the network place?

View 2 Replies View Related

Fedora :: F14: Ping But Cannot Browse The Web?

Nov 7, 2010

I've just done a clean install of F14.have a wired ethernet connection (no wifi).Initially, I was able to browse the web with Konqueror... but after doing a big package update, and installing Firefox, I can no longer browse any website (Unknown host errors).The strange thing about this is that I can ping successfully via hostname

View 2 Replies View Related

Fedora Networking :: Unable To Browse In F14

Dec 7, 2010

I have a acer aspire. I recently dual booted with xp and fedora14. we have wifi in the campus and the problem is : I am able to connect to wifi & browse in xp but on the other hand with fedora I am able to connect and the signal is also pretty strong, but I am not able to browse.I am using a firefox mozilla, we also have a proxy for which I have configured all the setttings.The error being displayed is "connection time out".

View 1 Replies View Related

Fedora :: Nautilus Can't Browse Network

Dec 11, 2010

if I click on Network in the side bar I get Could not display "network:///" Nautilus cannot handle "network" locations.so how do I browse the "samba" network? why doesn't this work out of the box?

View 13 Replies View Related

Fedora :: Cannot Browse The Directory All Users

Dec 25, 2010

I have followed this howto but I can not browse the directory all users. [URL]

View 14 Replies View Related

Fedora :: Unable To Browse Network

Jul 4, 2011

I just installed FC15 from scratch, and everything seems to be working OK, except that I cannot view other computers on my local network. I didn't have any problems when I was running FC13.I am able to get on the internet, and view the website I configured on this machine, but anything "network" related I cannot see.But now when I open Network, I am presented with MYGROUP, WORKGROUP, and my domain name (which is my actual "workgroup" as I don't have a domain). I cannot get to any of them - get the same timeout error as above.

View 10 Replies View Related

Red Hat / Fedora :: Cannot Browse Through Internet In Firefox

Feb 13, 2009

When the dsl modem connected to net I cant browse pages through my fedora9 in my desktop. I never had the same prob before I used it a hour ago now it is not working. The connection established symbol comes and the ip addresses are assigned by dhcp and the connection is eth0 and I can use the same in windows xp so the router and internet connection have no prob. I cant ping through fedora and I can ping my own IP address, I can access my router only the browsing have problem my browser is firefox.

View 1 Replies View Related

Fedora Networking :: Unable To Browse Internet Using F10

Feb 13, 2009

From today, I am unable browse internet using Fedora 10. Before this, I was using net in F10 with no problem, F10 was automatically configuring for net settings. But now I cannot connect to internet in F10, but I can connect to internet using windows xp. I have ADSL modem which automatically connects to internet when it is switched on. When I press any site name in Firefox it won't display any thing (in status it shows done).

And even following command not works.
Code:
ping www.google.com

But following command works fine ( I know yum search for software in repo using internet). I wonder how this commend works, while I cannot browse web.
Code:
yum search player

(I am completely dependent on linux). One more thing before occurrence of this problem I had installed xmms, xmms-mp2 and xmms-skins. I don't think this created problem.

View 4 Replies View Related

Fedora Servers :: Can't Browse Applications Using Ip Address

Apr 6, 2009

I just setup an application (phpcollab) on a linux machine, I was able to browse the app using localhost, but each time i try browsing it using the ip address, a blank page loads with a message saying "No input specified".

Whenever I try browsing the app from other systems on the network, I get a page cannot be found error message even though the other machines are successfully pinging the linux machine's ip address.

I need to browse it with the ip address because the app is to be accessed from other machines on the network.

View 3 Replies View Related

Fedora Networking :: Can't Browse Internet But Cant Ping On F10

Jun 19, 2009

I'm using FC10 on my box at work. It is behind an anthenticated proxy for internet connection. In Gnome, I configured the Network Proxy through the GUI, as my browsers too.

So I can browse internet pages, install packages thru Add/Remove Software GUI, but I cant do it in the command line, using yum install, for example. Then trying to figure it out, I saw that it cant reach the package mirrors. It isnt a DNS problem, I set the /etc/resolv.conf correctly, as the host command works correclty. I can ping the local pcs on the network too. Firewall is disabled. Below some simple tests:

[rtovo@davinci ~]$ ping mirrors.fedoraproject.org
connect: Network is unreachable
[rtovo@davinci ~]$ host mirrors.fedoraproject.org
mirrors.fedoraproject.org is an alias for wildcard.fedoraproject.org.

[Code].....

View 3 Replies View Related

Fedora Networking :: Bind And DNS : Ping Ok But Can't Browse

Dec 28, 2009

I've got a weird problem on my fedora 12.

My computer is running behind an ISP box, Firewall shut off, SELinux disabled.

I've a local IP address : 192.168.0.2 dynamically given by the ISP through DHCP

I've got bind installed. I've defined a domain (let's call it mydomain.com) in the /etc/named.conf this way :

Code:
//
// named.conf
//
// Provided by Red Hat bind package to configure the ISC BIND named(8) DNS

[Code].....

Finally, the named service is running.

Here is the trouble : I can ping my domain, but when I try to browse to this domain in my browser, the connection is rejected !

View 2 Replies View Related

Fedora :: Double Click To Browse Folder?

May 4, 2010

"Browsing" folders is my preferred method compared to "opening" many windows, can Gnome be set up to do this by default with a double click?

View 2 Replies View Related

Fedora Networking :: Cannot Browse Windows With Samba

Jun 13, 2010

I can browse, add and delete files on my fc13-64 machine from windows xp or vista. But not from the fc13-64 machine to or from any of the windows machines. I have installed samba, smb and nmb are running (reliably) selinux is disabled and the firewall is on; although i have noticed with it off I can't browse in either direction. Can't browse windows with samba but can browse samba with windows, is a problem I overcame with fc-12 but I can't remember how.

# Samba config file created using SWAT
# from UNKNOWN (127.0.0.1)
# Date: 2010/06/13 11:16:24
[global]
workgroup = OFFICE
server string = Samba Server Version %v
log file = /var/log/samba/log.%m
max log size = 50
cups options = raw

[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No

[Public]
comment = George's Public Folder!
path = /home/george/Public
read only = No
guest ok = Yes

[Downloads]
comment = Downloads in George's folder
path = /home/george/Downloads
read only = No
guest ok = Yes

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved