Software :: Program To Share Pictures Online Via Apache And PHP?

May 2, 2011

I'm seeking recommendations for sharing photos and albums online, via Apache.

I once used a very good piece of software, written in PHP, which integrated very nicely with Apache, but I forgot its name completely; I though it was Stacy, but I couldn't find it.

View 2 Replies


ADVERTISEMENT

General :: Where Would I Upload A Distro To Share It Online?

Jul 8, 2011

As soon as I get the hang of remastering, I am planning to remaster my distro (I have MEPIS 8 now, but will switch to either 9 or 11) to do two things: install KDE Trinity (I don't like KDE 4), and remove all extraneous software: games, "toys," and specialized programs that it was peculiar to include on the liveCD in the first place (such as jbidwatcher, a program for monitoring eBay bids). Oh, and I'll try to make it fit into one CD (not one DVD). Since I don't like downloading DVD-sized distros in the first place ( DVDs cost more!), I might download the latest antiX MEPIS and modify it to my liking.

If I successfully remaster a new version of MEPIS to my specifications, I might as well try to share it online in case anyone would want it. Where would I upload a Linux distro to share it?

View 5 Replies View Related

Ubuntu Multimedia :: Change Default Program For Opening Pictures On A Camera?

Mar 23, 2010

I have this problem, however the solution given there is outdated- There is no such menu entry (I tried to see if it was disabled, but it wasn't in the menu editor either).

So how would I do this in Karmic?

Edit: I found it. As a reference: Open Nautilus, go to Edit-> Preferences -> "Media" tab -> Photos -> Your choice.

View 1 Replies View Related

Ubuntu Networking :: Script To Mount Share Only If Online?

Jan 17, 2010

I'm trying to make this script that can check if the computer is online using

Code:
ping -c2 $HOST | grep 'received' | awk -F',' '{ print $2}' | awk '{ print $1}'
and then run

Code:
gvfs-mount smb://address

to mount the share. The idea is to have it check every five seconds or something until it finds the connection. writing the script because I don't really know about programming.

View 9 Replies View Related

Ubuntu :: How To Install Online Program

Mar 9, 2011

I'm still learning my way around Ubuntu Linux. I tried "yum" and got this:

rpm: To install rpm packages on Debian systems, use alien. See README.Debian.
error: cannot open Packages index using db3 - No such file or directory (2)
error: cannot open Packages database in /var/lib/rpm
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in <module>
yummain.user_main(sys.argv[1:], exit_code=True)
File "/usr/share/yum-cli/yummain.py", line 229, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 84, in main
base.getOptionsConfig(args)
File "/usr/share/yum-cli/cli.py", line 184, in getOptionsConfig
enabled_plugins=self.optparser._splitArg(opts.enab leplugins))
File "/var/lib/python-support/python2.6/yum/__init__.py", line 192, in _getConfig
self._conf = config.readMainConfig(startupconf)
File "/var/lib/python-support/python2.6/yum/config.py", line 772, in readMainConfig
yumvars['releasever'] = _getsysver(startupconf.installroot, startupconf.distroverpkg)
File "/var/lib/python-support/python2.6/yum/config.py", line 842, in _getsysver
idx = ts.dbMatch('provides', distroverpkg)
TypeError: rpmdb open failed

Do I have any other options besides Yum?

View 5 Replies View Related

Debian :: Iceweasel Can't Find File At /usr/share/doc/cups/online-docs/admin

May 12, 2010

[code]...

to do administrating job by clicking "Adding Printers and Classes" or whatever. However, unfortunately, what I get today is

Iceweasel can't find the file at /usr/share/doc/cups/online-docs/admin.

So, click "Overview of CUPS" insted, then scroll halfway down, click "Administration" under Where Do I Begin? BINGO, you can proceed. My penguin is Debian squeeze AMD64.

View 1 Replies View Related

Ubuntu :: Program For Watch Television Online?

Apr 3, 2010

do we have any program for watch television online?

View 4 Replies View Related

Ubuntu Multimedia :: Cannot Pull Pictures From SD Card. Pictures Half Green Or With Lines?

May 1, 2011

Running Ubuntu 10.10 along side Windows7 on a 64-bit HP Pavilion dv7 Laptop. Everything works in Windows. Everything works in Ubuntu, except for 2 things.1) I can live with not being able to enable/disable wifi.) I cannot read photos from an SD card plugged into the laptops SD card reader. When I open the SD card in Ubuntu, I can see the file name, but the thumbnails show messed up pictures. Usually, the bottom half of the photo is solid green, and there are usually lines running through the photo, or it is divided into quadrants with one quadrant being ok, but the rest having the green and/or lines.I assume the driver for the card reader is not correct. Card reader works fine in Windows. So I have to reboot into windows, copy pictures from reader to a folder, then reboot into Ubuntu and I can see and open the photos just fine. Just cannot read and copy them from the card while in Ubuntu.

