search for: thoms

Displaying 20 results from an estimated 102 matches for "thoms".

Did you mean: thomas
2015 Jan 29
2
Indexing Mail faster
On Thu, 2015-01-29 at 15:56 +0800, Kevin Laurie wrote: > Hey Joseph > Thanks. Strace seems like a very useful tool > Only problem is that I dont think it is maintained on ubuntu. > Tried to run:- > apt-get install strace but could not download it. > Might need to download and build it. Do you know any other way of getting > it? > Thanks > Kevin A. try apt-cache search
2012 Aug 19
2
Prueba de Thom y series temporales homogéneas de prueba
Hola a todos: Hace unos meses estuve preguntando sobre la prueba de Thom para comprobar la homogeneidad de series temporales sobre datos de radiación e insolación (después he visto que también se usa con otras variables meteorológicas) [0]. El caso es que por distintas razones no había podido avanzar en el asunto y ahora vuelvo sobre él. Creé una función para realizar la prueba de Thom pero
2005 Jun 23
2
Betr.: Multiple IP Addresses in a single NIC
Hi, You need to issue two commands: /sbin/ifconfig eth0:0 xxx.xxx.xxx.xxx /sbin/route add -host xxx.xxx.xxx.xxx dev eth0 For example: /sbin/ifconfig eth0:0 172.16.1.199 /sbin/route add -host 172.16.1.199 dev eth0 You can even assign multiple aliases to one NIC (One of my servers has about 10 ip addresses): For example: /sbin/ifconfig eth0:0 172.16.1.199 /sbin/route add -host 172.16.1.199
2008 Nov 10
4
Weird custom type behaviour
Hey, I have a very trivial parsedfile based type - http://pastie.org/311146 - that works fine when deployed and run under puppetd -t. However, when being run by the daemonized puppet, it results in this error: Mon Nov 10 03:50:48 +0000 2008 //Node[ams-proxy-2]/quagga/Quagga::Daemon[zebra]/Quagga_service[zebra] (err): Failed to retrieve current state of resource: No ability to determine if
2010 Feb 05
5
VMWare ESXi & CentOS5.4
I have a brand new Dell Poweredge T310 server with 4G ram and 1TB raid-5 hard drive in it. I Really only need to be able to run a copy of CentOS 5.4 on it, but I'm wondering if in the build process should I stick on ESXi 4 and then run CentOS as a vm? This would give me the options to roll out other VM's if I want over the life of the server (which I likely won't need) but the
2015 Jan 29
0
Indexing Mail faster
Hi Thom, No results. I think I am missing some repositories. I might add some from ubuntu. On Thu, Jan 29, 2015 at 4:02 PM, Thom Miller <thom at cagroups.com> wrote: > On Thu, 2015-01-29 at 15:56 +0800, Kevin Laurie wrote: > > Hey Joseph > > Thanks. Strace seems like a very useful tool > > Only problem is that I dont think it is maintained on ubuntu. > > Tried to
2005 Jun 10
1
Betr.: IP Problems - Address won't stick on reboots!
The file to edit is /etc/sysconfig/network-scripts/ifcfg-eth0 It should look something like this. You should edit it with your settings DEVICE=eth0 BOOTPROTO=static BROADCAST=xxx.xxx.xx.255 HWADDR=xx:xx:xx:xx:xx:xx IPADDR=xxx.xx.xx.xxx NETMASK=255.255.255.0 NETWORK=xxx.xxx.xx.0 ONBOOT=yes TYPE=Ethernet Thom van der Boon E-Mail: Thom.van.der.Boon at vdb.nl ===== Thom.H. van der Boon b.v.
2005 May 25
0
Betr.: Centos and SAMBA
Hi, I've setup a SAMBA PDC on Centos 4 last weekend and migrated my NT4 PDC (Users, Groups, etc) to the new Centos Server in a matter of a couple of hours. I've used the scripts and howto from: http://samba.idealx.org/smbldap-howto.en.html#htoc89 Thom van der Boon E-Mail: Thom.van.der.Boon at vdb.nl ===== Thom.H. van der Boon b.v. Havens 563 Jan Evertsenweg 2-4 NL-3115 JA
2008 Oct 30
3
VMWare Sandbox
I need to experiment with ldap for a site I manage, and wondered if vmware would be a good way to go for some testing. My current server is RHEL3, which is getting dated, and I think that I should refresh this server entirely in the move to ldap. We need to have an ldap server for publishing email addresses for a VPN for a nursing home that the upstream can harvest and we can browse to send
2005 Nov 03
1
Upgrade 4.1 --> 4.2 Question
Hi, I am in the proces of upgrading my CentOS 4.1 servers to 4.2. I've burnt CentOS 4.2 CD's from the ISO images (these images work because I already installed a new server with it), but I am unable to upgrade the existing servers to 4.2 using the CD's.... Does anybody have a clue, why this is not working... or is the online update option the only one... Thom
2007 Jun 13
1
Pinging Static IPs on Lan
For some reason I can't ping or communicate with two of my machines that have static IP's on my lan. My mythbe and mythfe are both set to have static ip's in the event of some sort of power problem the wife can stillwatch tv. After installing CentOS5, I can't communicate with those two machines. I read through the release notes and the docs on dhcp, but I can't seem to see
2005 Jun 09
1
[Fwd: How to join to a DC ie. net join?]
Anyone on the list able to help this chap? The message was mis-sent to samba-technical (the development list). --dave -------- Original Message -------- Subject: How to join to a DC ie. net join? Date: Wed, 08 Jun 2005 16:19:46 -0700 From: The Kid From LA <lacakid@gmail.com> Reply-To: The Kid From LA <lacakid@gmail.com> To: samba-technical@lists.samba.org I have read lots of
2006 May 26
3
validate a form NOT connected to a model
Is there any way to validate a form that isn''t connected to a model. I have a form that connects to a controller action and I want to validate the inputs on the form like I would with the validates_ATTRIBUTE_of property on a model. Is there any way to do this? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 May 04
2
Need to clean a table, and compute mean and SD
Hi For a school project I have a file with 120 columns and ~2000 lines. This file contains timestamps of spike detected in 60 channels, and the time elapsed between the last spike. I need to clean too high values. About 98% of values are between 0 and 2000 and 2% are between 2000 and 20'000. I want to get rid of theses values. Please could you help me? Regards Thom -- View this message
2018 Feb 01
1
Customizing SBCC for lcov workflows
I’m working to implement Source Based Code Coverage in a workflow that uses lcov for report generation. We’ve customized our llvm-cov to add a command to convert the SBCC counter data to lcov’s ‘.info’ format. The problem is that the region-based counter definitions in SBCC can span source code regions that can contain blank lines (or lines with only comments). Converting this to lcov’s
2012 Feb 02
9
Modelo senoidal de datos temporales de radiación y prueba de Thom
Hola a todos: Estoy intentado realizar un modelo senoidal de unos datos de radiación solar con el fin de afrontar el relleno de la serie y aplicar la prueba de Thom para verificar su homogeneidad [0]. De momento me encuentro con los siguientes problemas: 1- ¿Existe la prueba de Thom en R? ¿O debo crearme mi propia función? 2- Para la realización del modelo senoidal estoy siguiendo los pasos
2010 Aug 01
1
Re: ICM Trainer Light
Trying on my Arch machine I get one step further. The splash screen pops up. Then it dies and this is the console output: Code: WINEPREFIX=/home/thom/.wine-poker wine ICMTrainerLight.exe Could not parse file "/home/thom/.local/share/applications/Hattrick Organizer.desktop": Invalid key name: Path[$e] Could not parse file
2007 Jun 26
2
number of samples in input_frame
Hi all Sorry if this is a dumb question: does the input_frame passed to speex_encode_int *have* to be frame_size samples long? e.g., If I only have 100 samples left to encode (which is less than the frame_size of 160 samples), can I just use an array that contains 100 samples, or do I need to create an array containing the 100 "real" samples plus 60 null samples at the end?
2009 Jan 16
2
Port Forwarding
I'm having trouble getting port forwarding working on my one box. I have 2 incoming internet connections. I have 2 servers on these connections. pubinternet privinternet eth0:x.x.x.x eth0:y.y.y.y eth1:10.10.10.1 eth1:10.10.10.4 I need to be able to port forward traffic
2005 May 23
3
Betr.: VPN
IF you are not stuck to IPSec, you might want to take a look at OpenVPN (www.openvpn.org). I found OpenVPN easier to install than FreeSWAN (an IPSEC VPN) and have setup an OpenVPN solution between my German office and our mainoffice in a matter of hours. Thom van der Boon E-Mail: Thom.van.der.Boon at vdb.nl ===== Thom.H. van der Boon b.v. Havens 563 Jan Evertsenweg 2-4 NL-3115 JA Schiedam