Ubuntu Networking :: Enable FTP For PHP On System?
Mar 4, 2010
I'm just want to know how i could enable FTP for PHP on a ubuntu system... I found a few links but they mostly say that when you install it you have to run
Code:
./configure --enable-ftp
How can i enable it if PHP was installed when we set up the server the 1st time?
View 1 Replies
ADVERTISEMENT
May 25, 2011
I'm using Fedora 15 with KDE, and in the NetworkManager settings I can't set my Ethernet connection to be a System Connection. The box is greyed out. I assume only root can enable this option, but GUI apps typically ask for an administrator password. I did add my user to the "Administrator" group when I installed and I can use sudo and all that.
View 2 Replies
View Related
Apr 2, 2011
I have install squid 2.6 in my cent os 5 system. The proxy server is working perfect using the following method.
Code:
[root@localhost squid-2.6.STATBLE22]# ./configure@--prefix=/usr/local/squid
I want to enable delay pools feature in it.For that purpose I do as following
Code:
[root@localhost squid-2.6.STATBLE22]# ./configure --enable-delay-pools && "configuration successful"
The question is should I configure it as I do it for squid
./configure --enable-delay-pools--prefix=/usr/local/squid
To enable delay pools may I need the correction in the steps which I have taken.
[root@localhost squid-2.6.STATBLE22]#make
[root@localhost squid-2.6.STATBLE22]# make install
In short to enable delay pools may I just use
# ./configure --enable-delay-pools
then
#make
#make install
View 3 Replies
View Related
Mar 12, 2010
How do you I use duel stack i.e How do I use ipv6 packet inside ipv4 packet using fedora kernel 12 ?
View 1 Replies
View Related
Jul 22, 2010
If I do System-Preferences-Personal File Sharing it tells me that I can't enable sharing over the network because "the required packages are not installed on your system". It doesn't tell me WHAT packages I need to install!
View 1 Replies
View Related
Oct 11, 2010
I would like to enable personal file sharing so I can access my laptop (hp Mini laptop w/ ubuntu) from my mac mini (OSX 10.4.11), but the message I get in PFS dialogue box is "This feature cannot be enabled because the required packages are not installed on your system".
View 1 Replies
View Related
Feb 10, 2010
I recently installed Deluge 1.2.0 from the following PPA:[URL]I using this on two different Linux computers. One is running Linux Mint 8 and the other is running Ubuntu Netbook Remix 9.10. The first time on either computer when I enable WebUI in the Deluge GUI it works fine. However if I ever disable it in plugins section I am subsequently unable to re-enable it (doesn't appear in the side panel again). Rebooting or reinstalling Deluge seems to have no effect.Is this a bug or am I doing something wrong?
View 3 Replies
View Related
Feb 24, 2010
I like the system beep because I can tell checkgmail to beep when an email comes, that way my speakers don't have to be on.Anyways, I did a fresh install of Karmic the other day. Something is being weird with me when I try to re-enable the beep. Karmic blacklisted pcspkr in /etc/modprobe.d/blacklist.conf . Here's what happens:I leave "blacklist pcspkr" in blacklist.conf and restart. I do "sudo modprobe pcspkr" and then "beep", and it beeps. Good.
Then I comment out "blacklist pcspkr" in blacklist.conf and restart. I do "beep". Nothing. I do "sudo modprobe pcspkr" and then "beep". Nothing. I do "lsmod | grep pcspkr". It's listed there as it should be. I check with "sudo grep pcspkr /var/log/dmesg" and find no errors.
View 3 Replies
View Related
Jul 23, 2011
Is there a way to enable the system tray to display the icons for running apps in the unity panel like they did in the old gnome ubuntu? For example Pandora.
View 4 Replies
View Related
Oct 13, 2009
As I'm trying to set ACL via "chacl" command, its giving error saying "Operation not supported". So, the syntax part is correct but its not supported.
So, how to enable ACL support on Linux 4.
View 5 Replies
View Related
Nov 26, 2010
Whenever I try loading ksystemlog application I get an error message saying "The file '/var/log/syslog' does not exist". Can anyone let me know how do I fix this issue? Screenshot of the message attached.
View 3 Replies
View Related
Jan 16, 2010
I insert a certain cdrom into my DVD drive, the cd is mounted meaning I do can see the cd rom icon on my desktop. The cd rom icon name is the correct label of the cdrom but when I try to open the cdrom it results to be empty.
Then on the same computer I have installed Virtual Box and the Windows 7 image does read the content of the cdrom.
How can I read the content of the cdrom with ubuntu 9.10?
View 3 Replies
View Related
Mar 26, 2010
I am trying to install *.tar.gz on linux
I am getting error like this
bash: ./configure: No such file or directory
View 2 Replies
View Related
Oct 8, 2010
I am running Ubuntu Server 10.04.01. When I try to start the MySQL service with
Code:
sudo start mysql
, I get this error:
Code:
start: Unable to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
What could I do to fix it?
View 4 Replies
View Related
Jun 17, 2011
Here is my problem: I had a 500GB HDD, with the fallowing partitions:
C - 100GB - NTFS - Windows 7
D - 300GB - NTFS - (for staffs)
H - 100GB - NTFS - unused
Yesterday I installed Ubuntu on tha last one (H), wishing to keep also the others two partitions. Now I can not access the first two, I don't see them any more. In my Disk Usage appears only the linux partition and one "Unallocated Space" of 400GB
Do you think that i have a chance to recover my data from the two partitions that I can't see them? code...
View 7 Replies
View Related
Oct 21, 2010
How to enable system logging in linux. can i check the logfile remotely of another system on same network
View 2 Replies
View Related
Aug 28, 2009
I just loaded 5.3 from the CD's. How do I enable XFS file system support.
View 10 Replies
View Related
Dec 5, 2010
I have Fedora 13 installed on my laptop. For some reason it always seems to run at 1GHz even though the maximum is 1.67GHz (even under 100% load).
The output of cpufreq-info code...
I tried changing the limits by setting cpufreq-set -r -g userspace -c 0 -d 1000MHz -u 1670MHz but the output it still identical (in particular "frequency should be within 1000 MHz and 1000 MHz").
Any ideas how to change the limits?
View 2 Replies
View Related
Dec 6, 2010
How to enable the remote desktop in a Red Hat system?
View 4 Replies
View Related
Sep 16, 2011
I'm running a ubuntu 10.04 box.
I want to enable Mysql on startup.
Typically, I used the following command:
Mysql still doesn't start when system boots.
View 1 Replies
View Related
Mar 15, 2011
how to enable X11 forwarding if I SSH directly into the system, for example:
ssh -X server1
However, I'm trying to get X11 forwarding on a system I don't have direct access to. I need to first SSH into a server I do have access to, server2, then from there I can SSH into server1. I know about port forwarding but I'm not sure how it works with regards to forwarding X11 windows. For port forwarding server1's web page, I'd do this: ssh -L 9999:server1:80 mylogin@server2
Then opening [URL] on my computer would bring up server1's webpage. What is the equivalent SSH command for X11 forwarding so if I typed it and executed gedit for example, that program from server1 would pop up on my Desktop?
View 1 Replies
View Related
Aug 5, 2011
Chkconfig is a utility to update and query runlevel information for system services. Chkconfig manipulates the numerous symbolic links in /etc/init.d/, to relieve system administrators of some of the drudgery of manually editing the symbolic links.
In Debian, there are several tools with similar functionality, but users coming from other Linux distributions will find the tools in this package more familiar.
Go to Terminal and open it and type the command "chkconfig' press enter. code...
after installing just type "chkconfig"
you can see list of service which one is off or on in your system code...
View 1 Replies
View Related
Mar 23, 2010
I have an MSI-RC410 motherboard with onboard ATI Radeon XPress 200 series Graphics card.
I have used OpenSuse-11.0 on my PC for over an year. but when I tried to upgrade to OpenSuse-11.1, I managed to install it only to find that several features were missing. for example /dev/cdrom was missing.
Also install DVD of Fedora 11 did not work.
I have also tried Ubuntu-9.10 live cd. When I boot from the CD i get the initramfs command prompt. Still able to install old versions of these OSs.
What is the reason for this behavior?
Does it have to do anything with the new version of the linux kernel not being compatible with my hardware?
What should i do to install new versions of Linux?
View 1 Replies
View Related
Dec 8, 2010
I've a ibm x3650 with redhat 5.5 x86 This hardware has a feature for online-sparring for the memory.I know it can be seen from the bios. Does anyone know how can i confirm if the online sparring is enable or not from the operating system.
View 1 Replies
View Related
Jun 3, 2010
I've installed a standalone system (no internet connection), and now I would like to add more software from the 7CD I used for the clean installation. I've enabled the 'media-repo' and disabled any other, but when I go to the main menu '->remove/install software' the System shows the message 'Can't find repomd.xml file...' and stops.
What can I do to enable this method?
View 1 Replies
View Related
May 3, 2010
Applied the Lucid Lynx 10.04 over the weekend.
Since then - I am unable to burn DVDs, although I can successfully read DVD's.
Everything worked fine before the upgrade.
Under Lucid Lynx I am able to burn CD's (both data files and .ISO) so it isn't the hardware.
I have tried Brasero and k3b as burners - they issue messages that the burner doesn't like the medium, which is standard DVD-R.
Bear in mind that I could burn similar DVDs *before* the upgrade...
Any help or suggestions on how to fix this please?
View 9 Replies
View Related
Apr 2, 2011
Whenever I start up my laptop i do not get a wireless connection automatically. I have to rightclick network manager applet and select enable networking. After that everything works fine untill i shutdown and restart my laptop. I would like a way to change this so that my wifi connection is working whithout having to click something first..
OS:Xubuntu 10.04 LTS!
hardware: dell inspiron 6000
nm applet: 0.8.?
View 6 Replies
View Related
Apr 30, 2011
I just upgraded to natty last night, and everything is working fine except for the network manager. I can enable and configure the wireless card via bash, but the network manager widget will not manage the wireless card.
When I first boot up, the "Enable wireless" check box is greyed out. After I enable the card via the terminal, the "Enable wireless" check box becomes ungreyed, but every time I click it, it instantly unchecks itself. I feel like Currly from the Three Stoogies. Check, uncheck, Check, uncheck.. "Slaps face repeatedly."
View 2 Replies
View Related
Jun 8, 2011
I am unable to create either a file or a directory in a specified path in Linux.
I am getting the error "No space left on device".
I have checked with df -k and df -i. Free disk space is 28 % and free inodes are 28 %.
What else could be the reason?
View 2 Replies
View Related
Jan 27, 2011
I;m using RHEL5, i have a problem with my wireless lan card, my laptop wireless cant be enable , i always show a inactive in the network configuration property, i know it detect in my box code...
View 10 Replies
View Related