View 8 Replies View Related

Server :: Set Up A Program Or Application Online To Be Used From A Client Computer?

Apr 20, 2010

Is there a way I can install a windows program to webspace and run it from a linux client computer? To specify, I'm a student at the University of Minnesota. I have access to linux machines running Ubuntu, however, the space allocated to us is too small for the program I would like to run on these computers. I do have webspace I can use though. The thing I'd like to be running on the linux computers is a windows application requiring installation. So is there a way to put/install/(whatever else it might be called) this program onto my webspace and be able to run it from the linux computers? I know it's probably unlikely, but maybe?

View 4 Replies View Related

General :: Free Online Server To Upload Program For Execution

Jan 17, 2011

I am outstation and having laptop with windows and internet connection. I want to check one small program on linux. kindly tell if some free linux server is available on internet where I can upload my program, compile and execute. The program is generic and there is no restrictions regarding linux version.

View 2 Replies View Related

Fedora :: Make Apache And Another Process Share Port 80?

Nov 11, 2009

I have made out a little software as to talk with my friends through network . there are two parts : one is listening to receive messages ,the other will send messages. but the firewall is bothering .so I want to know if I can make my software listen to port 80 while apache is also running .

View 11 Replies View Related

Server :: Share NFS Drive Content To Web Port 80 Using Apache?

Nov 2, 2010

My goal is to provide file access through HTTP to all of my NFS shared drive that i dedicated for public access.

Is it possible to create a website using HTTP which list all of the contains of my NFS shared drive to the public ?

it is failed even just to showmount, in Windows i usually access it using \10.2.2.50Volume_1 on the windows explorer.

Code:
root@sv6:/etc/apache2# apt-get install nfs-common
root@sv6:/etc/apache2# showmount
clnt_create: RPC: Program not registered
root@sv6:/etc/apache2# showmount -e 10.2.2.50
clnt_create: RPC: Port mapper failure - RPC: Unable to receive

View 5 Replies View Related

OpenSUSE Network :: Mounting Apache WebDAV Share On Windows 7

Aug 12, 2011

I want to setup a SSL encrypted WebDAV share on my OpenSUSE 11.4 server that is accessible from the internet. Everything is working fine when using Windows XP or Linux clients, but a connection with Windows 7 is not possible ("the selected folder is not valid").

I already searched for a solution to this problem I tried several setups:
- with and without encryption
- with Basic authentication
- with Digest authentication
- without authentication

I did not have success so far. Is there any solution to this (except not using Windows 7)? Or can anyone confirm that this should be working (and maybe my configuration is messed up)?

View 1 Replies View Related

OpenSUSE Network :: Where Apache Benchmark Program 'ab' Is For

Jun 17, 2011

Does anybody know where the Apache benchmark program 'ab' is for opensuse? I don't find it installed or in the standard repositories.

View 3 Replies View Related

Networking :: Program - Allows One To Share Torrents - P2p Files Over Lan Or Home Network

Aug 14, 2009

Is there a way/program currently that allows one to share torrents / p2p files over lan or home network?

View 1 Replies View Related

Software :: Touch: Cannot Touch `/usr/share/apache-tomcat-6.0.32-src/logs/catalina.out': No Such File Or Directory

May 31, 2011

I want to install tomcat so i followed the steps mentioned in below link: [URL] After going through the steps i checked for

Code:

./startup.sh

but it showed me the error

Code:

touch: cannot touch `/usr/share/apache-tomcat-6.0.32-src/logs/catalina.out': No such file or directory
/usr/share/apache-tomcat-6.0.32-src/bin/catalina.sh: line 372: /usr/share/apache-tomcat-6.0.32-src/logs/catalina.out: No such file or directory

