similar to: Form to mail script generators for Linux?

Displaying 20 results from an estimated 2000 matches similar to: "Form to mail script generators for Linux?"

2009 Jul 30
2
LDAP howto using ds-base and ds-admin and related consoles
Hi, I have previously used openLDAP and read many of their howto documents for establishing an LDAP server. RH and CentOS provide <brand>-ds-base and related rpms and I like what I see and read about the product. I found the wiki article on installing the rpms and getting it running on a server - so far so good. Then I fall into a big hole. What are the key items that need to be put in
2009 Apr 14
2
Problem again with shockwave, or flash player (I think)...
Hi there, OK I thought I had this problem solved last week. Last week with help from this list, we installed the flash player on my Centos 5 desktop machine. But now when I go to cnbc, I am getting that same problem when trying to view vids on their site. So I click the icon where the empty video frame is to install the plugin, the "no suitable plugins were found" box come comes up
2014 Sep 04
1
Backup scripts
I have two scripts that a kind soul on this list wrote for me over 4yrs ago. I got to looking at them the other day because my old box crashed and had to build a new one also got a new backup USB drive since I'm still copying over things from the old one. The first one is for a full backup: http://pastebin.com/XF6Zm42A Works great, does exactly what it's supposed to do. The second is for
2007 Sep 11
3
BLocm Amule
Hi peploe, i am new in the list, i need know, how blocked the Amule/emule in shorewall? My dist. debian version: 3.2.6-shorewall -- .~. / v \ Seja Livre, use GNU/Linux! /( )\ ^^-^^ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005.
2008 Mar 10
2
When starting shorewall its display rfc1981 error
Hello , The folllowing is the error problem: Validating interfaces file... ERROR: The ''norfc1918'' option may not be specified on an interface with an RFC 1918 address. Interface:eth2 The shorewall interface file: net eth2 detect tcpflags,routefilter,norfc1918,nosmurfs,logmartians P.S. I tried to remove norfc1918 from interface
2007 Nov 27
4
L7-Filter
Hi! How I can use L7-Filter (http://l7-filter.sourceforge.net/) with Shorewall? Thank you very much! Bye. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
2008 Feb 25
3
shorewall 4 installation requirements
Are shorewall-shell and shorewall-common required at compile time even if one only wishes to use shorewall-perl (4.0.9)? ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
2007 Sep 29
1
templates with same name before extension are cached
Hi all, I was just wondering if this is the intended behavior. Here is my setup: controller def index respond_to do |f| f.xml { render :xml => true } f.html { render :layout => :none } end end In my views I have a file for each type index.herb index.xerb The first request I send is cached and interferes with the other one. For example, if I send an xml request
2008 May 30
2
one-to-one NAT on RFC1918 addresses
In my peculiar setup I need my shorewall router to do one-to-one NAT with RFC1918 addresses. The "external" addresses are 10.215.0.0 and the internal addresses are 192.168.0.0. I can ping, vnc, http, smb from 10.215.144.48 to 10.215.145.237 which is 192.168.44.237 internally. >From 192.168.44.237 I can do http, rdp, ping to 10.215.0.0 hosts. So all seems fine except for the fact
2007 Jul 10
1
Lattice: vertical barchart
barchart(Titanic, stack=F) produces a very nice horizontal barchart. Each panel has four groups of two bars. barchart(Titanic, stack=F, horizontal=F) doesn't produce the results I would have expected, as it produces this warning message: Warning message: y should be numeric in: bwplot.formula(x = as.formula(form), data = list(Class = c(1, And it results in each panel having 22 groups of
2005 Oct 19
3
diag() problem
Hi I have a matrix "u", for which diag() gives an error: u <- structure(c(5.42334674128216, -2.31319389204264, -5.83059042218476, -1.64112369640695, -2.31319389212801, 3.22737617646609, 1.85200668021569, -0.57102273078531, -5.83059042231881, 1.85200668008156, 11.9488923894962, -3.5525537165941, -1.64112369587405, -0.571022730886046, -3.55255371755604,
2013 Jan 10
1
Ever increasing time offset for HVM domain / Huge amounts of drift
Hi, I am currently running Xen 4.2.1 (this has also happened in 4.2.0 as well). We have been having a major problem with sometimes huge amounts of clock drift in Windows VMs. Sometimes the clock on a VM could suddenly jump by over a week (usually forwards, however time has been known to go backwards as well). Now I don''t profess to know the internals of Xen, however through my
2007 Jun 01
2
Getting names of objects passed with "..."
Is there a tidy way to get the names of objects passed to a function via the "..." argument? rbind/cbind does what I want: test.func1 <- function(...) { nms <- rownames(rbind(..., deparse.level=1)) print(nms) } x <- "some stuff" second <- "more stuff" test.func1(first=x, second) [1] "first" "second" The usual
2007 Nov 15
3
ip6tables can't initialize ip6tables table filter
Hi list! I am configuring Shorewall on a Xen domU virtual machine. I configured only the zones, interfaces, rules, policy and shorewall.conf files. When I run "shorewall check" there aren''t no problems, but when I try to start shorewall I get this error a lot of time: iptables: Invalid argument ip6tables v1.3.6: can''t initialize ip6tables table `filter'': Bad
2015 May 12
2
Why is the diag function so slow (for extraction)?
>>>>> Steve Bronder <sbronder at stevebronder.com> >>>>> on Thu, 7 May 2015 11:49:49 -0400 writes: > Is it possible to replace c() with .subset()? It would be possible, but I think "entirely" wrong. .subset() is documented to be an internal function not to be used "lightly" and more to the point it is documented to *NOT*
1999 Aug 18
2
diag()
I would like to suggest a slight modification to diag(). In the case where x is a matrix with both row names and column names the same, it would be reasonable if the resulting vector also had those names. I often use diag() on variance matrices, where this modification is helpful. The modification requires replacing if (is.matrix(x) && nargs() == 1) return(c(x)[1 +
2011 Feb 19
1
Accessing Package NEWS (NEWS.Rd)
Okay. So, after having spent quite some time never really tracking down why my package NEWS files were unacceptable to readNEWS(), I noticed that there was recent (to me anyway) development that allowed the NEWS to be done as an Rd file. Sweet! A more standard format... I converted a NEWS file in one of my unreleased packages to Rd format. checkNEWS() gave it a thumbs up. But then it went south.
2007 Oct 01
1
Can't load nf_conntrack_ipv4
Perhaps it is obvious, but I have googled a lot and couldn''t find an answer. Is that error message something to worry about? FATAL: Error inserting nf_conntrack_ipv4 (/lib/modules/2.6.13-15.16- default/kernel/net/ipv4/netfilter/nf_conntrack_ipv4.ko): Device or resource busy I am using OpenSuse 10.0 if that matters.
2007 Feb 27
1
Quintum configuration ASM200 Analog 2 tenor port
Hi, just wondering if there is anyone that can help me configure my quintum box to operate with asterisk. i have tried and made numerous attemtps configuring the tenor to work with asterisk@home but have been unlucky. anyone out there has a cheat sheet to configure this device. thanks.. for some reason i cannot get it to work. your help is appreciated.
2008 May 18
1
Checking the configuration before restarting
Greetings, There is a very old bug report [0] still floating around asking for a configuration check before restarting on upgrade. While this may not have been possible in the past, would it be possible now with Shorewall-perl? Regards, -Roberto [0] http://bugs.debian.org/200573 -- Roberto C. Sánchez http://people.connexer.com/~roberto http://www.connexer.com