search for: automation

Displaying 20 results from an estimated 6867 matches for "automation".

2013 Aug 20
2
the best way to run an automation system with iccast?
Hello all, I'm running a radio station on a remote server of which I'm hosting my website on and my ice cast server on, both on the same server. my question is, what would be the best way to run an automation system using ice cast? I have tried liquid soap which is a automation scripting language with ice cast but that didn't work? I have tried airtime, which is also an automation system but even that didn't work. is there any other way that I can run an automation system in ice cast and configu...
2007 Sep 21
3
Automating Web-based Tool Configuration
I''m new to the group, so apologies in advance if I repeat a question that''s already been asked and answered. First of all, I''m very happy to see an open-source alternative to commercial configuration automation tools. My question is this: I manage a collection of tools with web-based administration. They have no external config files, and store their config data in the same database as user data. I would like to apply configuration management and automation to these tools. Has anyone faced and solved this...
2012 May 08
1
Automating R for Hypothesis Testing
...s and columns that correspond to specified months: something to the effect i=name.csv N=length(i$month) iphos1=0 iphos2=0 isphos3=0 for i=1,N if month=1 iphos1=iphos+1 iphos1(iphos1)=i an so on to call out the months into there own arrays (unless there is a way I can wrap it into the next automation) Next: I would like to run a simple linear regression combining each of the months 1 by 1: for instance I want to run a regression on a combined model from months 1 and 2 and a dummy model for 1 and 2, compare them using a Chi-sq distribution, if Chi-sq is less than the Critical value, we accept a...
2016 Mar 08
1
Module Versioning... and other things
On Tue, 8 Mar 2016, Pete Batard via Syslinux wrote: > would. As I mentioned, I've seen reports of ISOHybrids that didn't boot in DD > mode, but that seemed to work using the Rufus process. And you will always be > limited by what the "automated process" that is the ISOHybrid algorithm can > do (which can of course be modified by a developer, but so can Rufus'
2008 Oct 22
4
A matrix automation problem
...i Now combining all those 9 new matrices, I construct a final metrix as : c = b1 b4 b7 b2 b5 b8 b3 b6 b8 I want to automate this procedure for any arbitrary number "i" Can anyone please help me how to do that? Rgd, -- View this message in context: http://www.nabble.com/A-matrix-automation-problem-tp20106932p20106932.html Sent from the R help mailing list archive at Nabble.com.
2013 May 15
2
How to Automate Centos 5.7 CD bare bones build
Does anyone know how to automate a CD Centos 5.7 build.? 1) new bare bones workstation ( PXE enabled) 2) Boot from CD to the boot prompt 3) At the boot: linux ks=http://x.x.x.x/ks/cfg/org/1/label/Centos5.7 The workstation is able to connect to the server and the kick-start works great.! Question: how can I automate? linux ks=http://x.x.x.x/ks/cfg/org/1/label/Centos5.7 on the CD? Unattended
2015 Nov 04
3
Pam_mount not working with "sec=krb5"
...e encrypted > credentials which not worst than clear text. > > Of course it is a security hole: someone can use that keytab to > authenticate. Today, next week... until contained credentials are > valid. The point, for me, is this hole does not comes from the keytab > but from automation which needs credentials stored somewhere. Mathias, thank you for making the purpose and functioning of the keytab clearer for me! I think it is possible to have automation without storing credentials. That is what kerberos authentication is for. Before compiling a more recent version of cifs-u...
2018 Feb 21
2
wiki content management via automation
Hi the CentOS Cloud images and other things are now built from end to end automated pipelines, but the wiki content corresponding to them isnt. Is there something that can be used to do this automation ? I have done some stuff many many years ago, via directly mangling content on the wiki objects, but that might not be the best way forward. thoughts ? Regards -- Karanbir Singh +44-207-0999389 | http://www.karan.org/ | twitter.com/kbsingh GnuPG Key : http://www.karan.org/publickey.asc
2004 Apr 10
4
Automation of c()
Hi, I have around 300 files with the x, y and z coordinates of a DEM that I would like to join in a single data frame object. I know how to automate the import of the 300 data frames. in Bash ls > names in R names<-scan(names...) With rep() and data.frame() construct a series of read.table() commands, which you write to a file and execute them with source(). I do not know however how
2007 May 11
0
Wine release 0.9.37
This is release 0.9.37 of Wine, a free implementation of Windows on Unix. What's new in this release: - MSI automation with JScript/VBScript support. - Various MSHTML improvements. - The usual assortment of Direct3D fixes. - Support for a few more exe protection schemes. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is available at the public s...
2018 Mar 29
5
deployment automation
Suppose tinc is installed on 100 routers in 100 sites. How to automate site-site vpn management across 100 sites? Some kind of vpn management solution? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20180329/90f0198d/attachment.html>
2018 Mar 29
5
site-site vpn setup..
Just search online why in general that is insecure via CLI vs programmatic for first class automation.. there is a reason why snmp, rest, ... exist. On Thu, Mar 29, 2018 at 3:50 AM, Tomasz Chmielewski <mangoo at wpkg.org> wrote: > You've mentioned security issues in your previous email, but now you're > hopping to management issues. > > Have you tried Ansible, Chef or P...
2010 May 05
1
gui automation tool
Hello, I'm trying to configure continuous integration environment on CentOS. Before performing test, need to run GUI tool (written in java) to generate required resources. Is there any GUI automation tool so I can make whole integration purpose automated? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100505/618dff7a/attachment-0001.html>
2005 Feb 25
1
Samba users spreading spam (or automated replies)
Hi Some of the samba users are spreading spam or automated replies. Is there any possible way to stop them? I've got the following two messages after my first post which are either spam or automated nonsense replies: Message 1: From: Jim Crippen <jcrippen@eliteint.com> To: Behrang Saeedzadeh <behrangsa@gmail.com> Date: Fri, 25 Feb 2005 06:21:37 -0600 Subject: Out of Office
2012 May 31
1
Automated essay scoring by R
Hi, I am a doctoral student and I want to have a study about the automated essay scoring system. From some papers the authors mentioned that some experiments of the automated essay scoring study are using the package of the R open source software. I am a new learner of R and I would like to know which package of R can be used to serve this purpose and how to do then. Grateful if you could give me
2006 Apr 06
3
automated testing
Is there a way to automate testing of fxruby applications ... something like Jemmy for Java Swing? -- R. Mark Volkmann Object Computing, Inc.
2011 Jan 01
4
automated remote cloning
Good morning/day and Happy New Year. We have a geographically distributed environment (marketing speak: cloud) where we regularly need to migrate individual systems to new hardware (for bigger disks or for better geographical placement, for example). We currently use Cobbler to do our base installs automatically and I am now looking at integrating Clonezilla with Cobbler. The goal is take an
2010 Jan 15
5
Asterisk 1.4 or 1.6 automated install script for CentOS 5.3 or 5.4
Hi Guys, Other than than yum repository (which fails when installing freepbx with it) are there any automated install scripts out there that would install Asterisk 1.6 or 1.4 onto a CentOS LAMP system? If the script install FreePBX that would be a BONUS. Thanks, Bruce -------------- next part -------------- An HTML attachment was scrubbed... URL:
2002 Jul 09
2
Automating migration of files from windows to samba
Has anyone figured out a good automated way to migrate files from Windows Server to Samba Server without compromising file ownership and permissions? We could just log on as each user and then drag and drop using windows explorer to preserve the permissions and ownership rights but that is not a very efficient method. We are using Samba with winbindd against a windows 2000 Domain
2009 Nov 10
5
winki article contribution
Dave Fernandes I propose a much needed article on using cups from the command line.? This article, fully written and used by myself will automate the process of adding printers to any desktop or server just by running a script file.? It will teach you lpadmin, lpstat, how to setup and install drivers for printers and how to automate the process. I find this useful on client sites (who love linux