when i went through my "/usr/share/apache-tomcat-6.0.32-src/" there was no "logs" folder so i tried

Code:

find / -name catalina.out

but it returned nothing.BTW i have installed "apache-tomcat-6.0.32-src", "java-1.6.0". Please if any one could look into the problem and provide me the solution to error mentioned above and why there is no "logs" directory in "/usr/share/apache-tomcat-6.0.32-src/".

View 5 Replies View Related

Networking :: Share The Implemented "c" Program For Scanning The Available Wireless Network

Feb 17, 2011

share the implemented "c" program for scanning the available wireless network.

View 2 Replies View Related

Ubuntu Security :: Configure The Share And Folder So That The Win7 Client Can Create Files And/or Folders In The Share?

Jan 15, 2010

I've just installed Ubuntu 9.10 and Samba 3.4. I've shared a folder and have accessed the share from a Windows 7 client. However, I've struggled to configure the share and folder so that the Win7 client can create files and/or folders in the share. Kept getting Permission Denied errors. Finally, (using Webmin) I set the permissions on the file folder so that "Other" had write access. I don't understand why this was necessary (and how unsecure this is). I already had the write access checkbox ticked for "User" but it wasn't enough.

View 1 Replies View Related

Ubuntu :: Share Files And Folders But It Does Not Allow To Select Share Folder

Sep 20, 2010

1. I have Ubuntu 10.04.1 installed alongside Windows Home premium 7 on a Compaq CQ5110f with 2 dual processors, 320 GB HDD, 4 gb Ram, less than a year old/ It is giving me some error messages. It is wanting to lock the drive or various programs after being left unused for a few minutes, I have not found where I can disable this. I do not need passwords, really. I am the only user. I reinstalled it once, on top of itself (Ubuntu) and it worked fine briefly, then started doing it all again.

I use to sometimes install Ubuntu as a windows app. on a previous version, maybe 9.04 - 9.10, but think I can not do it on this version?

So, Can I install as WIndows app on this version of Ubuntu? CAn I install Ubuntu on one drive alone, and windows on the other drive alone, install both in same computer and get dual booting? I think before, to do that I had to reset boot drives in BIOS to whichever I had the OS I wanted to use?

Or MUST they be installed on same drive for dual booting to be available?

