similar to: manifest for files executable on windows

Displaying 20 results from an estimated 3000 matches similar to: "manifest for files executable on windows"

2012 Oct 24
1
Exec python script on puppet clinet running on windows
I am trying to execute a python script from manifest file on puppet windows based client: exec {''ez_setup.py -U setuptools'': #command => ''C:\Python27\ez_setup.py -U setuptools'', cwd => ''C:\Python27'', path => ''C:\Python27;%PATH%'', #creates => ''C:\Program,
2012 Oct 23
1
Git clone manifest for windows puppet clinet
Can anybody help to come up with a manifest file, which should instruct a puppet client running on windows to clone a repository from github directly to puppet client? Great thanks for help! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit
2012 Mar 31
3
clear console
hi, I use R - 2.15(32bit), and want to make a code to clear a console. Actually, I used to run following code to do that but after update the version of R from 2.14 to 2.15, it doesn't work. cls <- function (t) { require(RDCOMClient) wsh <- COMCreate("Wscript.Shell") wsh$SendKeys("\f") invisible(wsh) } cls() or cls <-
2009 May 03
2
clear screen?
I?ve been using this routine for several years. I?m sorry, I don?t remember where I got it. It works as it should, viz. it blanks the R console. But it requires package rcom and now that requires rscproxy. cls <- function () { require(rcom) wsh <- comCreateObject("Wscript.Shell") comInvoke(wsh, "SendKeys", "\f") invisible(wsh) } > cls()
2006 Sep 29
3
control L to clear the Rgui screen in Windows
Greetings R-ians: Searching the Searchable Mail Archives I discovered that ctrl L will clear the Rgui screen, which is what I'd like to do from a print (or some similar) statement. Is there a mechanism to use the ctrl L clear-screen sequence in a script, or print statement? Thanks for your counsel. Charles Annis, P.E. Charles.Annis at StatisticalEngineering.com phone: 561-352-9699 eFax:?
2006 Mar 11
6
is there a formatted output in R?
something like "sprintf" in C? so I can do: print(sprintf("the correct result is %3.4f\n", myresult)); ------- Also, I am desperately looking for a "clear console screen" function in R... thanks a lot! [[alternative HTML version deleted]]
2003 Jul 23
2
Logoff script?
Is there such a thing as a Samba logoff script? I am currently using [NETLOGON] for logon scripts, but for the adding and removing of printers via WSH, I'd prefer to also remove these printers after I log off. ---- _ _ _ _ ___ _ _ _ |Y#| | | |\/| | \ |\ | | | Ryan Novosielski - Jr. UNIX Systems Admin |$&| |__| | | |__/ | \| _| | novosirj@umdnj.edu - 973/972.0922 (2-0922) \__/
2009 Sep 14
2
trying to run a visual basic script via WINE - need help.
Ok I need to run a .vbs for a program which I run in wine (diablo 2). Google says "VBS in Linux. It works fine running in WINE. You just have to install the Windows Script Host. And you may need to hand-register the COM DLLs in the WSH installer at the command line. Last I saw, WINE wasn't handling self-reg. DLLs." I downloaded WSH 5.6 and ran that in WINE. When it was done I
2017 Feb 17
2
nouveau preventing shutdown after suspend-resume
Hello Ilia, On 17 February 2017 at 11:14, Ilia Mirkin <imirkin at alum.mit.edu> wrote: > On Fri, Feb 17, 2017 at 10:54 AM, João Paulo Rechi Vita > <jprvita at gmail.com> wrote: >> I'm happy to file >> a bugzilla entry and provide any other needed information or help with >> testing. Are nouveau bugs tracked on bugs.kernel.org or the fdo >> bugzilla?
2007 Feb 13
2
problem with safe_asterisk
Hi all, I have installed some Asterisk machine, all with the same problem. My typical configuration is: - Asterisk 1.2.14 (or 1.4.0beta3) - CentOS 4.4 server. The problem is this: When I start Asterisk with the default init script (/etc/init.d/asterisk start) distributed with the source, and kill (or kill -9) Asterisk-pid, then safe_asterisk doesn't correctly work (it dies and not restart
2010 Feb 09
2
Double Integral Minimization Problem
Hello all, I am trying to minimize a function which contains a double integral, using "nlminb" for the minimization and "adapt" for the integral. The integral is over two variables (thita and radiusb) and the 3 free parameters I want to derive from the minimization are counts0, index and radius_eff. I have used both tasks in the past successfully but this is the first time
2009 Jan 05
1
poor read/write performance due to TCP window size configuration
Hi, I am using a TCP link that requires TCP window size to be at least 256K. Below is my smb.conf file. I have tried to capture the packets using wireshark after the configuration. However, the TCP windows size still cap at about 64k How should I configure it? My samba version is Version 3.0.24-11.fc6 Thank You. Best Regards, Gary [global] workgroup = TESTBED server string = Samba
2006 Mar 03
1
WSH, WMI scripts
Hi, I have a requirement that, I should run WSH and WMI scripts in Linux environment in order to do some registry changes on a remote machine and start/stop/query windows services on a remote machine. Can I use WINE for this purpose. Thanks in anticipation. With regards, Sreenivas T. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jan 19
2
Terminal Output
Hello: I attempted to install Digitech's Paperflow on Ubuntu 7.10. The version I attempted to install is 7.31. Paperflow is industrial grade scanning software. It can use both twain and isis drivers to interact with any scanner. It has extensive image enhancement features. I don't want any help with installing this application. I figure the output will help in the development
2009 Aug 22
3
Desiring to set up Windows Vista and Linux Fedora Core 4 Samba; brand new subscriber
Greetings! I am a brand new subscriber to this mailing list. I will try to be kind and humble, and I would appreciate if anyone reading this could offer to help me set this up, I would appreciate it. First, let me tell you what I'm trying to set up. I recently got a new Windows Vista computer. And, I'm running Linux Fedora Core 4, and Sun Solaris 8. I am desiring to get the
2017 Feb 17
2
nouveau preventing shutdown after suspend-resume
Hello, I'm working on a Asus X756UQK laptop with nvidia + intel graphics cards. After a suspend-resume cycle, the machine hangs on shutdown, requiring a forced power off. After resuming I sometimes see the following messages on the kernel log: [ 186.117539] nouveau 0000:01:00.0: DRM: evicting buffers... [ 186.118105] nouveau 0000:01:00.0: DRM: waiting for kernel channels to go
2005 Jun 01
2
Can WMI be used in WINE apps?
Hi, After some googling I've found that there's very little said about the possibility of using WMI from Wine. Has someone done any progress about it? I find this subject very important; if you feel interested here's why: One may think this is a somehow fanciful intention, after all WMI exists for the purpouse of administering Windows, and no doubt that's best done from
2004 Apr 22
6
Fatal Error: Invalid HOMEDRIVE
All, I've encountered the same problem as others who have posted under the same subject. I've had R-1.8.1 installed and running since it was released. Yesterday morning when I tried to start Rgui.exe I got the subject error message. Since I live at the whim of the network administrators I can only assume it was a recent MS critical update. I tried installing R-1.9.0 but no joy. I
2007 Feb 06
3
Warhammer: Dawn Of War Winter Assault Expansion (MSI problem)
Hello. I'm trying to install this expansion under wine. The uninstaller reverted Dawn Of War to 1.40 correctly as it should, but due to an msi installer error, the expansion didn't install: fixme:advapi:LookupAccountNameW (null) L"fab" (nil) 0x34f808 (nil) 0x34f804 0x34f810 - stub fixme:advapi:LookupAccountNameW (null) L"fab" 0x16d190 0x34f808 0x16d1a8 0x34f804
2005 Jul 15
1
Win32OLE ?
Dan/Park, What are your thoughts about implemented portion of the win32utils family that are written in ruby utilizing WIN32OLE. I have found myself writing decent amount of ruby code accessing the Windows Scripting Host (WSH) object models. I have a few scripts which could be added. I do not believe the functionality is currently available with win32utils: - map network drives -