I'm working on a website with multiple developers in multiple locations. Considering the fact that each developers will develop locally, is there a way to sync all changes to a "master" test database automatically on a regular basis?
All right, I'll try to make myself a little clearer:
I want users to be able to ftp to their home directory. No shell access whatsoever and chroot'd there.
With chroot_local_user=YES in vsftpd.conf and /bin/bash in passwd, users can go outside their home directory using a ftp client (sFTP...
RhythmAce,
I appreciate your help, however as I mentioned:
chroot_local_user is set to YES and users can still browser outside their home directory.
Users can't login via FTP when /sbin/nologin is set in the /etc/passwd file.
Any other tips?
Thanks
FnL
Hello,
I am trying to setup vsftp on CentOS.
My test user can connect via sftp and is chroot'd to the proper directory. However she can browse /, /etc, more... and has access to bash.
I want to limit the user to her own directory and no access to bash.
This is the current /etc/passwd
#...
Hello,
.li_pdf {
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#000000;
line-height:20px;
font-size:12px;
list-style-image:url(/images/icons/acrobat.gif);
}
This class is used to style bullets in lists of hyperlinks. The icon (a little PDF logo) indicates to the users...
Hi,
I need to log the precise duration of a session. I can log the time at session start. I do I get the time at session end if, for example, the user leaves by closing the browser?
Duration has to be precise, no timeout after x minutes...
Thanks
FnL
Hello,
I would like to customize the message I get when I use the "_required" tag on form entries.
I get this ugly grey box... Any ways I can change that?
Thanks
FnL
I just wanted to repost chinu123's question to find out if there is any new suggestions out there, one year later.
I am finding myself in the same position, wanting the same information...
Thanks,
FnL
Hi,
I get this error:
Can't locate object method "bootstrap" via package "Crypt::DES" at /home/usr/domain/cgi-bin/lib/Crypt/DES.pm line 23.
When running this:
#!/usr/bin/perl
use lib '/home/usr/domain/cgi-bin/lib';
use strict;
use CGI qw( standard );
use CGI::Carp qw(fatalsToBrowser)...
I am trying to access the content passed via $_POST in a loop. What I'm trying to get is this:
$insAmt_1 = $_POST"['1ins1']";
$insAmt_2 = $_POST"['1ins2']";
$insAmt_3 = $_POST"['1ins3']";
then
$insAmt_1 = $_POST"['2ins1']";
$insAmt_2 = $_POST"['2ins2']";
$insAmt_3 = $_POST"['2ins3']"...
I have a variable using the datetime format "0000-00-00 00:00:00"
How do I proceed to determine if the hour is between 10:00:00 and 15:59:59?
Thanks
FnL
I get it.
Is fair to say that my two first blocks above would be more performant (although less elegant...)?
Which would allow the best performance?
I can I evaluate/test this?
Thanks
FnL
I'm trying to find out whether user_id 5 has
- at least one row with a string the in field timeStamp starting by 2005.
- in at least one of the tables
I tried a join before, but didn't get what I was looking for. Perhaps I had the wrong syntax. If I remember well, it was something like...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.