I am attaching screen shots of the messages I get, etc. I have tried to share files and folders, but it does not allow me to select Share this folder as some security thing is not installed, And the time I am required to enter password to use comp[iter after being idle a few minutes, seems to be tied to my folder, which is JOHN. I may have to think about removing Ubuntu from this drive, add a SATA drive and use two, one for Windows and one for Ubuntu.

View 5 Replies View Related

Server :: Can Mount WinXP Share But Not Win7 Share In Fstab

Jun 8, 2010

this has happened in different distros, so far i have tried slack, arch, and mint at work i have an xp box with a shared folder i created. on my linux box i setup fstab as follows

Code:

//winxp/temp$ /home/user/temp cifs rw,uid=1000,gid=1000,credentials=/home/user/.creds 0 0

this gets mounted correctly and i can read/write the shared folder at home i have a win7 box that i create a share on and use the exact same code in fstab, but it wont mount the share. i get something like permission denied or access denied is there a difference in how winxp and win7 share folders? my usernames on the linux boxes match those of my windows boxes at each location. i have given my win accounts full access and control over the win shares.

View 9 Replies View Related

Slackware :: SAMBA Share Option 'grayed Out' In The Share Dialog?

Mar 18, 2011

I am attempting to share a folder from an existing drive that has been formatted in NTFS. I simply right click on the folder, goto share, and I can see the option to share to UNIX and that works with no problems. My question is; why is the SAMBA sharing dialog grayed out?

View 1 Replies View Related

SUSE / Novell :: Clear Apache Cache Without Restarting Apache Server?

Feb 4, 2010

Any one have an idea How to clear apache cache without restarting apache server.

View 5 Replies View Related

Server :: Tunnel Apache Virtual Host To An Internal Apache?

Jan 24, 2010

I am upgrading my server and I have a lot of sites. Since I cannot take my server down for a few days, maybe a week until I manage to migrate all the sites to the new machine, I figured I could migrate them one by one. After migrating one, I would somehow tunnel the requests of that name virtual host to my internal machine. When everything is migrated, I would then switch the machines, update ip's and stuff and everything will work just fine.

However I cannot seem to find a way to do this tunneling. is this at all possible? If not, what alternatives do I have?

View 5 Replies View Related

Ubuntu Security :: Configure SMB Share Via Nautilus-share?

Apr 28, 2011

equivalent of "force_user" when sharing with nautilus-share? To put this question into context, I have shared out a folder with "Allow others to create ..." and "Guest Access ..." turned on via the GUI (I believe nautilus-share is applicaition behind the GUI). When Guest accounts create files or folders, I want the owner of the files or folders to be a specific user, rather then "nobody". In a Samba Server, I know you can use the parameter "force_user" in the smb.conf (under an individual sharename) which will specify the owner of the files and subfolders created through the share.

I have tried to add this parameter to the files created in /var/lib/samba/usershares but the owner of the files and folders are still "nobody" (NOTE: I rebooted the PC after making the change to the file) I have just done a fresh installation of Ubuntu 10.10 Desktop with nothing else installed (except the current Updates and the necessary components needed when sharing folders) As a follow on question, I also want to set the permissions for files and folders. To replicate what the "create_mask", "force_create_mode", "directory_mask" and "force_directory_mode" parameters do within a Samba Server.

View 1 Replies View Related

Fedora :: Create 360 Pictures ?

Nov 30, 2010

I have seen on some sites 360 pictures that you can click on and look round an image like a car etc.. Has anyone ever done this? if so how!

View 2 Replies View Related

General :: Browsing Pictures On A Mac?

Oct 12, 2010

After many years using linux, I decided to buy a mac. Now my main problem is: how do I synchronize pictures within my linux machines and the mac?

I have been using digikam in linux, and I like it because I can just browse the pictures directly from my directories (and it is easy for me to keep directories synchronized within mac and linux).

I have been testing iphoto and aperture, which are quite nice but if use them, my understanding is that I have to import all the pictures into these softwares, and this doesn't seem to be the ideal solution for me. I tried picasa, but I don't find it as good as iphoto and aperture. On the other hand it allows me to browse directories, without having two copies of the same pictures.

View 2 Replies View Related

Ubuntu :: Pictures Not Available For Upload?

Jan 18, 2010

On several websites, such as WordPress and Facebook, when I go to upload pictures, in the window that pops up, all that I see is a big, empty box, even if pictures are in there. For example, let's say I navigate to my picture folder to choose a picture of my dog to upload. Neither the picture nor any of the other pictures in the folder will appear. Just a big, gray box, almost as if the folder were empty. Strangely, random pictures that I have downloaded from the web, such as one of Martin Luther that I have, show up. But even then, not all the pictures that I have downloaded!

This is perplexing to say the least!

Is this happening/has this happened to anyone before? Is it a bug in Ubuntu or have I neglected to download something important?

View 2 Replies View Related

Ubuntu :: How To Get Pictures From Camera

May 1, 2010

I plug my camera into my computer and a window pops that says a camera has been detected. There are two buttons, "Ignore" and "Import Photos". I click on "Import Photos" and nothing happens. I'm wondering if I can just navigate to a folder where I might find the pictures, kinda like /media/cdrom/ to get to a cd.

View 6 Replies View Related

Ubuntu :: Way To Recover My Pictures

Jun 17, 2010

i decided to install ubuntu 10.4 and in the process i deleted my files (pictures).. i did not move from windows xp or 7. i was using ubuntu 9.10..please tell me there's a way to recover my pictures.

View 9 Replies View Related

Ubuntu :: Inserting Pictures On Vi / Vim?

May 17, 2011

Title is self explanatory.

Is there any way i can accomplish this?

View 1 Replies View Related







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