Displaying 20 results from an estimated 24 matches for "macky".
Did you mean:
hacky
2002 Feb 19
3
Linux and SMB using single passwd
...patch to set my win98 clients to use non-encrypted passwords.
Could I use pam_smb to authenticate the Linux box against its own smb server
then use encrypted smb passwords?
I understand that if the smb is not running, unix users will not be able to
log in but this will not be a problem.
TIA
Macky
2002 Feb 19
0
RE Linux and SMB using single passwd
...ail to the user without them having a local unix
user. I have this working very well with LDAP and NIS where I only add a NIS
or LDAP user but no unix users and I can still deleiver mail so the users are
unaware of the Linux part.
The person who admisters this will not have a clue about Linux.
Macky..
Steven Mackenzie wrote:
>
> I don't use PAM, but I get the functionality that you want (I think!).
>
> (I use 2.2.X as a PDC, but I don't think any of this is PDC specific).
>
> I have
> security=user
> encrypt passwords=yes
> passwd program=/usr/bin/passwd...
2006 Aug 15
3
update or alter cart
I want to modify and update the items in the Depot - "display_cart".
Since the cart is in a session, its a little hard to get at the data.
I just want to create a way to change quantities, prices and
recalculate.
Has someone done this, and could you point me to the right direction.
Thanks
Chas
--
Posted via http://www.ruby-forum.com/.
2012 Jun 05
1
Fwd: --link-dest does not appear to be linking on Cygwin
Hi:
I have attempted to following some instructions to use --link-dest in
order to preserve space for multiple backups. I'm using rsync on
Cygwin with a NAS (ext4) which does support hard-links on the
filesystem. I've written a short program that does attempt to create a
hard-link on this NAS from Cygwin and it does look to be working. If I
run ls -li on the NAS the inodes are the same.
1999 Mar 26
3
*ALERT*: ADM Worm. Worm for Linux x86 found in wild.
...whether it's wise to release the FTP-location
I would recommend everyone to just look over their daemons, and run
something like nessus against theirselves...
Greetings,
Jan-Philip Velders
---------- Forwarded message ----------
Date: Thu, 25 Mar 1999 16:26:59 -0700
From: "Ben Cantrick (Macky Stingray)" <mackys@MACKY.RONIN.NET>
To: BUGTRAQ@NETSPACE.ORG
Subject: ADM Worm. Worm for Linux x86 found in wild.
1. Summary
On the week of 3/7, a polite mail from a system administrator at a
company in Russia tipped me off to one of our Redhat boxes portscanning
one of their subnets...
2007 Dec 26
1
data.frame - how to calculate the number of rows
Hello,
it seems to be a simple problem, but I couldn't find an answer in the
archiv. (I think, it must has something to do with the group-select, like in
php)
I've the following data.frame:
A B C
1 3 6 5
2 4 4 20
3 5 8 2
I want to get the number of the
2002 Aug 22
2
Calculating dispersion in glm
Hi all,
How is dispersion calculated within the glm function in R ?
Cheers
_________________________________________________________________
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body",
2004 Dec 16
4
Tracktion
This is being offered gratis till the end of december by Mackie. This one
might just be coaxed into running under Wine which would be quite an
achievement.
Kudos: 1. The program, though free, needs be registered to a "machine number".
Did this under Windows, did not get that far using Wine. Might need a second
copy just for the Linux runs.
2. The program searches for all its own
2007 Dec 24
1
aggregation with two statistical functions - mean and variance
Hello,
using the syntax
aggregate(daten[,c(3,4)], list(A,B), mean)
I'm getting the following data.frame:
A B C D
1 35 1 6.16000 5
2 47 1 31.24333 20
3 54 1 26.81773 2
4 3 2 12.99000 7
5 4 2 6.49000 1
C and D are both means. But now I want to
2007 Mar 13
2
flac fails encoding 88.2
I do the following to init flac:
encoder = FLAC__stream_encoder_new();
e = FLAC__stream_encoder_set_do_mid_side_stereo (encoder,
numChannels == 2);
e = FLAC__stream_encoder_set_loose_mid_side_stereo (encoder,
numChannels == 2);
e = FLAC__stream_encoder_set_channels (encoder, numChannels);
e = FLAC__stream_encoder_set_bits_per_sample (encoder, jmin (24,
2006 Jan 21
1
Request for Proposal: On-Site Rails Training
Don''t let the bureaucratic aspects of this RFP bother you: we''re eager
to find and work with a good trainer to get our developers up to speed
on RoR, and there''s a possibility of a paid Rails-evangelist gig as
well. If that sounds like something you would be interested in and
qualified for, I hope you will get in touch with us and submit a
proposal. --Chris
2006 Jan 05
3
Rails setup for multi-user environment?
Is there a way to set up rails on a shared server so that multiple
developers don''t each have to install their own copies? We''ve got an
(internal) shared-hosting server to which I want to add rails, but I''m
not even sure it''s possible, much less how to do it.
Basic scenario (machines are Linux):
1 - scripting server, serves PHP and perl via Apache.
1999 Apr 15
0
2.0.3 on HPUX 11.0, problem that I can't get past
I'm trying to run 2.0.3 on HPUX 11.0, and thus far have not had any luck.
I can run testparm without any error message. I've tested many smb.conf
files, some from the examples directories, others from web sites, and many of my
own creation, but all give the same set of errors. It's because none of
the changes that I make to smb.conf have any impact that I'm starting to
think
2010 Dec 25
0
For sale Yamaha DGX-640 Grand Piano Keyboard for $450USD
We are wholesale supplier of DJ equipment here in Taiwan.We have various model in stock such as Guitar,Amps/Effects,Bass,Drums,Keyboards,Live Sound in stock.interested buyers should contact us at the below address
yangmiaofenggear at yahoo.com
yangmiaofenggear at hotmail.com
Pioneer DJM 909 ...................$500USD
PIoneer DJM 700 ...................$450USD
Pioneer DJM 800
2007 Mar 14
0
flac fails encoding 88.2
--- Roland Rabien <Roland.Rabien@mackie.com> wrote:
> I do the following to init flac:
>
> encoder = FLAC__stream_encoder_new();
>
> e = FLAC__stream_encoder_set_do_mid_side_stereo (encoder,
> numChannels == 2);
> e = FLAC__stream_encoder_set_loose_mid_side_stereo (encoder,
> numChannels == 2);
> e =
1999 Mar 29
0
Re: ADM Worm. Worm for Linux x86 found in wild. (fwd)
...public and can be found at:
http://adm.isp.at/ADM/ADMw0rm-v1.tar
The public version solely exploits the name server iquery bug,
although it is fairly easy to make it exploit ANY remote vulnerability.
(Put in BSD/Sun exploits and it wouldn't be too linux specific anymore. :&)
Ben Cantrick (Macky Stingray) wrote:
> How it picks the IP addresses to scan is not
> presently known to me. Presumably, the "gimmieip" binary takes care
> of that. Someone with more time can dissect it and post the results.
True, it will start with a random IP number, then scan sequentially
onwar...
2013 Apr 23
1
Dialplan reload not reloading everything
Good morning,
We recently fell back to the most recent build of asterisk 1.8 down from 11.3 and I believe we've crossed some sort of limit for 1.8. Our dialplan is 515723 entries long with 6263 distinct contexts. Both are loaded realtime via odbc (mysql). Previously at the end of a dialplan reload we would get a summary of how long it took to reload everything. Now it just shows the last line
2009 Nov 07
0
Nov 7 TODAY & Nov 22 - Join Global FreeSW GNU(Linux) HW Culture meeting via VOIP - BerkeleyTIP GlobalTIP - For Forwarding
CONTENTS: Meeting days/times & Howto - Mark your calendar's dates;
Videos; Hot topics; Opportunities; Announcement Flyers; New webpages
=====
Come join in with the Global Free SW HW & Culture community at the
BerkeleyTIP/GlobalTIP meeting, via VOIP.
Two meetings this month:
Sat Nov 7, 12Noon - 3PM Pacific Time (=UTC-8)
Sun Nov 22, 12Noon - 3PM Pacific Time (=UTC-8)
Mark your
2006 Apr 28
3
[OT] How to pick a shared host
I''m *not* looking for vendor recommendations or dis-recommendations --
I''m looking for the right *questions*, not the right answers :-)
I''m giving a talk in a couple of weeks which has to include a segment on
how to pick a good shared hosting service. The audience are
institutional clients looking to support web-apps ranging from
organizational intranets to
2006 Apr 08
76
MIT vs GPL vs LGPL for open source project
I intend to release a project I wrote with Rails.
What is the right licensing scheme for a web application (content
managing system) which could grow with plugins and add-ons ?
Personally, I would prefer the GPL but does that mean any add-on to the
CMS (like task management) will have to be GPL ?
If some people contribute to the code could it still be double-licenced
so that the people who