Displaying 20 results from an estimated 4000 matches similar to: "Over-riding changes in modules and classes"
2011 May 02
0
Puppet bootstrap: via cdist
Good morning puppets,
as stated for reallife, "one always meets more than one time",
this is true for puppet and me: Although I''m migrating away from
puppet [0] to cdist [1], a customer requests a new puppet installation.
This brings me again to the question on how to bootstrap a new puppet
infrastructure, which we did with a shell script or a Debian package
and then running
2013 May 15
1
[PATCH] Expose remote forwarding ports as environment variable
Good evening gentlemen,
the attached patch against openssh 6.2p1 exposes remote
forwarding ports to the remote shell:
targethost % ssh -R 1234:localhost:22 controlhost
controlhost % echo $SSH_REMOTE_FORWARDING_PORTS
1234
targethost % ssh -R 0:localhost:22 controlhost
controlhost % echo $SSH_REMOTE_FORWARDING_PORTS
54294
targethost % ssh -R 0:localhost:22 -R
2018 Jan 20
2
Can anyone help with a quick app_record.c module improvement and can explain over-riding modules?
On 20 January 2018 at 23:30, Tim S <tim.strommen at gmail.com> wrote:
> I have seen this take over 2 seconds before on a sluggish machine.
Thanks - my host uses SSD and everything seems pretty quick, but I'll
give it a 1 second pause.
> you'd need to pipe that to a Google Speech API tunnel.
> That's probably not something you can hack away at with simple
> Asterisk
2018 Jan 20
2
Can anyone help with a quick app_record.c module improvement and can explain over-riding modules?
On Saturday 20 January 2018 at 18:45:49, Jonathan H wrote:
> Oh, what a good idea! That's exactly the kind of lateral thinking I
> was hoping someone would come up with.
>
> I thought it was called MixMonitor, and tried to wrap my head around
> it but couldn't.
MixMonitor is related, but different (and as the name suggests, automatically
mixes the two channels, so I
2018 Jan 20
2
Can anyone help with a quick app_record.c module improvement and can explain over-riding modules?
Just a quick and dirty thought, try the MONITOR application.
Pseudo-code:
Anchor-point
PLAYBACK ("press or say")
MONITOR (use the split audio files mode, not the mixed - this way you can
roughly separate which side did the "talking")
READ (audio file "1 to 5", try to grab one digit)
STOPMONITOR
IF (READ variable timed-out, send the incoming half of the monitor file
2006 May 07
1
Canada on Rails presents.. Riding the Rails Workshop - May 27th & 28th
Canada on Rails presents, Riding the Rails Workshop on May 27th and 28th in
Vancouver, BC, Canada.
This is a two day intensive workshop for those eager to get into Ruby on
Rails. Alex will drive you through the principles behind Ruby on Rails, such
as MVC, convention over configuration, Code Generators, and the other core
principles driving Ruby on Rails to be the most celebrated technology
2007 Jul 31
1
form_for - over riding the controller that generates the form
Hello,
I am trying to install my login and search forms as default parts of
the layout. This is the code I am using:
<% form_for :user, :url => {:action => ''authenticate''} do |f| %>
<p>Username:<br /><%= f.text_field :username, :size => 30 %></p>
<p>Password:<br /><%= f.password_field :password, :size => 30
2009 May 04
6
Best mobile SSH client?
I'm up for a cell phone contract renewal and am considering upgrading
my handset. I looked at some devices at my local AT&T store but
nothing really jumped out at me. I'm particularly interested in a
cell phone that has a reliable ssh client, with ssh-agent and public
key authentication abilities. Those of you who administer systems
remotely, what mobile ssh client do you recommend?
2009 Jun 03
4
Good md5sum snapshot tool?
I have a server that is undergoing some patching soon and would like
to make note of any files that have changed after the patching is
complete. Can you recommend a tool that uses md5sum snapshots to do a
quick before and after test, showing anything that's changed on a
particular file system?
2011 Mar 07
5
/etc/hosts - hostname alias for 127.0.0.1
Can anyone point out reasons why it might be a bad idea to put this
sort of line in your /etc/hosts file, eg, pointing the FQDN at the
loopback address?
127.0.0.1 hostname.domain.com hostname localhost localhost.localdomain
2008 Mar 13
3
Good version control package?
We have a directory full of installation and configuration scripts
that are updated on a fairly regular basis. I would like to implement
some sort of version control for these files. I have used SVN and CVS
in the past, but I thought I'd ask if anyone can recommend a simple,
easy-to-use tool that would be better than cvs or subversion for this
fairly simple setup.
2010 Aug 31
4
e2fsck with millions of files
I have a large (1.5TB) partition with millions of files on it. e2fsck has
been running nearly 12 hours and is still on "Checking directory structure".
Any tips for speeding this along?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100831/8653d551/attachment-0002.html>
2010 Mar 04
4
Permissions problem
What am I doing wrong here? I need to be able to write to /var/cvs.
This used to work before I moved these groups into an LDAP directory
instead of /etc/group:
[scarolan at watcher:/var/cvs]$ touch test.txt
touch: cannot touch `test.txt': Permission denied
[scarolan at watcher:/var/cvs]$ ls -ld
drwxrwsr-x 4 cvs cvsgrp 4096 May 18 2008 .
[scarolan at watcher:/var/cvs]$ id scarolan
2009 Jul 20
3
Limit RAM used by a perl script
I have a perl script which runs from a cron job. How would you limit
the amount of RAM that this script is allowed to consume? Is there a
ulimit setting that will accomplish this? If so does ulimit have to
be run each time the script is run, or is there a way to set it
permanently?
2012 Jun 28
4
Optimizing grep, sort, uniq for speed
This snippet of code pulls an array of hostnames from some log files.
It has to parse around 3GB of log files, so I'm keen on making it as
efficient as possible. Can you think of any way to optimize this to
run faster?
HOSTS=()
for host in $(grep -h -o "[-\.0-9a-z][-\.0-9a-z]*.com" ${TMPDIR}/* |
sort | uniq); do
HOSTS+=("$host")
done
2005 Dec 29
7
NEW RAILS SITE: Riding two bubbles at the same time
Today we finally opened the doors to "Street Easy" (http://
www.streeteasy.com/), a Real Estate Research Site for New York City.
It was built by two guys in three months. It doesn''t have tags, but
it has google maps. It rides two bubbles at the same time. It''s like
road kill: the price tags will shock you, but you won''t be able to
stop browsing around.
2008 Nov 05
3
Check my math please
Ok this is kind of a goofy question but I want to make sure I get it
right. Suppose we have a 25 mb video, that is 117 seconds long. If we
wish for this streaming video to play smoothly with no compression,
buffering or skipping, the following bandwidth requirements must be
met:
25 megabytes = 204800 kilobits.
204800 kb / 117 seconds ~ 1750kb/s
Does that look right to you?
2008 Sep 18
4
Strange ! characters inserted into emails
I have never encountered anything like this before, so thought I'd post here
and see if anyone can help.
We have a java application that sends out notification emails to end-users.
The body of the email is some boilerplate text and HTML that is pulled from
a database. When the emails are received there are random instances of " !"
(that's a space and a bang symbol) inserted
2008 Oct 14
3
Sendmail and pmtu discovery
We have an issue with some customers who refuse to accept ICMP traffic
to their mail servers. It seems that they have put Mordac, preventer
of information services in charge of their firewall policy
(http://en.wikipedia.org/wiki/List_of_minor_characters_in_Dilbert#Mordac).
My mail logs are showing that customers who specifically disallow ICMP
traffic have many "Connection Reset"
2011 Mar 03
4
Gnu Screen - terminal issues
I really like gnu screen and use it everyday but there's one thing
that is a bit inconvenient, and that's the odd line wrapping and
terminal size issues that seem to pop up. The problem crops up when I
type or paste a really long command, and then go back and try to edit
it; the text starts to wrap over itself and you have no idea what you
are editing. Any fixes for this?